Character to use replacign <em> and <i> tags. Defaults: _
Do not include formatting for emphasis
Do not include formatting for images
Do not include formatting for links
Use []() inline links, rather than reference style links
Place reference-style links after the paragraph they occur in, rather than at the end.
Characters to use replacing <strong> and <b> tags. Default: **
Character to use replacing <li> tags in unordered lists. Default: -
Create new instance.
Takes an HTML string passed and processes it with attempts ot output Markdown from it's content.
Staticcreatecreate a new object.
Convert HTML to Markdown. Based on html2text, this object allows you to take HTML input strings, and convert to Markdown.
When initialized, the options of the
HTMLToMarkdownobject will default to those configured in Drafts settings.Example