-
Notifications
You must be signed in to change notification settings - Fork 32
Closed as not planned
Labels
authoringRelates to our markdown parserRelates to our markdown parserquestionFurther information is requestedFurther information is requested
Description
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'.
```{admonition} <title>
:class: important
<text>
```
To do
- Add support for context-specific admonitions #94 and Add support for page-level metadata #95 will add support for beta/preview callouts to V3
- After these hit, determine a new mapping from asciidoc to v3 for inline admonitions
- Determine which inline admonitions exist outside of the context of versioning and also need to be added
Metadata
Metadata
Assignees
Labels
authoringRelates to our markdown parserRelates to our markdown parserquestionFurther information is requestedFurther information is requested