Closed cangSDARM closed 1 year ago
a) that doesn’t seem to be what “footnotes” are for, the “foot” refers to them being at the end, not being everywhere? If you want different things, you can use directives for that https://github.com/remarkjs/remark-directive b) we work how GH works as that’s a good default. But you can change things to match your wants by making your own plugins, in this case, a rehype plugin could transform the HTML section to different things (e.g., you could make the notes “inline”)
Thanks for your advice. I'll check it out
OK closing this, I lean to think this can be solved externally, with directives or a plugin! Feel free to open a discussion if you need more general help on how to do things!
Hi! This was closed. Team: If this was fixed, please add phase/solved
. Otherwise, please add one of the no/*
labels.
Initial checklist
Problem
Now a
section
tag will be generated at the bottom of the page, which is not what I want:(I hope) it will yield to(the sequence matter):
Solution
add a config perhaps?
I checked the underlying dependencies and a
section
tag was already generated at the underlying implementation. Maybe this section can be converted to what I expect or the underlying can be rewritten to achieve this effect? (I've considered implementing it myself, but the underlying logic seems more complicated than I thought, so bring up the issue)Alternatives
Other similar plugins, perhaps? I don't know what to search for, please let me know if you have