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
Today we support both:
```{directive} arguments :option: value <content> ```
as well as:
:::{directive} arguments :option: value <content> :::
The latter is recommended by Myst itself: https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#syntax-colon-fence because it plays better with markdown editors and syntax highlighting.
As can be seen right here on GitHub:
```{directive} arguments :option: value # hello world [a link](http://www.google.com] with **bold** text ```
:::{directive} arguments :option: value # hello world [a link](http://www.google.com] with **bold** text :::
or as seen in an code editor:
Although this is less of an issue with the MYST plugin for VS code:
https://marketplace.visualstudio.com/items?itemName=ExecutableBookProject.myst-highlight
Intelij has no Myst support although its being tracked:
https://youtrack.jetbrains.com/issue/PY-61291/Support-MyST-syntax
My vote would be for all our documentation we use ::: over triple backticks.
:::
WDTY: @bmorelli25 @KOTungseth @siamakp-elastic ?
The text was updated successfully, but these errors were encountered:
I fully support this.
Why?
Because I've been burned using ' instead of ` way too many times.
Sorry, something went wrong.
👍 Makes sense to me. Let's do it.
No branches or pull requests
Today we support both:
as well as:
:::{directive} arguments :option: value <content> :::
The latter is recommended by Myst itself: https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#syntax-colon-fence because it plays better with markdown editors and syntax highlighting.
As can be seen right here on GitHub:
or as seen in an code editor:
Although this is less of an issue with the MYST plugin for VS code:
https://marketplace.visualstudio.com/items?itemName=ExecutableBookProject.myst-highlight
Intelij has no Myst support although its being tracked:
https://youtrack.jetbrains.com/issue/PY-61291/Support-MyST-syntax
My vote would be for all our documentation we use
:::
over triple backticks.WDTY: @bmorelli25 @KOTungseth @siamakp-elastic ?
The text was updated successfully, but these errors were encountered: