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.
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 themd.Markdown
class and all the extensions that might use thedirtype
.Would
instance
work better as a name? This would involve renaming the markdown singleton class variable.What about
type_instance
?