A Refresher on Markdown
Markdown provides a clean and simple syntax for writing content to be parsed and translated into HTML.
The following is adapted from Daring Fireball's Markdown primer.
Table of Contents
- Block Quotes
- Phrase Emphasis
- Lists
- Links
- Images
- Code Highlighting
- Math
- Other Resources <!-- /TOC -->
Block Quotes
block quote
second paragraph of block quote
Phrase Emphasis
- Italics
- Bold
- Bold2
Lists
Unordered
- one
- two
- three
Ordered
- one
- two
- three
Links
Images
{: width="300px" }
Code Highlighting
Math
This is an inline math statement: $$sin(x^2)$$
This is a block statement
$$sin(x^2)$$