We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plugins/links
We have reflink syntax, this markup [{#T}](file.md) extracts title from file.md and uses it as link text.
[{#T}](file.md)
file.md
We need to mark link_open token with markup: reflink(analogous to how autolinks are parsed).
link_open
markup: reflink
autolinks
Right now i am doing it inside @diplodoc-platform/markdown-translation library when rendering tokens into XML.
Objectively links of reflink type should just be marked as such by parser.
to easier understand the token structure checkout tokens tab: link to the playground
The text was updated successfully, but these errors were encountered:
No branches or pull requests
plugins/links
We have reflink syntax, this markup
[{#T}](file.md)
extracts title fromfile.md
and uses it as link text.We need to mark
link_open
token withmarkup: reflink
(analogous to howautolinks
are parsed).Right now i am doing it inside @diplodoc-platform/markdown-translation library when rendering tokens into XML.
Objectively links of reflink type should just be marked as such by parser.
to easier understand the token structure checkout tokens tab: link to the playground
The text was updated successfully, but these errors were encountered: