tlienart / Xranklin.jl

Experimental repo for a refactoring of Franklin.jl
https://tlienart.github.io/Xranklin.jl
MIT License
40 stars 1 forks source link

Choking on a header #246

Closed tlienart closed 1 year ago

tlienart commented 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

tlienart commented 1 year ago

a bit crazy but seems to choke specifically on that title, ## Post Bar works fine.

tlienart commented 1 year ago

No that seems related to handling headers within a context 🤔