×

Quick Reference

*This is italicized*, and **this is bold**.

Use * or _ for emphasis.

# This is a first level header

Use one or more hash marks for headers: # H1, ## H2, ### H3

This is a link to [Google](http://www.google.com)

First line.  
Second line.

End a line with two spaces for a linebreak.

- Unordered list item
- Unordered list item

Unordered (bulleted) lists use asterisks, pluses, or hyphens (*, +, or -) as list markers.

1. Ordered list item
2. Ordered list item

Ordered (numbered) lists use regular numbers, followed by periods, as list markers.

    /* This is a code block */

Indent four spaces for a preformatted block.

Let's talk about `<html>`!

Use backticks for inline code.

![](http://w3.org/Icons/valid-xhtml10)

Images are exactly like links, with an exclamation mark in front of them.

Full Markdown documentation

×

About MME

Hi, I'm Philippe Masset.

I made the Minimalist Online Markdown Editor because I love Markdown and simple things.
The whole source code is on GitHub, and this editor is also available offline and with file support as a Chrome app.

If you have any suggestions or remarks whatsoever, just click on my name above and you'll have plenty of ways of contacting me.

Privacy

  • No data is sent to any server – everything you type stays inside your browser
  • The editor automatically saves what you write locally for future use.
    If using a public computer, either empty the left panel before leaving the editor or use your browser's privacy mode
×

Settings

Light Change to Dark Theme Dark Change to Light Theme

Shortcuts

  • Ctrl + + to increase the text size
  • Ctrl + - to decrease the text size

Shortcuts on Mac

On Mac, replace Ctrl with (the command key) in the shortcuts above.


157 words

Minimalist Online Markdown Editor

This is the simplest and slickest online Markdown editor.
Just write Markdown and see what it looks like as you type. And convert it to HTML in one click.

Getting started

How?

Just start typing in the left panel.

Buttons you might want to use

  • Quick Reference: that's a reminder of the most basic rules of Markdown

  • HTML | Preview: HTML to see the markup generated from your Markdown text, Preview to see how it looks like

  • Markdown icon to download the text as Markdown

  • HTML icon to download the output as HTML

  • PDFicon to download the output as PDF

  • Output filename prefix can be set in the textarea next to PDFicon

Privacy

  • No data is sent to any server – everything you type stays inside your browser

  • The editor automatically saves what you write locally for future use.
    If using a public computer, either empty the left panel before leaving the editor or use your browser's privacy mode

157 words