Welcome to Macchiato

Macchiato is a simple plain text editor with a twist. Modeled after TextEdit's plain text mode, the editor is a chrome-less blank canvas. However, it is built from the ground up for writing Markdown prose—and, as such, it will format Markdown text as you write it. Macchiato will not parse your Markdown. Rather, it will stylize your Markdown source.

Lion

Macchiato is a first-class citizen on Mac OS X Lion, and embraces all of the new Lion features:

Demonstration

As you saw above, all of the header styles are supported. Emphasis and strong emphasis are supported, and the underscoresyntax_ is also supported. Note how, in the word italicized using underscores, the center underscore does not throw Macchiato off. Macchiato is smart about figuring out what you actually mean, when using asterisks and underscores.

<div class="demo">
    Code blocks are supported, by prefixing each line
    with four spaces or a tab.
</div>

You can use code inline by surrounding it with back ticks.

Last, but certainly not least, Macchiato also supports block quotes. —Kenneth Ballenegger