pandoc/test/command/4119.md

27 lines
551 B
Markdown
Raw Normal View History

```
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"]]]]
[]
,Div ("",["notes"],[])
[Para [Str "not",Space,Str "a",Space,Str "caption!"]]]
```