Browse Source

Added help documentation for bullet code

garylzimmer 9 years ago
parent
commit
f59374e4b5
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      index.html

+ 5
- 0
index.html View File

@@ -192,6 +192,11 @@ This is not a complete documentation, but some information that should help you
192 192
             You can use this to vertically center text by adding one of these before and after the text you want to center.
193 193
             Param1: the number of units of empty space to use.
194 194
         </li>
195
+        <li>
196
+            <code>bullet</code>
197
+            A bulleted text line.
198
+            Param1: the text
199
+        </li>
195 200
     </ul>
196 201
 </p>
197 202
 

Loading…
Cancel
Save