When using the internal cms-markdown implementation, most common features are supported.
Special characters
Special characters are all those that have a meaning in Markdown or HTML, for example, and thus influence the rendering.
If the special characters are to be displayed as such, they must be escaped with an imaginary . For example, an asterisk (/star) character can be displayed with \*.
The following characters must be escaped for use: #, *, `, _, {, }, [, ], <, >, (, ), +, -, ., ! and |