_from_markup_string method

_from_markup_string

def _from_markup_string(cls, new_html_content):
    ...
Parameter Type Description
new_html_content str

Returns: EditableDocument

See Also