Jaymon / bang

A static site generator with support for RSS feeds, sitemaps, and Google Amp
MIT License
13 stars 0 forks source link

Markdown dirtype property #50

Closed Jaymon closed 5 years ago

Jaymon commented 5 years ago

I'm moving away from the dirtype nomenclature as I try and make types more generic, so this should be changed, it will have to be changed in the md.Markdown class and all the extensions that might use the dirtype.

Would instance work better as a name? This would involve renaming the markdown singleton class variable.

What about type_instance?