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
A command for marking captions for images and tables would be very useful. For example it could look like this:
!caption("Table 1-1") |Header |---
This would render to
<a href="#caption-table-1-1"></a> ###### Table 1-1 |Header |---
Now we can have references to the captions like this:
This references !linkcaption("Table 1-1").
This would render to:
This references [Table 1-1](#caption-table-1-1).
I hope you find this interesting enough to add it.
The text was updated successfully, but these errors were encountered:
You could also apply the auto-numbering features to captions.
Sorry, something went wrong.
No branches or pull requests
A command for marking captions for images and tables would be very useful. For example it could look like this:
This would render to
Now we can have references to the captions like this:
This would render to:
I hope you find this interesting enough to add it.
The text was updated successfully, but these errors were encountered: