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

Fix markdown syntax highlighting for script or style html elements with blank lines #18116

Merged

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Jan 4, 2017

Fixes #18069

Bug
Script and style blocks inside markdown cannot contain blank lines

fix
Add a specific rule for script, style, and pre blocks according to the common mark spec: http://spec.commonmark.org/0.27/#html-block

…th blank lines

Fixes microsoft#18069

**Bug**
Script and style blocks inside markdown cannot contain blank lines

**fix**
Add a specific rule for script, style, and pre blocks according to the common mark spec: http://spec.commonmark.org/0.27/#html-block
@mjbvz mjbvz merged commit a2ae910 into microsoft:master Jan 4, 2017
@mjbvz mjbvz added this to the January 2017 milestone Jan 4, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Blank Lines inside of Script Tags in Markdown
2 participants