Mathias

Results 205 comments of Mathias

I think the extra whitespace is a bug. It definitely hasn't been put in as result from a design decision.

Great! I'll take a look as soon I find some time...

Why would a Scala-based pegdown implementation be bad for you? Apart from being much easier to maintain for me (and add features) it would run faster (since we could get...

Thanks, Les, for your perspective. I am well aware of the differences with regard to current user base between Java and Scala, which could indeed lead to a reduction of...

Just FTR: The `maxParsingTimeInMillis` parameter of the Parser class should help in limiting parser runtime on pathological input.

Ok, thanks for reporting! I'll happily merge a PR providing a fix for this (and the respective test-case... :). Thanks, guys!

What exactly is it that you want to achieve?

Joshua, I see. I think the easiest approach would be to collect the inner source of the marked HTML tag and then run a nested parser, similar to how list...

Joshua, I think inner HTML markdown support along the lines of `` is a valid feature request. I'll get to it with my next round of pegdown maintenance. Currently I'm...