aboutsummaryrefslogtreecommitdiff
path: root/test/command/4306.md
blob: 3f5caa8fc1da34348239fd04d29fa40aa92445f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
```
% 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 "."
  ]
]
```