HerramientasGratis Online

Text Formatter

Markdown editor with live preview — free and no sign-up

Write in Markdown and see the formatted result instantly. Use the toolbar to apply formatting, copy the generated HTML or save your text.

0 words·0 characters·0 lines
Anuncio · belowTool

Quick reference

# TitleH1 Heading
## TitleH2 Heading
**text**Bold
*text*Italic
~~text~~Strikethrough
`code`Inline code
```\ncode\n```Code block
[text](url)Link
![alt](url)Image
- itemUnordered list
1. itemOrdered list
> textBlockquote
---Horizontal rule

How it works

  1. 1Write your text in the left panel using Markdown syntax.
  2. 2Use the toolbar to insert formatting without memorizing the syntax.
  3. 3The preview updates in real time as you type.
  4. 4Copy the original Markdown or the generated HTML with one click.

Frequently asked questions

Online Markdown editor: text formatting for the web

Markdown is a lightweight markup language created by John Gruber in 2004. It allows adding formatting (bold, italic, headings, lists) using plain text symbols, which are then converted to HTML. It is the de facto standard for technical documentation, GitHub READMEs, and blogs.

Basic Markdown syntax

  • # Heading H1, ## H2, ### H3
  • **bold**, *italic*, ~~strikethrough~~
  • - list item / 1. numbered list
  • [text](url) for links, ![alt](url) for images
  • `inline code`, ```code block```
  • > blockquote

Markdown on popular platforms

GitHub, GitLab, Notion, Reddit, Discord, Slack, and many other platforms use Markdown or variants of it. Each platform may have its own extensions (GitHub Flavored Markdown adds tables, task lists, and user mentions).

Markdown vs. HTML

Markdown is more readable in plain text but less powerful than HTML. Use Markdown for content people will also read in raw format (READMEs, documentation), and HTML when you need full control over design.

Anuncio · midContent