mirror of
https://github.com/kovetskiy/mark.git
synced 2025-06-09 08:03:12 +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.