Markdown is a
lightweight markup language designed for creating formatted text using a plain-text syntax. Markdown is often converted to HTML for display, but unlike HTML, which uses verbose tags, Markdown's syntax is simpler, using common punctuation characters, such as
**bold** or
*italic*. Because of its simplicity and portability, Markdown has become a standard in technical writing, on collaborative platforms such as GitHub, and in CSPro as an alternative to using
HTML.
When viewing Markdown, CSPro will automatically convert Markdown to HTML.