How to create a reference for an admonition #7146
Unanswered
andrewnicols
asked this question in
Q&A
Replies: 1 comment 8 replies
-
I don't understand sorry. Do you have any example in the wild (on any doc site) using a setup similar to what you are trying to do?
I'm not sure headers in admonitions is a good doc / HTML practice, but it should work and you should be able to link to any heading (unless you put them in collapsible/hideable items like details or tabs) |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to find a way to create a bookmark link for an admonition so that I can essentially provide more detail for terminology, however the
{#my-explicit-id}
syntax documented at https://docusaurus.io/docs/markdown-features/headings#explicit-ids seems only be for headings.Given the admonition does include a header, should it not also be possible to link to it?
Beta Was this translation helpful? Give feedback.
All reactions