Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct markdown highlighting of <>& and fenced code bocks #23

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

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