Cheat sheet updated for header and explanation. Video removed.

This commit is contained in:
Don Mitchell
2013-01-11 09:36:29 -05:00
parent 495814c01a
commit e095a139b9
3 changed files with 24 additions and 13 deletions

View File

@@ -29,6 +29,17 @@
<script type="text/template" id="simple-editor-cheatsheet">
<article class="simple-editor-cheatsheet">
<div class="cheatsheet-wrapper">
<div class="row">
<h6>Header</h6>
<div class="col sample">
<img src="/static/img/header-example.png" />
</div>
<div class="col">
<pre><code>H1
=====
</pre>
</div>
</div>
<div class="row">
<h6>Multiple Choice</h6>
<div class="col sample">
@@ -78,6 +89,18 @@
<pre><code>[[wrong, (right)]]</code></pre>
</div>
</div>
<div class="row">
<h6>Explanation</h6>
<div class="col sample">
<img src="/static/img/explanation-example.png" />
</div>
<div class="col">
<pre><code>[explanation]
A short explanation of the answer.
[explanation]
</code></pre>
</div>
</div>
</div>
</article>
</script>