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 :)
This entry was edited (4 weeks ago)
ishotjr ✨💙✨💗✨
in reply to Aral Balkan • • •Aral Balkan
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…
💕
markdown-preview
Codeberg.orgishotjr ✨💙✨💗✨
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! 💕
Aral Balkan
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.)
app
Codeberg.orgAral Balkan
in reply to Aral Balkan • • •ishotjr ✨💙✨💗✨
in reply to Aral Balkan • • •Aral Balkan
in reply to ishotjr ✨💙✨💗✨ • • •ishotjr ✨💙✨💗✨
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…
😻
Any way to render Markdown code blocks without having to escape every backtick?
Codeberg.orgAral Balkan
in reply to ishotjr ✨💙✨💗✨ • • •Any way to render Markdown code blocks without having to escape every backtick?
Codeberg.org