-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct processing of backtick code block on blockquote (fix Issue#2969)
This patch makes the filter "backtick_code_block" to remove '>' characters at the head of each line. How many '>' characters should be removed? It is decided by the number of '>' characters at the first line. This patch works well even if there are too few '>' characters at the head of a line. (Simply removes all '>' characters less than or equal to the number of '>' characters at the first lines.)
- Loading branch information
Showing
2 changed files
with
72 additions
and
1 deletion.
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