Closed
Description
Initial checklist
- I read the support docsI read the contributing guideI agree to follow the code of conductI searched issues and couldn’t find anything (or linked relevant results below)
Problem
The first line of footnote definitions has some confusing properties:
For example, Mercury[^mercury], Venus[^venus], and Earth[^Earth].
[^Mercury]: **Mercury** is the first planet from the Sun and the smallest
in the Solar System.
[^Venus]: > (block quote) **Venus** is the second planet from
the Sun.
[^Earth]: (does indented code work here?) **Earth** is the third planet
from the Sun and the only astronomical object known to harbor life.
Yields:
For example, Mercury1, Venus2, and Earth3.
Solution
Format first line empty:
For example, Mercury[^mercury], Venus[^venus], and Earth[^Earth].
[^Mercury]:
**Mercury** is the first planet from the Sun and the smallest
in the Solar System.
[^Venus]:
> (block quote) **Venus** is the second planet from
> the Sun.
[^Earth]:
(does indented code work here?) **Earth** is the third planet
from the Sun and the only astronomical object known to harbor life.
Alternatives
.
Footnotes
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity