3 <p>Blërg supports a limited subset of Markdown/wiki style formatting.
5 <h3>Tags and Mentions</h3>
10 <td><a href="#/tag/bananas">#bananas</a></td>
15 <td><a href="#bananymous">@bananymous</a></td>
22 <td>*A Christmas Carol*</td>
25 <i>A Christmas Carol</i>
29 <td>**2 Legit 2 Quit**</td>
36 <td># First-level Title
37 <br>## Second-level Title
38 <br>### Third-level Title
39 <br>#### Fourth-level Title
40 <br>##### Fifth-level Title
44 <h1>First-level Title</h1>
45 <h2>Second-level Title</h2>
46 <h3>Third-level Title</h3>
47 <h4>Fourth-level Title</h4>
48 <h5>Fifth-level Title</h5>
50 <td>(Also works for = instead of #)</td>
64 <ul style="margin: 0">
77 <td>> Something someone else said</td>
80 <div class="quote">Something someone else said</i>
88 <td>http://any.url</td>
91 <a href="http://any.url">http://any.url</a>
95 <td>[A Descriptive Name](http://any.url)</td>
98 <a href="http://any.url">A Descriptive Name</a>
102 <td>[A Descriptive Name](http://any.url/audio.mp3)
103 <br>[A Descriptive Name](http://any.url/audio audio:mp3)</td>
106 <a href="http://any.url/audio">A Descriptive Name</a>
107 <a href="http://any.url/audio" onclick="play_audio()"><img src="/images/play.png"></a>
109 <td>(Where the audio format is supported. Blërg recognizes mp3, ogg, and wav.)</td>