Back to FAQ

How to write in markdown?

Learn how to use Markdown to create formatted documents.

How to Use Markdown

Using Markdown is simple. You write plain text with special characters to indicate formatting, then the text is converted to formatted output.

Getting Started

  1. Create a new text file with .md extension
  2. Write your content using Markdown syntax
  3. Open in a Markdown editor to see the formatted preview
  4. Or use an online tool to convert to HTML/PDF

Basic Syntax

  • # Heading - Create headings
  • **bold** - Make text bold
  • *italic* - Make text italic
  • - List - Create lists
  • [Link](url) - Add links

Where to Practice

Try our online Markdown practice editor to learn and practice Markdown syntax in real-time.