GNOME Bugzilla – Bug 742081
support github markdown format
Last modified: 2015-01-01 09:25:27 UTC
GsMarkdown is very simple (on purpose). We need more functionality in the markdown preview. We should switch to CommonMark.
I started looking at it. What features are we expecting?
Well to start, let's just get things like links working, indent blocks, etc. Longer term, I want to inject a marker for where the cursor is in the editor. That way we can scroll the preview window in sync with editor window.
i think its fair to say that most people just want github markdown format since that seems to be the most common. we don't have to use commonmark if something else can do the job.
Created attachment 293546 [details] [review] Markdown preview via marked
Attachment 293546 [details] pushed as 61dfafb - Markdown preview via marked