ceda.is

Markdown Style Guide

Development

This post demonstrates the typography and styling of the Temporal theme.

Headings

Heading 3

Heading 4

Heading 5
Heading 6

Lists

Unordered List

  • Item 1
  • Item 2
    • Sub-item 2.1
    • Sub-item 2.2
  • Item 3

Ordered List

  1. First item
  2. Second item
    1. Sub-item 2.1
    2. Sub-item 2.2
  3. Third item

Typography

Bold text, italic text, strikethrough, and inline code.

This is a blockquote. It should look like a whisper or a note, consistent with the theme’s design language.

“This is a dialogue bubble inside a blockquote.”

Code Blocks

function helloWorld() {
  console.log("Hello, World!");
  return true;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

Tables

FeatureSupportNotes
MarkdownYesStandard GFM
Syntax HighlightingYesShiki
ResponsiveYesMobile-first

Images

Placeholder Image Image Caption: A placeholder image for testing.

Dividers


The end.