
The Smartypants extension automatically transforms straight quotes ( " and ') in your text into typographer’s quotes ( “, ”, ‘, and ’) according to the context. This is where I keep all preferences related to how I parse markdown into html. If you type three asterisks *** or three dashes - on a line, I'll display a horizontal rule:

MACDOWN APP HOW TO
I also know how to do something called Fenced Code Blocks which I will tell you about later.

Print('Then indent at least 4 spaces or 1 tab') Print('The block must be preceded by a blank line') So you might want to start each line with 1.It doesn't matter what number you use, I will render them sequentially.Start each item (number-period-space) like 1.Unordered lists start each item with a *.Lists must be preceded by a blank line (or block element).: path/or/url/to.jpg "Optional Title" Lists !(path/or/url/to.jpg "Optional Title") Reference style If the link text itself would make a good id, you can link like this, then on it's own line anywhere else in the file: Make a link then on it's own line anywhere else in the file: Sometimes it looks too messy to include big long urls inline, or you want to keep all your urls together. ( "Title") (The title is optional) Reference style Perhaps you want to link some text like this: Macdown Website Just put angle brackets around an email and it becomes clickable: thing with urls: To force a line break, put two spaces and a newline (return) at the end of the line. If you already know markdown, and want to jump straight to learning about the fancier things I can do, I suggest you skip to the Markdown preference pane. The Basicsīefore I tell you about all the extra syntaxes and capabilities I have, I'll introduce you to the basics of standard markdown.

You can configure various application (that's me!) behaviors in the General preference pane. You can customize the editor window to your liking in the Editor preferences pane: You can specify extra HTML rendering options through the Rendering preference pane. But I can do so much more! Various popular but non-standard syntaxes can be turned on/off from the Markdown preference pane. I support all the original Markdown syntaxes. I render your Markdown contents real-time into HTML, and display them in a preview panel. MacDown is created as a simple-to-use editor for Markdown documents. The original Markdown syntax specification can be found here. Markdown is a plain text formatting syntax created by John Gruber, aiming to provide a easy-to-read and feasible markup. Hello there! I’m MacDown, the open source Markdown editor for OS X.
