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.
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:
Which souldn't be recognized as a macro begin since it's inside a verbatim block.