Closed pbek closed 8 years ago
I don't see any difference when I try out this change, and am apprehensive because this change would deviate the grammar from peg-markdown
. Can you please provide a reproducible test case that demonstrates the need for this?
you can use this example: http://pastebin.com/yTDJUyDk
I'm talking about newlines in code blocks.
Those are “fenced code blocks,” which PEG Markdown Highlight doesn't support at all (because peg-markdown doesn't.) It seems that trivial cases are accidentally supported, which I suppose is the source of confusion.
Please see issue #1.
But the lexer I changed already supported one tick up to five ticks and what's the issue with fenced code blocks? They work just fine with PEG Markdown Highlight. :smile_cat:
blocks like this are highlighted now: