Closed aviscaerulea closed 2 years ago
Thank you for reporting!
Currently, I'm parsing text like this. So simply.
// count of #
let i = 0;
for (; i < v.length; i++) {
if (v[i] != "#") {
break;
}
}
Maybe I can parse underline-ish, but I don't use that. f more than 3 people need this, I will do it.
Inkdrop supports underline-ish style for H1 and H2 headers. The official toc plugin also supports underline-ish style, so it would be nice if sidetoc could support it as well.
https://docs.inkdrop.app/manual/markdown-cheatsheet/#headers