blob: b45950cf037c82f016615e047d57922997f0ffc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
```
% pandoc -s --shift-heading-level-by=-1 -f djot -t native
# hi
^D
Pandoc
Meta
{ unMeta =
fromList [ ( "title" , MetaInlines [ Str "hi" ] ) ]
}
[ Div ( "hi" , [ "section" ] , [] ) [] ]
```
|