Petra Baranski

Results 28 comments of Petra Baranski

I'll investigate this. In the meantime for displaying the Markdown example here on GitHub as code example, I recommend indenting it by 4 spaces (doesn't work in maddy yet, but...

For maddy to be able to parse headlines, they have to be preceded by an empty line. ``` some paragraph text # my headline some other text ``` The lists...

Headline inline parsing is available now with [1.3.0](https://github.com/progsource/maddy/releases/tag/1.3.0)

Thank you for your contribution. Can you please add a test?

That sounds like a good idea. re2 also seems to have a good license. maddy has to stay functioning on the three major platforms and should not require something like...

I tried out adding re2 and there are mainly 2 issues I see currently with it: 1. It does not support `(?!re) | before text not matching re (NOT SUPPORTED)`...

> GoogleTest now requires at least C++17 > *( https://github.com/google/googletest/releases/tag/v1.17.0 )* ... currently maddy only requires C++14. If this update is taken over, then the README has to be updated...

To get a br-Tag you can use `\r\n` - also documented at https://github.com/progsource/maddy/blob/master/docs/definitions.md#break-line I intend to follow the [CommonMark](https://spec.commonmark.org/) Markdown specs closer with maddy 2.0 which I'm still working on.