Markdown Tutorial

Markdown lets you write structured articles with plain text. This page introduces the syntax used by the demo posts in Yukina.

What This Covers

  • Headings and paragraphs
  • Lists, quotes, and horizontal rules
  • Links, emphasis, inline code, and images
  • Tables, code blocks, and embedded media

Basic Writing Flow

Start with a clear heading, split ideas into short paragraphs, and use lists when readers need to scan information quickly.

# Article Title

A short opening paragraph.

- First point
- Second point

Preview

Article Title

A short opening paragraph.

  • First point
  • Second point