Günter Milde
Günter Milde
`common.css` contains the settings: ~~~css white-space: pre-wrap; word-wrap: break-word; word-break: break-all; ~~~ in the rules for both, `.code` and `pre`. This mimics the behaviour of an x-terminal or console. *...
The "Welcome" page closes with: > To get help, please see [[help-en/Home]] However, the help-en/Home page starts with two not very helpful tests: ~~~ Test Comment Click the Comments link...
Don't drop citation labels. (Fast workaround. TODO: Correct conversion of citation elements.) In `visit_sidebar()`, pass node to open_moin_page_node() so that CSS classes specified in the "sidebar" directive are passed on....
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...
The input converters differ in their handling of URI references with a scheme that is not in the set of "allowed URI schemes" `moin.constants.misc.URI_SCHEMES`. * The **wiki markups** (creole, mediawiki,...