Closed tlienart closed 1 year ago
julia> s = """ ## Post Images """ "## Post Images\n" julia> @time html(s) 18.318929 seconds (15.12 M allocations: 2.629 GiB, 6.11% gc time, 0.00% compilation time) "<h2 id=\"post_images\" > Post Images<a class=\"heading-link\" href=\"#post_images\">\n <i class=\"fa fa-link\" aria-hidden=\"true\"></i>\n</a>\n</h2>"
not good
a bit crazy but seems to choke specifically on that title, ## Post Bar works fine.
## Post Bar
No that seems related to handling headers within a context 🤔
not good