add include shortcode and doc
This commit is contained in:
parent
daa0d0744b
commit
5486f711f7
4 changed files with 77 additions and 0 deletions
13
exampleSite/static/example.html
Normal file
13
exampleSite/static/example.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1>This is heading 1</h1>
|
||||
<h2>This is heading 2</h2>
|
||||
<h3>This is heading 3</h3>
|
||||
<h4>This is heading 4</h4>
|
||||
<h5>This is heading 5</h5>
|
||||
<h6>This is heading 6</h6>
|
||||
|
||||
</body>
|
||||
</html>
|
5
exampleSite/static/table.md
Normal file
5
exampleSite/static/table.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
#### Test Table
|
||||
|
||||
| Head 1 | Head 2 | Head 3 |
|
||||
|---|---|---|
|
||||
| 1 | 2 | 3 |
|
Loading…
Add table
Add a link
Reference in a new issue