standardnotes / minimal-markdown-editor

[Moved to https://github.com/standardnotes/app]
GNU Affero General Public License v3.0
10 stars 15 forks source link

Use gfm Codemirror mode on top of markdown #22

Closed jonnyparris closed 4 years ago

jonnyparris commented 4 years ago

Enables strikethrough formatting as per #11 Also enables with tasklists and fenced code blocks as a result. However tasklists could probably do with some dedicated css as it seems pretty subtle out of the box

jonnyparris commented 4 years ago

closes #11

moughxyz commented 4 years ago

Can you give an example Markdown snippet and before/after images of how the text is rendered? Want to make sure we're testing the same thing.

jonnyparris commented 4 years ago

Sure thing, Before:

image

After:

image

No difference to the codeblocks actually, although that wasn't my primary goal here

moughxyz commented 4 years ago

Looks great, thanks!