Skip to content

I would like to know where I went wrong with my Markdown syntax. #83

Answered by toddLiao469469
sisyphusla asked this question in Q&A
Discussion options

You must be logged in to vote

I think the root cause of this issue is the behavior of marked (markdown processor)

For instance, if you write a footnote with just one space like this:

text [^1]

[^1]: text

marked will process [^1] as a link.

However, if you use two or more spaces:

text [^1]

[^1]: text text
//--------^----

marked will process [^1] as a paragraph. So QWER will process it into a footnote successfully.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@toddLiao469469
Comment options

Answer selected by sisyphusla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants