aboutsummaryrefslogtreecommitdiff
path: root/test/command/7692.md
blob: 2a91ef3780c913c7a23a1335611adeb57bf0ba1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% pandoc -t markdown
[https://example.com](https://example.com){.clz}
^D
[https://example.com](https://example.com){.clz}
```

```
% pandoc -f markdown -t html | pandoc -f html -t markdown
<http://example.com>
^D
<http://example.com>
```