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

MD051: Allow link fragments to kramdown block IAL and span IAL ids #726

Open
randallpittman opened this issue Feb 23, 2023 · 1 comment
Open

Comments

@randallpittman
Copy link

Related: #570

kramdown lets you give ids to blocks and spans with the inline attribute list syntax. It would be great to not have false positives for MD051 when linking to an id of this syntax.

Example syntax

This is the paragraph I want to link to.
{:#the-paragraph-id}

Later on, I'd like to link the [the paragraph I wrote earlier](#the-paragraph-id).
@DavidAnson
Copy link
Owner

Thanks for the related link. This doesn't look too bad to allow. It's funny these two systems don't even agree on the same syntax for this - tho it's pretty clear they knew about each other.

@DavidAnson DavidAnson changed the title MD051 - Allow link fragments to kramdown block IAL and span IAL ids MD051: Allow link fragments to kramdown block IAL and span IAL ids Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants