1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
```
% pandoc -f latex -t native
electromagnetic\hyp{}endioscopy
^D
[ Para [ Str "electromagnetic-endioscopy" ] ]
```
```
% pandoc -f latex -t native
C\colonhyp\bshyp{}Windows\bshyp
^D
[ Para [ Str "C:\173\\\173Windows\\\173" ] ]
```
```
% pandoc -f latex -t native
\fshyp{}usr\fshyp{}share\fshyp
^D
[ Para [ Str "/\173usr/\173share/\173" ] ]
```
```
% pandoc -f latex -t native
\fshyp{}home\fshyp{}schrieveslaach\fshyp\dothyp{}m2
^D
[ Para [ Str "/\173home/\173schrieveslaach/\173.\173m2" ] ]
```
```
% pandoc -f latex -t native
\nohyphens{Pneumonoultramicroscopicsilicovolcanoconiosis}
^D
[ Para
[ Str "Pneumonoultramicroscopicsilicovolcanoconiosis" ]
]
```
```
% pandoc -f latex -t native
\textnhtt{Pneumonoultramicroscopicsilicovolcanoconiosis}
^D
[ Para
[ Code
( "" , [] , [] )
"Pneumonoultramicroscopicsilicovolcanoconiosis"
]
]
```
```
% pandoc -f latex -t native
\nhttfamily{Pneumonoultramicroscopicsilicovolcanoconiosis}
^D
[ Para
[ Code
( "" , [] , [] )
"Pneumonoultramicroscopicsilicovolcanoconiosis"
]
]
```
|