We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per #372, we support having a paragraph between a code block and its callout list, but this is currently rendered as
code block list paragraph
instead of
code block paragraph list
Examples: https://docs-v3-preview.elastic.dev/elastic/asciidocalypse/tree/main/elasticsearch/docs/reference/query-languages/sql-functions-aggs
where
```sql FIRST( field_name <1> [, ordering_field_name]) <2> ``` **Input**: 1. target field for the aggregation 2. optional field used for ordering
renders as
Related to misplaced callouts in https://github.com/elastic/docs-projects/issues/418 CC @alaudazzi
In example above, Input: should go after the code block and before the list.
Input:
No response
The text was updated successfully, but these errors were encountered:
reakaleek
No branches or pull requests
Describe the bug
Per #372, we support having a paragraph between a code block and its callout list, but this is currently rendered as
instead of
Examples: https://docs-v3-preview.elastic.dev/elastic/asciidocalypse/tree/main/elasticsearch/docs/reference/query-languages/sql-functions-aggs
where
renders as
Related to misplaced callouts in https://github.com/elastic/docs-projects/issues/418 CC @alaudazzi
Expected behavior
In example above,
Input:
should go after the code block and before the list.Steps to reproduce
No response
Tooling
The text was updated successfully, but these errors were encountered: