aboutsummaryrefslogtreecommitdiff
path: root/test/command/8251.md
blob: cb16306cbac76ad25a2ada9c8c44547e8596844b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% pandoc -f native -t html
Link ("",["", "", ""],[]) [Str "foo"] ("https://example.com","")
^D
<a href="https://example.com">foo</a>
```

```
% pandoc -f native -t markdown
Link ("",["", "", ""],[]) [Str "foo"] ("https://example.com","")
^D
[foo](https://example.com){}
```