thesandwi.ch/posthtml-djot/test/fixtures/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

9 lines
95 B
HTML

<md>
# Heading
```js
function () {
console.log("Hello")
}
```
</md>