Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ttscoff/cheaters
Browse files Browse the repository at this point in the history
* 'master' of github.com:ttscoff/cheaters:
  Added definitions to MMD cheat sheet
  Adding the restructuredText cheatsheet.
  Add regex cheat sheet from Patterns App
  Replaced image based TowerGit with HTML version
  Added a cheat sheet for Trickster.
  • Loading branch information
ttscoff committed Aug 19, 2013
2 parents d693668 + ca3fa21 commit 1fb119d
Show file tree
Hide file tree
Showing 8 changed files with 894 additions and 7 deletions.
46 changes: 45 additions & 1 deletion cheatsheets/mmd.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div id="multimarkdown">

<h3 id="section-mmd-xrefs">Cross-references</h3>
Expand Down Expand Up @@ -33,6 +32,51 @@ <h4 id="section-mmd-footnotes-result">Result</h4>

<p>Clicking this number<a href="#fn:2" id="fnref:2" title="see footnote" class="footnote">[2]</a> will lead you to a footnote.</p>

<h3 id="section-mmd-definition">Definitions</h3>

<p>Definitions allow you specify different terms or can be set up to show you a chat log.</p>

<p>Please note the white space being used.</p>

<h4 id="section-mmd-definition-example">Example</h4>

<pre>
Apple
: Pomaceous fruit of plants of the genus Malus in
the family Rosaceae.

Also the makers of really great products.

Banana
: 1. A delicious fruit that can be hazardous
if left on the ground.

2. A fruit that comes with it's own packaging

Orange
: The fruit of an evergreen tree of the genus Citrus.
</pre>

<h4 id="section-mmd-definition-result">Result</h4>

<dl>
<dt>Apple</dt>
<dd>
<p>Pomaceous fruit of plants of the genus Malus in the family Rosaceae.</p>

<p>Also the makers of really great products.</p></dd>

<dt>Banana</dt>
<dd>
<ol>
<li><p>A delicious fruit that can be hazardous if left on the ground.</p></li>
<li><p>A fruit that comes with it&#8217;s own packaging</p></li>
</ol></dd>

<dt>Orange</dt>
<dd>The fruit of an evergreen tree of the genus Citrus.</dd>
</dl>

<h3 id="section-mmd-attributes">Custom attributes</h3>

<p>MultiMarkdown introduces an unobtrusive way of adding custom attributes to images and links, allowing you to change they way they are displayed.</p>
Expand Down
Loading

0 comments on commit 1fb119d

Please sign in to comment.