-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Summary
https://www.markdownguide.org/extended-syntax/#footnotes
Does docs.modx.com support footnotes? As for me it doesn't ((
Why?
I keep thinking about how best to refer to terms from glossary... Capitalizing "Snippets", "Chunks" and so on - it doesn't look cool, besides, it is not welcomed by the rules of writing MODX documentation .. but this is not the main thing. How to make a link to a term so that the user, having met him for the first time, could go and get acquainted. "See more" block and excessive use of links (for example, a new term will be encountered by the user several times in the article, should we make them clickable each time?) doesn't seem like a good idea. A footnote could help here. You can select a new term, and somewhere below (for example, under "See More") add a new section (something like "Glossary"), where you specify:
blablabla.. Snippet[1], also Chunk[2]
Glossary (or mini glossary)
[1] "Snippet" (link to Glossary, or even some portion of text...optionally with link "read more")
[2] "Chunk" (link or text..)
Wondering how to do that better, enjoy :)