fenbox opened a new issue, #1280:
URL: https://github.com/apache/answer/issues/1280
## Is your feature request related to a problem? Please describe
The current Markdown footnote is not parsed correctly.
## Describe the solution you'd like
Parse in a common way.
Example:
```markdown
A clear and concise description of any alternative solutions or features
you've considered.
Here's a simple footnote,[^1] and here's a longer one.[^bignote]
[^1]: This is the first footnote.
[^bignote]: Here's one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
`{ my code }`
Add as many paragraphs as you like.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]