A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Kurtovic 827c544721 Should correctly handle closing tags with strange spacing. 11 years ago
..
extras Improve padding support for Tags; more code for tags in tokenizer. 11 years ago
__init__.py Wikilinks in builder; some additions; cleanup. 11 years ago
argument.py Fix tokenizer so we don't destroy our textbuf writing an empty stack 11 years ago
comment.py Bugfix. 11 years ago
heading.py Fix heading/link code stripping; add WIKILINK contexts to documentation. 11 years ago
html_entity.py Add missing setters for some nodes and extras (#8) 11 years ago
tag.py Should correctly handle closing tags with strange spacing. 11 years ago
template.py Should have used the param's name here instead of its value. 11 years ago
text.py Document all of Template, plus some other fixes. 11 years ago
wikilink.py Fix heading/link code stripping; add WIKILINK contexts to documentation. 11 years ago