cwjohan / markdown-to-html

Command-line utility to convert Github Flavored Markdown to HTML.
MIT License
236 stars 86 forks source link

Markdown class fenced code block recognition not working in web demo #1

Closed cwjohan closed 9 years ago

cwjohan commented 9 years ago

Fenced code block recogition works OK outside the web demo (e.g., in the markdown command line utility). However, in the web demo app, it is recognizing the fenced code block if there is no language tag (e.g., "js", "py", "coffee" or whatever) on it.

cwjohan commented 9 years ago

Fixed in v0.0.7. Problem in the web demo was caused by a flavor option not being set and not having a default value, since we weren't using the command line options.