Günter Milde
Günter Milde
Thank you for the pointer. Is seems like unnecessary code duplication, if every converter would have to use something like wikiname = normalize_pagename(linktext, None) # second arg is ignored #...
> In my opinion the function `normalize_pagename` seems to be made for other purposes, like .e.g normalizing a name as a result of user input or deriving a valid page...
As far as I know (tested with a grep on the sources), the function `wikiutils.normalize_pagename()` is no longer used in Moin2. It also seems the function is either incomplete or...
TODO: Currently, there are only pytest test cases for rST. Once the desired handling is agreed, add test cases for the other converters.