Markdown¶
The Markdown modules enable you to convert Markdown to HTML and HTML to Markdown.
Getting Started with Markdown¶
Prerequisites
- a Markdown formatted text or HTML code.
Note
The module dialog fields that are displayed in bold (in the Ibexa Connect scenario, not in this documentation article) are mandatory!
Transformers¶
Markdown to HTML¶
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. |
HTML to Markdown¶
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. |