Home Categories Popular About

Markdown

Preview

How the Markdown Editor Works

Markdown is a lightweight markup language used for formatting text. This editor converts Markdown to HTML instantly as you type.

Example

Markdown Input:

# Welcome, Isabella
This is **bold**, this is *italic*, and this is a list:

- Apples
- Oranges
- Bananas
  

HTML Output:

Welcome, Isabella

This is bold, this is italic, and this is a list: