tatuylonen / wikitextprocessor

Python package for WikiMedia dump processing (Wiktionary, Wikipedia etc). Wikitext parsing, template expansion, Lua module execution. For data extraction, bulk syntax checking, error detection, and offline formatting.
Other
93 stars 23 forks source link

Return empty links ("[[ ]]") as escaped text #269

Closed kristian-clausal closed 5 months ago

kristian-clausal commented 5 months ago

On the wiki side, an empty link is ultimately rendered as something like [[#Language]], as text and not a link; I am pretty sure this is not behavior that anything actually relies on, so we can just render it as text by returning escape brackets and the 'contents' (whitespace, maybe) in repl_link.