Skip to content

Format first line of footnote definitions empty #1

Closed
@wooorm

Description

@wooorm

Initial checklist

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

  1. Mercury is the first planet from the Sun and the smallest
    in the Solar System.

  2. (block quote) Venus is the second planet from
    the Sun.

  3. (does indented code work here?) Earth is the third planet
    from the Sun and the only astronomical object known to harbor life.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions