content property

content property

The converted Markdown content as a string.

The Markdown content when conversion is performed without an output stream or file path. Returns None if the conversion failed, or if the output was written to a stream or file.

Definition:

@property
def content(self):
    ...

See Also