-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown to DokuWiki - External Images #1739
Comments
Pinging @claremacrae, who wrote the DokuWiki writer. |
From looking at my commit that claimed to implement images - bb83563890cc9e4f65679693 - I definitely didn't handle external URLs. I think I maybe just didn't know it was possible for DoluWiki to pull in external images, so that's good to know about. |
thumphries
added a commit
to thumphries/pandoc
that referenced
this issue
Nov 9, 2014
Handles jgm#1739. Preface relative links with ":", absolute URIs without.
PR submitted. Let me know if you see any mistakes. |
thumphries
added a commit
to thumphries/pandoc
that referenced
this issue
Nov 9, 2014
Add test for jgm#1739.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Image links using an external URL for the image (github for example) have a
:
at the start of the URL breaking the code. For an external URL it should not have the first:
in this{{:http...
Proof of the issue:
We take this image:
For example, embedded using Markdown:
Here is the code:
Then go here:
http://johnmacfarlane.net/pandoc/try/?text=&from=markdown&to=dokuwiki
Convert the above image code to Dokuwiki Syntax.
Then go use it here:
https://www.softaculous.com/demos/DokuWiki
And use the code in a demo post. the demo uses
Hrun
You will get this code, it does not work:
Working code:
The text was updated successfully, but these errors were encountered: