Fix bullet points
authorWuzzy
Tue, 24 Nov 2015 19:24:25 +0000
changeset 676 9b0d8d0ab5f9
parent 675 67e93bfeea45
child 677 28c2e00ed2b0
Fix bullet points
ConfigurationFiles.wiki
--- a/ConfigurationFiles.wiki	Tue Nov 24 19:19:07 2015 +0000
+++ b/ConfigurationFiles.wiki	Tue Nov 24 19:24:25 2015 +0000
@@ -168,8 +168,8 @@
 
 Syntax: `jJbB`
 
-* `J`: Controller ID beginning with 0
-* `A`: Button ID beginning with 0
+ * `J`: Controller ID beginning with 0
+ * `A`: Button ID beginning with 0
 
 Examples:
 || *Code* || Description ||
@@ -181,11 +181,11 @@
 
 Syntax: `jJaAD`
 
-* `J`: Controller ID beginning with 0
-* `A`: Axis 
-* `D`: Axis direction. One of the following letters:
-    * `u`: positive (“up”)
-    * `d`: negative (“down”)
+ * `J`: Controller ID beginning with 0
+ * `A`: Axis 
+ * `D`: Axis direction. One of the following letters:
+  * `u`: positive (“up”)
+  * `d`: negative (“down”)
 
 Examples:
 
@@ -198,14 +198,13 @@
 
 Syntax: `jJhHD`
 
-* `J`: Controller ID beginning with 0
-* `A`: D-pad ID 
-* `D`: Direction, it is one of 4 letters:
-    * `u`: up
-    * `r`: right
-    * `d`: down
-    * `l`: left
-
+ * `J`: Controller ID beginning with 0
+ * `A`: D-pad ID 
+ * `D`: Direction, it is one of 4 letters:
+  * `u`: up
+  * `r`: right
+  * `d`: down
+  * `l`: left
 
 Examples:
 || *Code* || Description ||