Quellcode durchsuchen

Added help documentation for bullet code

garylzimmer vor 9 Jahren
Ursprung
Commit
f59374e4b5
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5
    0
      index.html

+ 5
- 0
index.html Datei anzeigen

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

Laden…
Abbrechen
Speichern