coffee theme

coffee sample

#coffee

date: 2025-08-19  author:  Myxogastria0808

Back to Blog Posts

Various notation methods are listed below.

h1

h2

h3

h4

h5
h6

note

NOTE

This is a note.

TIP

This is a tip.

IMPORTANT

This is a important.

WARNING

This is a warning.

CAUTION

This is a caution.

Tips

Link

Zola: Zola Site

Normal

Bold

Italic

Strikethrough

  • Bullet List
    • Bullet List
      • Bullet List
  • Bullet List
  1. Numbered List
    1. Numbered List
      1. Numbered List
  2. Numbered List
  • checkbox
  • checkbox

Blockquote

Horizontal


katex

$$ \frac{dy}{dx} + p(x) y^2 + q(x) y + r(x) = 0 $$

emoji

😄

code block

fn main() {
    println!("Hello, world!");
}

colocation

program file sample: here.

mermaid

  graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

image

image with caption

captionの例

custom image

image (for vertical image)

image (for horizontal image: pattern1)

image (for horizontal image: pattern2)