From: Joe Wreschnig Date: Fri, 10 Oct 2014 10:14:01 +0000 (+0200) Subject: Remove nonstandard Markdown hints. X-Git-Url: https://git.yukkurigames.com/?p=rrr.git;a=commitdiff_plain;h=00f53f057ee88205d4965fd5d4dedf435d04f350 Remove nonstandard Markdown hints. --- diff --git a/README.md b/README.md index eaf26ff..dfe4ee8 100644 --- 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.) - ::javascript 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. - ::javascript grammar.generate(); // Equivalent to grammar.generate('') // => '-9 * 3512 + (-(-51 - -9 / 6) / -6278 + -4 * 30321) / 21940'