Skip to content
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

md footnote soft links get rendered onto custom containers #3007

Open
4 tasks done
rin-w opened this issue Sep 24, 2023 · 2 comments
Open
4 tasks done

md footnote soft links get rendered onto custom containers #3007

rin-w opened this issue Sep 24, 2023 · 2 comments
Labels

Comments

@rin-w
Copy link

rin-w commented Sep 24, 2023

Describe the bug

image

Reproduction

directly followed code from #704

::: details Software ([latest][link-latest], [stable][link-stable])

Software stable is cool, but Software latest is cooler.

:::

Here's a simple footnote,[^1] and here's a longer one.[^bignote]

Test[^2].

[^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.

[^2]: Test

[link-latest]: <https://download/link-latest>
[link-stable]: <https://download/link-stable>

Expected behavior

image

System Info

rc17, windows 10

Additional context

No response

Validations

@rin-w rin-w added the bug: pending triage Maybe a bug, waiting for confirmation label Sep 24, 2023
@brc-dd brc-dd closed this as completed in 1a9c32d Sep 24, 2023
@rin-w
Copy link
Author

rin-w commented Sep 24, 2023

@brc-dd 🙏 footnote links attached to container titles don't seem to work too, i.e. ::: details Software [^1]. thank you for your service

@brc-dd brc-dd reopened this Sep 24, 2023
@brc-dd
Copy link
Member

brc-dd commented Sep 24, 2023

This I don't think is fixable in any easy way.

@brc-dd brc-dd added enhancement and removed bug: pending triage Maybe a bug, waiting for confirmation labels Sep 24, 2023
@github-actions github-actions bot added the stale label Nov 6, 2023
@github-actions github-actions bot removed the stale label Jan 20, 2025
@github-actions github-actions bot added the stale label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants