blob: 70f00864311edc7d5510b1435fbc6306a8aa93b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
```
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!"]]]
```
|