2017-12-05 00:04:47 +01:00
|
|
|
```
|
|
|
|
pandoc -t native
|
|
|
|
| col1 | col2 |
|
|
|
|
| ---- | ---- |
|
|
|
|
| 1 | 2 |
|
|
|
|
|
|
|
|
::: {.notes} :::
|
|
|
|
not a caption!
|
|
|
|
::::::::::::::::
|
|
|
|
^D
|
2020-03-28 23:22:48 +01:00
|
|
|
[Table ("",[],[]) (Caption Nothing
|
|
|
|
[]) [(AlignDefault,Nothing),(AlignDefault,Nothing)] 0
|
|
|
|
[Row ("",[],[])
|
|
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "col1"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "col2"]]]]
|
|
|
|
[Row ("",[],[])
|
|
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "1"]]
|
|
|
|
,Cell ("",[],[]) Nothing 1 1
|
|
|
|
[Plain [Str "2"]]]]
|
|
|
|
[]
|
2017-12-05 00:04:47 +01:00
|
|
|
,Div ("",["notes"],[])
|
|
|
|
[Para [Str "not",Space,Str "a",Space,Str "caption!"]]]
|
|
|
|
```
|