Migrate to djot
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-16 11:45:32 -06:00
parent c0324c0bc2
commit cbfa885984
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
42 changed files with 3701 additions and 547 deletions

View file

@ -0,0 +1,19 @@
<h1>Heading 1</h1>
<p>Paragraph with some text</p>
<div>
<ul>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
</ul>
</div>
<section>
<blockquote>
<p>A quote</p>
</blockquote>
</section>

View file

@ -0,0 +1,3 @@
<section>
<h1>A markdown heading</h1>
</section>

View file

@ -0,0 +1,5 @@
<h1>Heading</h1>
<pre><code class="language-js">function () {
console.log(&quot;Hello&quot;)
}
</code></pre>

View file

@ -0,0 +1 @@
Hello <em>there</em>

View file

@ -0,0 +1,2 @@
<h1>Hello there</h1>
<h2>Imported content should be above me</h2>

View file

@ -0,0 +1 @@
<p><a href="https://example.com">https://example.com</a></p>

View file

@ -0,0 +1 @@
<p>You can use emojis 😃</p>