Closed orschiro closed 9 years ago
Is your URL in your mmd source inside <...>
(that's an official Markdown autolink). Or is it "bare"? If the latter, you can turn on the autolink_bare_uris
extension:
pandoc -f markdown+autolink_bare_uris
or just slap <
and >
around the URL in your source.
Or is it "bare"? If the latter, you can turn on the
autolink_bare_uris
extension:
Yes it is bare.
pandoc -f markdown+autolink_bare_uris
Thanks for the solution!
Dear all,
I am using the following command to convert my
.mmd
file written in Scrivener to a.docx
:The link written in Scrivener looks as follows and is correctly underlined:
On conversion, however, hyperlinks are not underlined in the resulting
.docx
. Can pandoc support the user here with a flag or should all correct hyperlinking already be done in the markdown file?In that case I would have to write:
This, however, is not possible in Scrivener. I appreciate your response. I am just trying to understand whether the issue is to be looked from the editor side (Scrivener) or whether there is potential for pandoc to assist the user here.
Thanks!
Robert