Markdown Syntax

Markdown is a lightweight markup language with plain text formatting syntax designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor - wikipedia

Here are a few examples of markdown syntax we can use when designing our sites. Provided you open a markdown field from the factory, you have several options:

">" for quotes renders >something like this

an apostrophe at the beginning and the end of a phrase for monospace text `creates something like this`

"[]()" for Links -> but it doesn't seem to work! [https://commons.blog/]

"![]()" for images

<i>this should be italic, but it isn't</i>

x