Includes BlogParser files in cmakelists

This commit is contained in:
Rosia E Evans 2023-09-16 15:33:14 +01:00
parent d19c822764
commit 65aefe46ce
31 changed files with 1569 additions and 34 deletions

View file

@ -0,0 +1,17 @@
<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(&quot;oogyboogyman&quot;)
</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>