mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
25 lines
385 B
Markdown
25 lines
385 B
Markdown
# Support for KOMA's `\minisec` command
|
|
|
|
```
|
|
% pandoc -f latex -t native
|
|
\minisec{Montage}
|
|
Zunächst suche man das Mauseloch.
|
|
^D
|
|
[ Header
|
|
6
|
|
( "montage" , [ "unnumbered" , "unlisted" ] , [] )
|
|
[ Str "Montage" ]
|
|
, Para
|
|
[ Str "Zun\228chst"
|
|
, Space
|
|
, Str "suche"
|
|
, Space
|
|
, Str "man"
|
|
, Space
|
|
, Str "das"
|
|
, Space
|
|
, Str "Mauseloch."
|
|
]
|
|
]
|
|
```
|