earwig / mwparserfromhell

A Python parser for MediaWiki wikicode
https://mwparserfromhell.readthedocs.io/
MIT License
757 stars 75 forks source link

Pretty printer? #245

Closed ctrlcctrlv closed 4 years ago

ctrlcctrlv commented 4 years ago

Is there a pretty printer? If not, should there be one in the default distribution, or is that a job for a third party?

clokep commented 4 years ago

There's the Wikicode.get_tree() method which might do what you want.

ctrlcctrlv commented 4 years ago

Indeed, thanks :-)

For Google, mwparserfromhell is a Mediawiki pretty printer / beautifier. 😜