Commit 9c06a4fc by Tom Giannattasio

updated cheatsheet to match simpler syntax

parent f8ee3efc
......@@ -47,7 +47,7 @@
<img src="/static/img/string-example.png" />
</div>
<div class="col">
<pre><code>___[dog]</code></pre>
<pre><code>= dog</code></pre>
</div>
</div>
<div class="row">
......@@ -56,7 +56,7 @@
<img src="/static/img/number-example.png" />
</div>
<div class="col">
<pre><code>###[3.14]</code></pre>
<pre><code>= 3.14 +- 2%</code></pre>
</div>
</div>
<div class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment