Skip to main content


:kitten: New Kitten release

• Improves macOS post-install instructions

• Node runtime upgraded to 22.11.0

• New well-known /💕/ok route for testing new deployments (return 200 success, guaranteed to work even if your app doesn’t)

• Interpolated numbers/bare content fix in kitten.html parser.

• Now with many more tests :)

kitten.small-web.org

#Kitten #SmallWeb #SmallTech #web #dev

This entry was edited (4 weeks ago)
in reply to Aral Balkan

I finally found a moment to play with #Kitten and I'm having a blast! 😻 but, I can't seem to figure out #Markdown code blocks; where can I find an example, please? 😽
in reply to ishotjr ✨💙✨💗✨

@ishotjr Yay! So happy to hear it :)

Re: markdown, does this help:

kitten.small-web.org/reference…

Also, here’s a more involved example, showing how to use the markdown feature programmatically (and the neat way you can run a Kitten app straight from its git repo):

codeberg.org/aral/markdown-pre…

:kitten: 💕

in reply to Aral Balkan

thanks! I tried both kitten.markdown and Markdown fragments and got 500 errors with each; I felt like maybe my

```
whatever ()
```

was tripping up the closing ` in the code or something? also it would try to evaluate whatever() as a function instead of ignoring it as text? let me know what I'm doing wrong — thanks! 💕

in reply to ishotjr ✨💙✨💗✨

@ishotjr Oh, hmm, that sounds like a bug. Would you mind opening an issue at codeberg.org/kitten/app/issues with a basic reproduction?

(If not, no worries, consider the issue reported and I’ll do it when I’m at my computer.)

in reply to Aral Balkan

@ishotjr (It’s quite possible my latest changes to the HTML parser broke something. My tests are passing but coverage is far from perfect at the moment.)
in reply to Aral Balkan

ahhh so I got it working by escaping every backtick, but now I guess I have a different question:

codeberg.org/kitten/app/issues…

😻

in reply to ishotjr ✨💙✨💗✨

@ishotjr Ah, yes, there is :) codeberg.org/kitten/app/issues…