Skip to content

Conversation

krijesta
Copy link

Two little commits that add support for fenced code blocks and also clear the error highlighting that occurs in html on unmatched angle brackets (<>) or on an unescaped &, these are fine in markdown as they get escaped automagically.

Chris Chambers and others added 6 commits September 11, 2011 21:59
The html syntax that this inherits from highlights unmatched triangle
braces (<>) and also & as errors. (& should be &amp;) They are however
escaped by markdown so this stops tham form showing.
Fixes highlighting around line 70 of the Markdown index page source.
(http://daringfireball.net/projects/markdown/index.text)
@joallard
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants