Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Add strikethrough to the set of markdown features #11

Open
leafcutterant opened this issue Jan 1, 2019 · 2 comments
Open

Add strikethrough to the set of markdown features #11

leafcutterant opened this issue Jan 1, 2019 · 2 comments

Comments

@leafcutterant
Copy link

I really like the Minimal Markdown Editor for its 1) live rendering, 2) lack of toolbar (screen space, yay!), 3) in-note highlighting.

Strikethrough is not included in its features, but I think it's common and basic enough to make a good case for its inclusion. Therefore I'd like to propose that.

@christianhans
Copy link

CodeMirror's GFM mode seems to support this:

https://codemirror.net/mode/gfm/index.html

@moughxyz
Copy link
Member

moughxyz commented Jan 2, 2019

Hmm interesting. Would be nice. A bit preoccupied with the mobile update currently, but if someone wants to tackle this, it would probably be trivial. Take a look at the vim-editor for inspiration. Would probably just be a matter of replacing the vim mode with gfm mode.

https://github.com/sn-extensions/vim-editor/blob/master/index.html#L12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants