-
-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
The "rst_in" converter cleans up links to other pages with the function wikiutils.normalize_pagename().
However, wikiutils.normalize_pagename() drops a leading slash (the syntax for a subitem of the current item) during the process:
"\subitem" becomes "subitem".
Is this intended or a bug?
Is normalizing page names for use in wiki-internal links (wiki.local:) required?
(It seems no other module uses the function.)
Metadata
Metadata
Assignees
Labels
No labels