miyuchina / mistletoe

A fast, extensible and spec-compliant Markdown parser in pure Python.
MIT License
791 stars 110 forks source link

refactor: use strict PascalCase for class names (#182) #192

Closed pbodnar closed 11 months ago

pbodnar commented 11 months ago

Fixes #182.

Giving this as a preview of the changes for a while, provided someone would like to give feedback.

Note that backwards compatibility is preserved - by introducing aliases for the old class names.

pbodnar commented 11 months ago

Note that names containing XWiki or LaTeX are left unchanged - I'm not sure if changing them to Xwiki and Latex is worth it, probably not?