-
Notifications
You must be signed in to change notification settings - Fork 0
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
Broken images #5
Comments
It appears the image(s) are not in the SQLite conversion of the XML dump. Are they in the XML dump? |
It appears I didn't dump the images when getting the XML:
|
Looks like at least 80 images:
|
Confirmed, missed the include files option in the initial dump - addressed and documented in 8b7d369 |
It seems images in MediaWiki are not forced to start with a capital letter... |
I think the handful of images with a leading underscore are a bug in my script:
|
Some of the images are breaking as This is apparently https://en.wikipedia.org/wiki/Left-to-right_mark and the left-to-right mark is in the HTML snippet within the MarkDown:
It was in the raw mediawiki dump too:
|
The leading underscores stems from a leading space in the MediaWiki version, which apparently gets ignored:
It looks like a corner case pandoc does not currently support. Edit: logged as jgm/pandoc#9425 |
I believe all the images are working now, closing. |
Lots were broken by peterjc/mediawiki_to_git_md#35 - wrongly put into title case. |
e.g. https://open-bio.org/wiki/Codefest_2016 has a an image https://open-bio.org/w/images/2/22/FamiLAB-Logo3.gif
In the current rendering, https://open-bio.org/w/images/2/22/FamiLAB-Logo3.gif tries to show https://obf.github.io/wiki/_FamiLAB-Logo3.gif (not found).
So (a) where is the image, and (b) why the leading underscore?
The text was updated successfully, but these errors were encountered: