-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code blocks in Markdown lexer (#1053)
This commit: - updates the Markdown lexer to recognise code blocks that start at the very first line of a file; - updates the Markdown lexer to recognise code blocks if the lexer is passed input line by line with the "continue" flag; - updates the Markdown lexer to guess the language of code blocks when no language tag is provided.
- Loading branch information
Showing
2 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters