Why Markdown#
Markdown is concise and focuses on content — the de facto standard for technical writing. Combined with a static site generator, publishing is free and instant.
Practical tips#
- Blockquotes:
> textto highlight key points or cite others - Task lists:
- [ ] todo/- [x] doneto track writing progress - Code blocks: annotate the language for syntax highlighting; use backticks inline
- Tables:
| col1 | col2 |for comparisons
Advanced#
- Use footnotes to keep the body clean while citing sources
- Use anchor links for long-post navigation
- Keep images in a resources folder so the builder optimizes them
Summary#
Good tools make you want to write. Markdown has no learning curve, yet it’s powerful enough to power an entire blog.

