19 lines
344 B
Markdown
19 lines
344 B
Markdown
|
```
|
||
|
pandoc -t native
|
||
|
| col1 | col2 |
|
||
|
| ---- | ---- |
|
||
|
| 1 | 2 |
|
||
|
|
||
|
::: {.notes} :::
|
||
|
not a caption!
|
||
|
::::::::::::::::
|
||
|
^D
|
||
|
[Table [] [AlignDefault,AlignDefault] [0.0,0.0]
|
||
|
[[Plain [Str "col1"]]
|
||
|
,[Plain [Str "col2"]]]
|
||
|
[[[Plain [Str "1"]]
|
||
|
,[Plain [Str "2"]]]]
|
||
|
,Div ("",["notes"],[])
|
||
|
[Para [Str "not",Space,Str "a",Space,Str "caption!"]]]
|
||
|
```
|