Hello. Yep, I’m asking for help again.
With the Markdown->HTML processor in Ghost (Casper theme, if it is relevant), the footnotes are a superscript [1]
in the final version. But I want a superscript 1
without the square brackets.
I looked at old examples of Markdown, and I saw both versions, but most removed the [ ]
from footnotes in the HTML and final display.
I tested both ways (with straight HTML so as to avoid Ghost’s Markdown translator) and found that I liked the version without square brackets. It’s also the style of Chicago. As far as I know, only Wikipedia (which I do not want to promote) does the superscript [1]
, whereas other sites just use 1
for footnotes.
Is there some code injection that would change this behavior? I am not self-hosting and I cannot change files. (That prevents me from tooling around with certain things, unfortunately.)