A full listing of all the markdown we support in our markdown to PDF converter.
**
, _
, or ~
around text to format it.
Style | How to write it | Result |
---|---|---|
Bold | **bold** | bold |
Italic | _italic_ | italic |
Strikethrough | ~strikethrough~ |
[]()
. You would write [link to google](https://google.com)
to link to google.
-
character to create an unordered list. For example:
>
in front of a paragraph.
Dorothy followed her through many of the beautiful rooms in her castle.
>
in front of each paragraph.
Dorothy followed her through many of the beautiful rooms in her castle. The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
$$
syntax to write multi-line equations in markdown. For example, you can write the quadratic formula like this:
$$
and $
format, the latter can be used for in-line formatting:

syntax. For example, you can write 
.
---