Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1 check-in using file src/markdown_html.c version 6a4fedf87b
|
2022-02-09
| ||
| 22:59 | Handle unreferenced footnotes. If a labeled footnote is defined but there are no references to it, then add a special item at the end of footnotes. This item includes a label and the text of the strayed footnote - both rendered verbatim via <tt>html_escape()</tt>. Default skin makes such items visible and easily distinguishable. The order of such items match the order in the underlying source code. check-in: ada55cd45a user: george tags: markdown-footnotes | |