Skip to main content

Top level navigation menu

  • home
  • archive
  • tags
  • about
  • feed

testing

posted:
2025.05.01
tags:
  • meow
  • test
  • callouts
  • obsidian
  • code blocks
  • callouts

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)

  • ← previous
    meow meow
  • next →
    blog setup

built with Eleventy v3.0.0