features property

features property

Flag set that controls which elements are converted to markdown.

Definition:

@property
def features(self):
    ...
@features.setter
def features(self, value):
    ...

See Also