You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text [beta] on top of the page is an inline admonition. If you have over it, you will see a tooltip-style box. There is no equivalent functionality in MyST, so for now we are converting it an admonition of type ‘important'.
```{admonition} <title>
:class: important
<text>
```
From @siamakp-elastic in regards to inline admonitions in code callouts:
Look at this page: https://www.elastic.co/guide/en/observability/current/apm-open-telemetry-direct.html
The callout #8 has an inline admonition preview. I used to render them ('beta', 'preview', etc) as block admonitions. But admonition won't work in the callout case above. I've changed it to be just the title in the brackets: [preview].
That means that the documents that have an inline beta inline admonition, will just show [beta] without any more information. Note that the Asciidoc inline admonition acts like a hover tooltip.
bmorelli25
changed the title
[Migration tooling] Inline admonition
[Discuss] Inline admonitions
Jan 13, 2025
Summary
You can find an example of an inline admonition in this page:
Data set quality | Elastic Observability [8.17] | Elastic
The text [beta] on top of the page is an inline admonition. If you have over it, you will see a tooltip-style box. There is no equivalent functionality in MyST, so for now we are converting it an admonition of type ‘important'.
To do
The text was updated successfully, but these errors were encountered: