You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue with quote: if a title of table of content contains quote, the html code generates is broken.
For example:
Title: this is test
Date: 2019
# with english h1## and again english h2### i'll show you now
html:
<divid="toc"><ul><li><aclass="toc-href" href="#with-english-h1" title="with english h1">with english h1</a><ul><li><aclass="toc-href" href="#and-again-english-h2" title="and again english h2">and again english h2</a><ul><li><aclass="toc-href" href="#ill-show-you-now" ll="" now'="" show="" title="i" you="">i'll show you now</a></li></ul></li></ul></li></ul></div>
See? string after quote becomes a html tag.
<a class="toc-href" href="#ill-show-you-now" ll="" now'="" show="" title="i" you="">i'll show you now</a>
with extract_toc no issue (but no title tag)
If you have any questions...
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
An issue with quote: if a title of table of content contains quote, the html code generates is broken.
For example:
html:
See? string after quote becomes a html tag.
with
extract_toc
no issue (but no title tag)If you have any questions...
Thanks!
The text was updated successfully, but these errors were encountered: