Details
-
Type: Task
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 0.1.0
-
Fix Version/s: 0.2.0
-
Labels:None
Description
Markdown is currently setup to use markdown.js for converting HTML -> markdown when displayed in the interface, such as through angularjs on extension pages.
The Markdown Cheatsheet links to a github flavor of markdown that differs from the current JS version, mainly due to the JS version missing horizontal rules and tables.
We should consider either updating the Cheatsheet link to the flavor of markdown syntax (I think it's http://daringfireball.net/projects/markdown/syntax), or update Markdown rendering to use parsedown.
Parsedown is Github flavored, but would require a separate integration via PHP rather than JS, which may cause the bootstrap preview to not work.
Changed this to marked.js for GFM support