2023-09-16 15:33:14 +01:00
|
|
|
<h1>hello world!</h1>
|
|
|
|
<p>this is a test of the cool markdown parser written by
|
|
|
|
some random guy online who made a cool thing but seems kind
|
|
|
|
of cringe</p>
|
|
|
|
<h2>The guy</h2>
|
|
|
|
<p>whats his name? minty or some shit idk</p>
|
|
|
|
<h2>Lets run a tests</h2>
|
|
|
|
<p>test*</p>
|
|
|
|
<pre><code> print("oogyboogyman")
|
|
|
|
</code></pre>
|
|
|
|
<p>that should be formatted as code</p>
|
|
|
|
<h2>One more test</h2>
|
|
|
|
<ul>
|
|
|
|
<li>a list</li>
|
|
|
|
<li>wow</li>
|
|
|
|
<li>truly amazing</li>
|
|
|
|
</ul>
|