Skip to content

Use a proper markdown parser #3

Description

@lalloni

Currently the input markdown is scanned line by line to find macro begin markers which is pretty dumb and fails in some valid cases like:

~~~
{{plantuml
blabla
~~~

Which souldn't be recognized as a macro begin since it's inside a verbatim block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions