-
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Jan 25, 2024
Replies: 1 comment 1 reply
-
You can pass an explicit table of contents label, if Attribute Lists is enabled: ## Join (1) { data-toc-label="Join" } Other than that, using annotations in headlines might not be the best idea. We've just added footnote tooltips, which have better Markdown support than annotations as they degrade more gracefully. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
laikrai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can pass an explicit table of contents label, if Attribute Lists is enabled:
## Join (1) { data-toc-label="Join" }
Other than that, using annotations in headlines might not be the best idea. We've just added footnote tooltips, which have better Markdown support than annotations as they degrade more gracefully.