aboutsummaryrefslogtreecommitdiff
path: root/test/command/4306.md
blob: dcb90e31203e247d166d122927094e0b3360b104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
```
% pandoc -f latex -t native
\documentclass{article}
\usepackage{hyperref}
\begin{document}
The file id is \nolinkurl{ESP_123_5235}.
\end{document}
^D
[ Para
    [ Str "The"
    , Space
    , Str "file"
    , Space
    , Str "id"
    , Space
    , Str "is"
    , Space
    , Code ( "" , [] , [] ) "ESP_123_5235"
    , Str "."
    ]
]
```