flavor property

flavor property

Specifies markdown specification to convert presentation. Default is Multi-markdown.

Definition:

@property
def flavor(self):
    ...

@flavor.setter
def flavor(self, value):
    ...

See Also