Markdown

Markdown styled with Tailwind CSS Typography.

Headings

We recommend setting your main article heading in the document frontmatter like so:

---
title: Markdown
---

This top-level heading is used in a header component along with optional description, category and author attributes.

The main body of your document should make use of heading levels 2 through 6.

## Second Level Heading

Second level headings will appear automatically in the table of contents shown to the right side of the webpage.

Third Level Heading

Fourth Level Heading

Inline Markdown

This text is bold!

This text is italic.

This line contains code().

This text is strikethrough.

Block Quotes

It was the best of times, it was the worst of times.

Ordered Lists

  1. Item 1
  2. Item 2
  3. Item 3

Unordered Lists

  • Item A
  • Item B
  • Item C

Task Lists

  • Todo 1
  • Todo 2
  • Todo 3

Tables

Col 1Col 2
C1 R1C2 R1
C1 R2C2 R2

Code Blocks

cd tnt
git status

Images

Copyright © All rights reserved

Hero Patterns by Steve Schoger (CC By 4.0)