GFM-style footnotes ([^1] references with a [^1]: definition block) don't render — they come out as plain text.
This is a good fit for a marked extension, same pattern as the KaTeX math extension already in script.js (see the blockMath/inlineMath tokenizers). Remember output must survive DOMPurify.sanitize.
GFM-style footnotes (
[^1]references with a[^1]: definitionblock) don't render — they come out as plain text.This is a good fit for a marked extension, same pattern as the KaTeX math extension already in
script.js(see theblockMath/inlineMathtokenizers). Remember output must surviveDOMPurify.sanitize.