Skip to content
useToolz online tools
Markdown: Syntax and Features
Development

Markdown: Syntax and Features

Александр Михеев

Александр Михеев

05 March 2025 · 1 min read

Markdown is a lightweight markup language created by John Gruber and Aaron Swartz in 2004. It lets you format text using simple symbols that are then converted to HTML. Markdown is used on GitHub, GitLab, Stack Overflow, Reddit, Notion, and dozens of other platforms.

Basic Syntax

  • Headings — from # (h1) to ###### (h6)
  • Bold text — **text** or __text__
  • Italic — *text* or _text_
  • Strikethrough — ~~text~~
  • Code — `inline code` or a block with triple backticks
  • Links — [text](url)
  • Images — ![alt](url)
  • Lists — - or * for unordered, 1. for ordered
  • Blockquotes — > quote text
  • Horizontal rule — --- or ***

Where Markdown Is Used

README files on GitHub, project documentation, blogs on Jekyll and Hugo, notes in Obsidian and Bear, comments on Reddit and Stack Overflow, task descriptions in Jira and Trello.

Conclusion

Try writing text in Markdown with instant preview in our Markdown Editor. The editor converts Markdown to HTML in real time.

Понравилась статья?

Оцените — это помогает нам делать контент лучше

Change rating

Your rating:

Thanks for your rating!

Comments

Log in to leave a comment

No comments yet. Be the first!

We use cookies for site operation and analytics. Подробнее

Upscaled image
Download

Log in to continue

or