22 lines
214 B
Markdown
22 lines
214 B
Markdown
|
---
|
||
|
|
||
|
title: Testing Markdown
|
||
|
layout: default
|
||
|
|
||
|
---
|
||
|
|
||
|
###Testing some markdown this is h3
|
||
|
|
||
|
So, *time* for **some** `lists`
|
||
|
- this
|
||
|
- is a
|
||
|
- list
|
||
|
|
||
|
> block quote.
|
||
|
>
|
||
|
> another line
|
||
|
|
||
|
This is a [link](#).
|
||
|
|
||
|
jekyll --server
|