mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
10 lines
153 B
Markdown
10 lines
153 B
Markdown
```
|
|
% pandoc -f latex -t native
|
|
\def\|{\verb|}
|
|
\vbox{
|
|
\hbox{\|\begin{minipage}[t]%|}
|
|
}
|
|
^D
|
|
[ Para [ Code ( "" , [] , [] ) "\\begin{minipage}[t]%" ] ]
|
|
```
|