thesandwi.ch/posthtml-djot/test/expected/code.html
Isaac Mills cbfa885984
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Migrate to djot
2025-07-16 11:45:32 -06:00

5 lines
111 B
HTML

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