I don't know much about org-mode syntax, but this seems strange:
% echo "[hi](/url)" | pandoc -t org | pandoc -f org
<p><em>hi</em></p>
Is the function isRelativeUrl in the reader too aggressive? Or is the writer too forgiving? @tarleb, can you help?
Also see jgm/gitit#471. Note that in gitit, a link with empty URL gets converted to a wikilink. So it would be nice if we could have links with empty URLs/targets in org-mode.
I don't know much about org-mode syntax, but this seems strange:
Is the function
isRelativeUrlin the reader too aggressive? Or is the writer too forgiving? @tarleb, can you help?Also see jgm/gitit#471. Note that in gitit, a link with empty URL gets converted to a wikilink. So it would be nice if we could have links with empty URLs/targets in org-mode.