Basic Syntax Examples
Examples of fundamental Chalk syntax including headings, paragraphs, lists, and basic formatting.
This file demonstrates the fundamental Chalk syntax patterns.
Headings and Text
Main Heading
Secondary Heading
Tertiary Heading
This is a regular paragraph with bold text and italic text.
You can also ==highlight important terms== and mark keystrokes like CommandS.
Lists
Unordered Lists
- First item
- Second item
- Third item with bold text
Ordered Lists
- First step
- Second step
- Third step
Prompt Blocks
This is a standalone prompt for reflection.
This is a prompt with markdown formatting:
- Does it work?
- Why?
- Why not?