mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-13 12:57:24 +00:00
bf1c17c883
Closes #10621.
104 B
104 B
% pandoc -f markdown -t html
[test](url
"title")
^D
<p><a href="url" title="title">test</a></p>