Namdak Tonpa 6 years ago
parent
commit
5002475b5b
1 changed files with 7 additions and 8 deletions
  1. 7 8
      index.html

+ 7 - 8
index.html

@@ -56,8 +56,7 @@
             delimiters or commands.
             Words between commands are arguments for the nearest command from left.
         </p>
-        <figure>
-        <code>
+        <figure><code>
  $ mad
 
  MAD Manage Dependencies ad426a
@@ -91,7 +90,7 @@
  Created: "ex/apps/ex/priv/static/synrc.css"
  Created: "ex/apps/ex/src/routes.erl"
  OK
-        </code><figure>
+        </code></figure>
         </div>
         <a name=docs><h3>STATIC</h3></a>
     </section>
@@ -158,7 +157,7 @@
         </div>
         <figure><code>
  $ mad compile
-        </code>/<figure>
+        </code></figure>
     </section>
     <section>
         <a name=docs><h3>STRIP</h3></a>
@@ -169,7 +168,7 @@
         </div>
         <figure><code>
  $ mad strip
-        </code>/<figure>
+        </code></figure>
     </section>
     <section>
         <a name=docs><h3>PLAN</h3></a>
@@ -180,7 +179,7 @@
         </div>
         <figure><code>
  $ mad plan
-        </code>/<figure>
+        </code></figure>
     </section>
     <section>
         <a name=docs><h3>BUNDLE</h3></a>
@@ -194,7 +193,7 @@
         </div>
         <figure><code>
  $ mad bundle script sample
-        </code>/<figure>
+        </code></figure>
     </section>
     <section>
         <a name=docs><h3>REPL</h3></a>
@@ -206,7 +205,7 @@
         <figure><code>
  $ mad repl
  $ open http://127.0.0.1:8001
-        </code>/<figure>
+        </code></figure>
     </section>
     <section>
         <a name=docs><h3>Related Documents</h3></a>