meow.
code blocks
code blocks (fences) with syntax highlighting (via prism).
some css:
main {
content: "meow";
color: #AAA;
}
some html
<html>
<body>
<span class="meowing">meow</span>
</body>
</html>
callouts
callouts are written in obsidian in standard callout form and use lucide icons, like
> [!info] info callout test
> info callout
some callouts
info callout test
info callout
tip callout test (collapsable, default open)
tip callout
warning callout test (collapsable, default closed)
warning callout
success callout test
success callout
error callout test
error callout
bug callout test
bug callout
(more callouts available)