I found Yihui Xie used inline footnote in his blog(source).
they use literate programming to explain TeX code.^[Is that because TeX code is particularly difficult to understand? I don't know. I don't understand TeX well.]
I created a site using hugo-ivy theme and used inline footnote in the homepage.
The content was:
---
title: Home
---
Here is an inline note^[Inline footnote does not work.].
Here is a footnote reference[^1].
[^1]: Reference footnote works.
But inline footnote does not work.
How can I use inline footnote in markdown file like Yihui?
You can visit demo website.
Environment: Hugo 0.79.0, Blogdown 0.21.47