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
Support cross-references to labeled figures/examples.
This could perhaps be a markdown-it plugin, maybe using [@ex:1] syntax. Just make sure it doesn't conflict with the syntax for citations.
markdown-it
[@ex:1]
The plugin should only output the text of the referenced item's label (so just 1 and not Example 1).
1
Example 1
Maybe allow a custom label as a second argument?
The plugin will not be able to handle cross-references to other documents.
Here's one implementation:
https://github.com/Renovamen/oh-my-cv/blob/main/packages/markdown-it-cross-ref/src/index.ts https://lierdakil.github.io/pandoc-crossref/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support cross-references to labeled figures/examples.
This could perhaps be a
markdown-it
plugin, maybe using[@ex:1]
syntax. Just make sure it doesn't conflict with the syntax for citations.The plugin should only output the text of the referenced item's label (so just
1
and notExample 1
).Maybe allow a custom label as a second argument?
The plugin will not be able to handle cross-references to other documents.
Here's one implementation:
https://github.com/Renovamen/oh-my-cv/blob/main/packages/markdown-it-cross-ref/src/index.ts
https://lierdakil.github.io/pandoc-crossref/
The text was updated successfully, but these errors were encountered: