Closed mcarpenter closed 10 years ago
Yeah, it's still less than optimal. Maruku's "parser" isn't very good and has trouble with the backtracking that's required to do this properly. I'll think about how to make this less of a mess.
Just out of curiosity, why do you have empty code ticks?
I have a report generator that outputs markdown. I moved up to 0.7 which stopped it from crashing but there was still chatter in the logs (so then I actually fixed the generator :)). But this seemed worth mentioning.
Fixed in master
. Thanks for reporting!
0.7 or current HEAD throws verbose warning when parsing empty code string. This is a definite improvement over 0.6 (which threw
NoMethodError
) and the resulting HTML is sane but perhaps still isn't quite as clean as it might be? (If this behavior is intentional or unaviodable then please close this issue straight away). Output (ruby 1.9.3):