+> It's kinda like e-mail...
+>> ...but without the cool colored lines...
+>>> ...and different font colors.
+>>>> ...but it's nothing a little CSS can't fix.
+
+# Pointless heading
+
+Let's see a table:
+
+[[!table data="""
+Heading 1|Heading 2|Heading 3
+Item 1| Item 2| Item 3"""]]
+
+ location / {
+ proxy_pass http://test.ashep:80;
+ proxy_cache default;
+ proxy_cache_valid 200 302 10m;
+ proxy_cache_valid 404 1m;
+ }
+
+
+
+