Elmer van Chastelet

Results 6 comments of Elmer van Chastelet

Similar problem as https://github.com/sirthias/pegdown/issues/43 Pegdown tries to nest each opening `[` as (probably) start of a link after the first `[`, but cannot find enough closing `]` to come to...

It is a general problem with the design of the parser. It will trigger with almost any stream of opening characters, eg also with `

Feel free to extend the code with parsing timeout checks :+1: And yes, you can post the text here. Maybe I will look into the problem again and combine it...

I've been working on improving emph/strong parsing (which caused exponential parse times in certain cases). Currently I'm busy finishing other stuff, so here is some hint for implementing this. It's...

Just testing, but I cannot reproduce it. Tested with the mentioned [readme.md](https://github.com/twitter/bootstrap/blob/0952f3796ec7a4bb3efc0c6ba7b88ed4b7f45ada/js/README.md) and text in comment https://github.com/nicoulaj/idea-markdown/issues/42#issuecomment-10926722. Both render normally without any exception. I used Parboiled 1.5. Did not test...

Probably for the same reason browser spell check doesn't work. See https://github.com/Ionaru/easy-markdown-editor/issues/22