Is it possible to hide Admonitions from search? #5994
Answered
by
squidfunk
BrixsterPlanet
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Sep 12, 2023
Replies: 1 comment 2 replies
-
I think it might be possible to use <div data-search-exclude markdown>
!!! warning "Admonition title"
Content
</div> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
BrixsterPlanet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it might be possible to use
md_in_html
and switch to the following syntax: