Skip to content

Format first line of footnote definitions empty #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 tasks done
wooorm opened this issue Dec 18, 2023 · 0 comments
Closed
4 tasks done

Format first line of footnote definitions empty #1

wooorm opened this issue Dec 18, 2023 · 0 comments
Labels
💪 phase/solved Post is done 🧒 semver/minor This is backwards-compatible change

Comments

@wooorm
Copy link
Member

wooorm commented Dec 18, 2023

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.

@wooorm wooorm added the 🧑 semver/major This is a change label Dec 18, 2023
@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Dec 18, 2023
@wooorm wooorm added 🧒 semver/minor This is backwards-compatible change and removed 🧑 semver/major This is a change labels Feb 10, 2025
@wooorm wooorm closed this as completed in 8499c82 Feb 10, 2025
@wooorm wooorm added the 💪 phase/solved Post is done label Feb 10, 2025
@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 phase/solved Post is done 🧒 semver/minor This is backwards-compatible change
Development

No branches or pull requests

1 participant