add include shortcode and doc

This commit is contained in:
Michael Barz 2020-04-30 15:37:27 +02:00
parent daa0d0744b
commit 5486f711f7
No known key found for this signature in database
GPG key ID: 8B36FAF20D80DB3F
4 changed files with 77 additions and 0 deletions

View 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>

View file

@ -0,0 +1,5 @@
#### Test Table
| Head 1 | Head 2 | Head 3 |
|---|---|---|
| 1 | 2 | 3 |