# Examples
This section contains practical examples demonstrating how to use cmark-writer for various common scenarios. These examples can serve as starting points for your own implementations.
## Available Examples
### [Basic Document](./basic-document.md)
Learn how to create a simple Markdown document with standard elements like headings, paragraphs, and lists.
### [Tables](./tables.md)
Explore how to create and format tables, with support for GFM extensions like column alignment.
### [GFM Task Lists](./task-lists.md)
See how to implement GitHub Flavored Markdown task lists with checked and unchecked items.
## How to Use These Examples
Each example includes:
1. Complete code snippets you can copy and use
2. Explanation of key concepts
3. The expected output
Feel free to adapt these examples to fit your specific requirements.