2018-08-13 01:45:44 +02:00
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
\url{http://example.com/foo%20bar.htm}
|
|
|
|
^D
|
2021-09-19 21:09:51 +02:00
|
|
|
[ Para
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Link
|
2021-11-08 06:08:20 +01:00
|
|
|
( "" , [ "uri" ] , [] )
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Str "http://example.com/foo%20bar.htm" ]
|
|
|
|
( "http://example.com/foo%20bar.htm" , "" )
|
|
|
|
]
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
2018-08-13 01:45:44 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
\url{http://example.com/foo{bar}.htm}
|
|
|
|
^D
|
2021-09-19 21:09:51 +02:00
|
|
|
[ Para
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Link
|
2021-11-08 06:08:20 +01:00
|
|
|
( "" , [ "uri" ] , [] )
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Str "http://example.com/foo{bar}.htm" ]
|
|
|
|
( "http://example.com/foo{bar}.htm" , "" )
|
|
|
|
]
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
2018-08-13 01:45:44 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
\href{http://example.com/foo%20bar}{Foobar}
|
|
|
|
^D
|
2021-09-19 21:09:51 +02:00
|
|
|
[ Para
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Link
|
|
|
|
( "" , [] , [] )
|
|
|
|
[ Str "Foobar" ]
|
|
|
|
( "http://example.com/foo%20bar" , "" )
|
|
|
|
]
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
2018-08-13 01:45:44 +02:00
|
|
|
```
|
|
|
|
|