mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-08 13:54:54 +00:00
Recommended JS front end editor for MarkDig? #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Edddy on GitHub (Jun 22, 2016).
Do you know any client side JS library or plugin that play nice with MarkDig?
@xoofx commented on GitHub (Jun 22, 2016):
Do you mean a JS syntax highlighting library? (Not code editor right?) I'm using prism.js which is compatible out-of-the-box with Markdig.
@Edddy commented on GitHub (Jun 22, 2016):
No, no, basically a toolbar that inserts the valid markdown artifacts

@xoofx commented on GitHub (Jun 22, 2016):
I see, but not sure to understand by "play nice with" then? Because you can use whatever editor with a Markdown content (SimpleMDE...etc.)... it is just that there are no editors that will support all extensions of Markdig, but that should not be a problem
@Edddy commented on GitHub (Jun 22, 2016):
ok, thanks!