Skip to main content
  1. Posts/

Markdown Writing Tips

·127 words·1 min·
Blog Author
Author
Blog Author
A bilingual blog built with Hugo and Blowfish.
Table of Contents

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: > text to highlight key points or cite others
  • Task lists: - [ ] todo / - [x] done to 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.