Introduction to Markdown
Markdown is a text-based language designed to make it easy for you to express rich, meaningful content using only text.
Here are some examples of markdown syntax:
Expression | Description | output |
---|---|---|
[hi](www.google.com) | A link to www.google.com that displays as text 'hi' |
hi |
 | Shows the image at URL https://goo.gl/huNep2 |
|
* Item 1 * Item 2 |
A bulleted list with two elements |
|
`Code Block` | A code block | Code Block |
For more information on Markdown, see here.