Remove nonstandard Markdown hints.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Fri, 10 Oct 2014 10:14:01 +0000 (12:14 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Fri, 10 Oct 2014 10:14:01 +0000 (12:14 +0200)
README.md

index eaf26ff..dfe4ee8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -43,7 +43,6 @@ of _parsing_ equations, RRR will generate random ones.
 (This example is also available as a loadable module in the included
 `term.js` file.)
 
 (This example is also available as a loadable module in the included
 `term.js` file.)
 
-    ::javascript
     var grammar = new rrr.Grammar({
         // Canonical expression/term/factor grammar.
 
     var grammar = new rrr.Grammar({
         // Canonical expression/term/factor grammar.
 
@@ -77,7 +76,6 @@ To generate a random equation, call `grammar.generate()`. If you want
 a start expression other than the default, you can provide a different
 initial string.
 
 a start expression other than the default, you can provide a different
 initial string.
 
-    ::javascript
     grammar.generate(); // Equivalent to grammar.generate('<Expr>')
     // => '-9 * 3512 + (-(-51 - -9 / 6) / -6278 + -4 * 30321) / 21940'
 
     grammar.generate(); // Equivalent to grammar.generate('<Expr>')
     // => '-9 * 3512 + (-(-51 - -9 / 6) / -6278 + -4 * 30321) / 21940'