You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to convert all my mediawiki xml pages into markdown. Thank you for the great tool.
I am just hitting a problem with images now. They don't seem to be managed.
for example a mediawiki entry for an image [[Image:IMG_1122.png | right | 300px | alt="alt here"]]
get translated into (using gfm). [right | 300px | alt="alt here"](/Image:IMG_1122.png "wikilink")
I can not figure out where I should put my images now given the markdown has made a path such as /Image:IMG_1122.png.
Something like /Image/IMG_1122.png would be something workable but the colon is intriguing. Or I am missing something?
How are we supposed to work with images?
The text was updated successfully, but these errors were encountered:
I managed to convert all my mediawiki xml pages into markdown. Thank you for the great tool.
I am just hitting a problem with images now. They don't seem to be managed.
for example a mediawiki entry for an image
[[Image:IMG_1122.png | right | 300px | alt="alt here"]]
get translated into (using gfm).
[right | 300px | alt="alt here"](/Image:IMG_1122.png "wikilink")
I can not figure out where I should put my images now given the markdown has made a path such as /Image:IMG_1122.png.
Something like /Image/IMG_1122.png would be something workable but the colon is intriguing. Or I am missing something?
How are we supposed to work with images?
The text was updated successfully, but these errors were encountered: