Replies: 1 comment
-
If I edit Is there a way I can set that in a config rather than manually editing the code? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got lots of Markdown like this:
The sample footnote code at https://commonmark.thephpleague.com/2.5/extensions/footnotes/ doesn't render that as a footnote. It does when there are two or more
\n
before the[^definition]:
Is there a way to configure the footnote extension to recognise only a single newline?
The Markdown Extra documentation says:
And I notice that other Markdown Extra processors allow only a single newline.
Beta Was this translation helpful? Give feedback.
All reactions