blob: 093161ac77a50b7c32f46991e63b78c4e1f74532 (
plain)
1
2
3
4
5
6
|
```
% pandoc -f html -t native
x<a href="/foo"> leading trailing space </a>x
^D
[Plain [Str "x",Space,Link ("",[],[]) [Str "leading",Space,Str "trailing",Space,Str "space"] ("/foo",""),Space,Str "x"]]
```
|