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 language name edge cases in fenced code blocks #54

Merged
merged 1 commit into from
Mar 5, 2015

Conversation

mdiep
Copy link
Owner

@mdiep mdiep commented Mar 5, 2015

This fixes 2 issues with the language name specifier in fenced code blocks:

  • Whitespace should be allowed before and after the language name
  • Language names must be a single word

Fixes #53.

This fixes 2 issues with the language name specifier in fenced code
blocks:

 * Whitespace should be allowed before and after the language name
 * Language names must be a single word
mdiep added a commit that referenced this pull request Mar 5, 2015
Fix language name edge cases in fenced code blocks
@mdiep mdiep merged commit 5cd83e4 into master Mar 5, 2015
@mdiep mdiep deleted the stricter-code-block-languages branch March 5, 2015 03:56
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.

``` (Triple Grave Accent) Parsing Error
1 participant