It took ages to figure out why a regex wasn't matching like it should.
It took ages to figure out why a regex wasn't matching like it should.
No problem, I can just fork it and extend the logic to support blockquotes.
No problem, I can just fork it and extend the logic to support blockquotes.
Good news: their attribute list syntax is practically identical! Bad news: unlike other implementations, it can't apply to blockquotes, ul, ol, and some other tags.
Good news: their attribute list syntax is practically identical! Bad news: unlike other implementations, it can't apply to blockquotes, ul, ol, and some other tags.
Neither matched kramdown's output.
Neither matched kramdown's output.
The hard part was, shockingly, the Markdown parsing... the part I *thought* would be easy! It's just markdown, right? There are a million parsers out there for it, right?
The hard part was, shockingly, the Markdown parsing... the part I *thought* would be easy! It's just markdown, right? There are a million parsers out there for it, right?