Table .
| a | b | c |
|---|---|---|
| 1 | 2 | 3 |
| xxxxxx | yyyyyy | zzzzzz |
| . | ||
| a | b | c |
| :----- | -----: | :----: |
| 1 | 2 | 3 |
| xxxxxx | yyyyyy | zzzzzz |
| . |
Table escape . | a | | - | . | a | | - | .
MyST Role
.
Euler's identity, equation {math:numref}euler, was elected one of the
most beautiful mathematical formulas.
.
Euler's identity, equation {math:numref}euler, was elected one of the
most beautiful mathematical formulas.
.
MyST Role escape
.
Escaped role {math:numref}euler, right there
.
Escaped role {math:numref}euler, right there
.
MyST LineComment . a line % a comment another line . a line
% a comment
another line .
MyST LineComment - multiline . a line % a multiline %comment % yep
% another comment . a line
% a multiline %comment % yep
% another comment .
MyST LineComment escape . a line % a comment another line . a line % a comment another line .
MyST BlockBreak . a line +++ a block break another line . a line
+++ a block break
another line .
MyST BlockBreak: empty content . a line +++ another line . a line
+++
another line .
MyST BlockBreak escape . a line +++ NOT a block break another line . a line +++ NOT a block break another line .
MyST Target . (myst_target)= That's a myst target^ . (myst_target)=
That's a myst target^ .
MyST Target escape . (myst_target)= That's a myst target^ The escape has no effect . (myst_target)=
That's a myst target^ The escape has no effect .
Document block attribute order stability . { #id2 key1="value1" .class1 .class2 key2="value2" } block . {#id2 .class1 .class2 key1="value1" key2="value2"} block .
Block attribute collapsing . {#id1 .class1 key1="value1"} {#id2 .class2 key2="value2"} block . {#id2 .class1 .class2 key1="value1" key2="value2"} block .
Attribute attached to flowchart
.
{caption="GROUPS - Description."}
flowchart LR
id
.
{caption="GROUPS - Description."}
flowchart LR
id
.
Dollarmath inline
.
Inline math:
Dollarmath inline escape
.
Escaped inline math:
Dollarmath block . Block math:
$$ a=1 $$ . Block math:
$$ a=1 $$ .
Dollarmath block escape . $$ a=1 $$ . $$ a=1 $$ .
Dollarmath block labeled . Labeled block math:
$$ a=1 $$ (eq1) . Labeled block math:
$$ a=1 $$ (eq1) .
Blockquote with dollarmath block .
$$ a=1 $$ . $$ a=1 $$ .
Long blockquote with dollarmath block .
Some words
Block math:
$$ a=1 $$ Some more words . Some words
Block math:
$$ a=1 $$ Some more words .
Blockquote with dollarmath block labeled .
$$ a=1 $$ (eq1) . $$ a=1 $$ (eq1) .
Long blockquote with dollarmath block labeled .
Some words
Block math:
$$ a=1 $$ (eq1)
Some more words . Some words
Block math:
$$ a=1 $$ (eq1)
Some more words .
Indented dollarmath block .
-
Indented math block
$$ a=1 $$ .
-
Indented math block
$$ a=1 $$ .
Indented dollarmath block labeled .
-
Indented labeled math block
$$ a=1 $$ (eq1) .
-
Indented labeled math block
$$ a=1 $$ (eq1) .
Thats YAML front matter^ .
Frontmatter escape . --- not frontmatter ---
Thats not YAML front matter^ . --- not frontmatter ---
Thats not YAML front matter^ .
Footnotes .
Here is a footnote reference,1 and another.2
Here is a footnote reference,1 and another.2
Move footnote definitions to the end (but before link ref defs) . link: https://www.python.org
Here is a footnote reference1 Here is a link
.
Here is a footnote reference1 Here is a link
.
footnote-indentation . 3
. 3
.
MyST directive YAML .
:option1: 1
:option2: hello
Content
:option1: 1
:option2: hello
Content
---
option1: 1
option2: hello
---
Content
---
option1: 1
option2: hello
---
Content
.
---
option1: 1
option2: hello
---
Content
---
option1: 1
option2: hello
---
Content
---
option1: 1
option2: hello
---
Content
---
option1: 1
option2: hello
---
Content
.
MyST directive empty YAML .
:
Content
.
---
---
Content
.
MyST directive no content .
:letter: a
.
---
letter: a
---
.
MyST directive, no opts or content .
.
.