Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gatsby-theme-minimal-blog]: footnotes do not render #1107

Closed
sparky005 opened this issue Jan 13, 2023 · 0 comments · Fixed by #1117 or #1118
Closed

[gatsby-theme-minimal-blog]: footnotes do not render #1107

sparky005 opened this issue Jan 13, 2023 · 0 comments · Fixed by #1117 or #1118
Labels
type: bug An issue or pull request relating to a bug

Comments

@sparky005
Copy link

Description

Using the gatsby-theme-minimal-blog theme, using footnotes does not seem to work. The footnotes are just rendered as regular text, eg:

Here's a simple footnote,[^1] and here's a longer one.[^bignote]

[^1]: This is the first footnote.

[^bignote]: this is a longer footnote, but not that much longer

image

Steps to reproduce

Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue much easier to diagnose (seriously).

  1. create a new page from the starter with npx gatsby new gatsby-starter-minimal-blog https://github.com/LekoArts/gatsby-starter-minimal-blog
  2. add or edit a post to use footnotes

Example project: https://elaborate-paletas-85fd95.netlify.app/markdown-reference
Source: https://github.com/sparky005/gatsby-minimal-demo/blob/main/content/posts/markdown-reference/index.mdx

Expected result

Footnotes are rendered correctly, as shown here: #726 (comment)

Actual result

They do not render correctly, as shown above

Environment

Run gatsby info --clipboard in your project directory and paste the output here.

System:
OS: macOS 13.1
CPU: (8) x64 Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 19.2.0 - /usr/local/bin/node
Yarn: 3.3.0 - ~/.asdf/shims/yarn
npm: 8.19.3 - /usr/local/bin/npm
Languages:
Python: 3.9.13 - /Users/asadik/.asdf/shims/python
Browsers:
Chrome: 108.0.5359.124
Firefox: 104.0.2
Safari: 16.2

@sparky005 sparky005 added the type: bug An issue or pull request relating to a bug label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug An issue or pull request relating to a bug
Projects
None yet
1 participant