After converting a PmWiki instance to Markdown, the links do not work anymore as the convertor changes the filenames to lowercase. For example the link to "HomePage" has become "homepage".
This is caused by the normalize() function. If interested, I have a quick fix that keeps the capitalization. But it's unclear why filenames were converted to lower case.
After converting a PmWiki instance to Markdown, the links do not work anymore as the convertor changes the filenames to lowercase. For example the link to "HomePage" has become "homepage".
This is caused by the normalize() function. If interested, I have a quick fix that keeps the capitalization. But it's unclear why filenames were converted to lower case.