Here are a few of the basics like a link, bold, and italics. And here's the markdown code:
[link](#basics), **bold**, and *italics*.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Below is a <blockquote>
using >
in markdown
Single blockquote
Below is a nested <blockquote>
using >
in markdown for the first one and >>
for the second one
First level of a nested blockquote
Nested blockquote
Below is a <blockquote>
using >>>
in markdown
Triple blockquote
Below is a <blockquote>
using >>>>
in markdown
Quadruple blockquote
Below is a <blockquote>
using >>>>>
in markdown
Quintuple blockquote
Below is a <blockquote>
using >>>>>>
in markdown
Sextuple blockquote
Pre and Code styling is included and PrettyPrint is an additional option that you can toggle on or off in the theme settings. Turning PrettyPrint off will keep the CSS and JS from loading on your page.
---
title: My New Page
---
# My New Page!
This is the body of **my new page** and I can easily use _Markdown_ syntax here.
<div>
<p>Markup with <a href="https://code.google.com/p/google-code-prettify/" target="_blank">prettyprint</a></p>
</div>
To add the style class for PrettyPrint, you just need to add prettyprint
directly after the top code fence:
```prettyprint <Your Code Here /> ```
Turn off markdown parsing for pages using tables and then you can use HTML freely.
Table Header | Table Header | Table Header | Table Header |
---|---|---|---|
Content Goes Here | This is longer content Donec id elit non mi porta gravida at eget metus. | Content Goes Here | Content Goes Here |
Content Goes Here | This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus. | Content Goes Here | Content Goes Here |
Content Goes Here | This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus. | Content Goes Here | Content Goes Here |