layout | title | order | permalink | nav | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
default |
Markdown Examples |
0 |
/example/ |
|
This page shows examples of the markdown text that can be used in this documentation.
This heading is shown as a submenu on the navbar.
- Introduction: introduction
- - Sub Menu: sub-menu-example
- Examples: examples
- - Headings: headings
- - Tables: tables
- - Code: code
#h1 heading
##h2 heading
###h3 heading
####h4 heading
#####h5 heading
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
~~~~~~ javascript
var example = i;
i++;
console.log(i);
~~~~~~~
var example = i;
i++;
console.log(i);