Footnote code not parsed? #33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Footnote in post using
Output is the actual text of the code for the first line and nothing at all for the footnote line at the bottom of the page.
I tried this using commonmark (the Default) and also pandoc in the config file.
I ran the file through pandoc
pandoc -i test.md -o test.htmland the footnote appears as expected.
Is this format not acceptable?
The above code for using footnotes is correct.
This in config.sh.local solved my problem.
MARKDOWN_PROCESSOR="pandoc"
"commonmark" does not handle the footnotes
I think I didn't make the above entry correctly when I tried pandoc previously.