hastexo / markdown-xblock

An Open edX XBlock allowing course authors to maintain content exclusively in Markdown
GNU Affero General Public License v3.0
7 stars 8 forks source link

markdown2 extras #2

Closed arbrandes closed 8 years ago

arbrandes commented 8 years ago

Add support for configurable markdown2 extras, and turning on fenced-code-blocks, code-friendly, and footnotes by default.

Adds github.css[1] as the color scheme for highlighted code.

[1] https://github.com/richleland/pygments-css/blob/master/github.css

fghaas commented 8 years ago

This looks fine to me for plain pre-formatted text in triple backticks. Any chance we could test an example with code syntax highlighting as well?

arbrandes commented 8 years ago

@fghaas, done, on the same unit.

fghaas commented 8 years ago

Got it. I reckon this is good to merge, then. :)