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
For Asciidoc’s description list, we use MyST’s definition list. Note that this feature is not enabled by default and one needs to add deflist to myst_enable_extensions.
<term>
: <definition>
<term>
: <definition>
The Elastic Asciidoc engine defines multiple types of description lists which are formatted differently. The different types are specified by an attribute before the description list. For example, this specifies that the description list is of type ‘horizontal’:
Term 1
: This is a definition item
With a paragraph
> This is a block quote
- This is a list- with an item2```javaTest```
What I really don't like is that this introduces space indentation sensitive formatting to the source documents for the benefit of the output.
If we can capture all valid use cases for this with more specific directives we will create a more prescriptive writing experience and a more uniform UX on the user facing docs.
Summary
(AsciiDoc - Description Lists)
For Asciidoc’s description list, we use MyST’s definition list. Note that this feature is not enabled by default and one needs to add deflist to myst_enable_extensions.
The Elastic Asciidoc engine defines multiple types of description lists which are formatted differently. The different types are specified by an attribute before the description list. For example, this specifies that the description list is of type ‘horizontal’:
For now, they will all be converted as the standard MyST definition list.
To do
The text was updated successfully, but these errors were encountered: