16 lines
246 B
Markdown
16 lines
246 B
Markdown
|
```
|
||
|
pandoc -f latex -t native
|
||
|
foo \include{command/bar}
|
||
|
^D
|
||
|
[Para [Str "foo"]
|
||
|
,Para [Emph [Str "hi",Space,Str "there"]]]
|
||
|
```
|
||
|
|
||
|
```
|
||
|
pandoc -f latex -t native
|
||
|
foo \input{command/bar}
|
||
|
^D
|
||
|
[Para [Str "foo",Space,Emph [Str "hi",Space,Str "there"]]]
|
||
|
```
|
||
|
|