The Markdown modules enable you to convert Markdown to HTML and HTML to Markdown.
Prerequisites
Converts Markdown to HTML.
Markdown | Enter the Markdown formatted plain text. |
GitHub Flavored Markdown | Enable this option to convert the GitHub Flavored Markdown to HTML. It enables you, for example, to use tables and/or other advanced formatting options. |
Sanitize | Select the sanitize method. Whether you want to strip html tags or escape HTML. |
Converts HTML code to Markdown.
Markdown | Enter the HTML code that you want to convert to Markdown. |
GitHub Flavored Markdown | Enable this option to convert HTML to the GitHub Flavored Markdown. It enables you, for example, to use tables and/or other advanced formatting options. |