aboutsummaryrefslogtreecommitdiff
path: root/test/command/hyphenat.md
blob: 3aae85101157682b24718b5e88379b8bd8b2905e (plain)
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
```
% 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"]]
```