Petra Baranski

Results 13 comments of Petra Baranski

Adding the functionality to maddy directly would make it necessary to add file handling and image-to-bas64 processing. I actually like libraries which do one thing and one thing only, so...

The regex tool says: > A quantifier following a lookaround serves no purpose, and can safely be removed from the regular expression If I remove the `+` for both the...

One of the problems, that I see here, is that the following ``` some (_text_) some more text ``` should actually result in ``` some (text) some more text ```...

Sorry for my late reply. So - it is possible to implement this with the current maddy version. It would need a new Block Parser (IndentedCodeBlockParser) - that one would...

The problem with it is that maddy ends blocks usually only at empty lines. I consider rewriting maddy at some point, that it doesn't use regex anymore, but a lexer....

I'm happy for every contribution, also for you telling me this. So no worries ;)

Hi, thank you for your report! Sadly I'm quiet busy at work/RL, so I cannot come up with a fix directly. I hope to get a major update in July/August...

@cha-ku that is a nice thing :) feel free to open up a pull-request, when you're ready. The planned major update will take me longer as planned to finish anyway...

Update: there is now a configuration flag to disable the emphasized parser. (Starting with version 1.1.1)

Yeah, can do that. Just have to find time for it ;)