**Explain the problem.** Surrounding a word with footnotes in Markdown results in a superscript instead of the notes. ```shell pandoc << EOT ^[note1]test^[note2] EOT ``` Result: ```html [note1]test[note2] ``` **Pandoc version?** pandoc 3.1, macOS 13.2.1