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