Skip to content

Latest commit

 

History

History
125 lines (99 loc) · 2.93 KB

QuickStart.md

File metadata and controls

125 lines (99 loc) · 2.93 KB

Quick Start

Headings

# This is Heading level 1
## This is Heading level 2
### This is Heading level 3
#### This is Heading level 4
##### This is Heading level 5
###### This is an Heading level 6

This is Heading level 1

This is Heading level 2

This is Heading level 3

This is Heading level 4

This is Heading level 5
This is Heading level 6

Emphasis

*This text will be italic*
_This will also be italic_

**This text will be bold**
__This will also be bold__

_You **can** combine them_

This text will be italic This will also be italic

This text will be bold This will also be bold

You can combine them

Lists

Unordered

* Item 1
* Item 2
  * Item 2a
  * Item 2b
  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Ordered

1. Item 1
2. Item 2
3. Item 3
   1. Item 3a
   2. Item 3b
  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Images

![Markdown Logo](/img/logo.png)
Format: ![Alt Text](url)
Resize: <img src="/img/logo.png" width="128">

Markdown Logo

Links

http://github.com - automatic!
[GitHub](http://github.com)

http://github.com - automatic!
GitHub

Tables

| Option | Description |
| ------ | ----------- |
| data   | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext    | extension to be used for dest files. |
Option Description
data path to data files to supply the data that will be passed into templates.
engine engine to be used for processing templates. Handlebars is the default.
ext extension to be used for dest files.

Center and Right Aligned Text

| Option | Description |
|:------:| -----------:|
| data   | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext    | extension to be used for dest files. |
Option Description
data path to data files to supply the data that will be passed into templates.
engine engine to be used for processing templates. Handlebars is the default.
ext extension to be used for dest files.

Blockquotes

As Kanye West said:

> We're living the future so
> the present is our past.

As Kanye West said:

We're living the future so
the present is our past.

Inline code

I think you should use an
`<addr>` element here instead.

I think you should use an
<addr> element here instead.