Commit 8ac9814f by tschmidt-dev

fixed help plugin TOC syntax and added Tables section

parent efd8db8d
......@@ -19,7 +19,7 @@ Huger header
### Huge header
#### Small header
[[ TOC ]]
[TOC]
</pre>
<h4>{% trans "Typography" %}</h4>
......@@ -34,3 +34,12 @@ Huger header
- Sub Item 2</pre>
<pre>1. Ordered
2. List</pre>
<h4>{% trans "Tables" %}</h4>
<pre>
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
</pre>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment