mirror of
https://github.com/kovetskiy/mark.git
synced 2025-07-27 10:37:38 +08:00

This replaces the workaround to replace colons in <ac:*/> tags with a magic string with a custom parser for these tags to parse them as ast.KindRawHtml. The custom parser is a stripped down version of goldmark's rawHTMLParser.