Learn Markdown by doing. Complete these short exercises, then paste your work into our online editor.
Exercise 1: Headings
Create a document with H1, H2, and H3 headings for a project README.
Exercise 2: Text Formatting
Combine bold, italic, and strikethrough in one paragraph.
Exercise 3: Lists
Build an unordered shopping list and an ordered step-by-step guide.
Exercise 4: Code Blocks
function hello(name) {
console.log(`Hello, ${name}!`);
}
hello('Markdown');Exercise 5: Tables
| Tool | Format | Use case |
|---|---|---|
| PDFWritter | Sharing reports | |
| PDFWritter | HTML | Web publishing |
Exercise 6: Internal Links
Link to PDFWritter home, the editor, and PDF converter.
Next Steps
- Practice daily in our free editor
- Convert your first file to PDF
- Read our beginner syntax guide
