mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-12 10:35:52 +00:00
14 lines
137 B
Markdown
14 lines
137 B
Markdown
```
|
|
% pandoc -t native
|
|
(i<j)
|
|
^D
|
|
[Para [Str "(i<j)"]]
|
|
```
|
|
|
|
```
|
|
% pandoc -t native
|
|
i<j-1, j>k
|
|
^D
|
|
[Para [Str "i<j-1,",Space,Str "j>k"]]
|
|
```
|