Cheat sheet updated for header and explanation. Video removed.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user