MacDown is one of the best Markdown editors available for macOS. The application is free and open source, and it strikes a good balance between power and simplicity. MacDown provides excellent Markdown support.

MacDown sports two panes โ€” you type on the left and preview the formatted text on the right. Basic export options for HTML and PDF file format are provided. You can enable and disable support for many syntax elements, a nice feature for people who simply donโ€™t want or need all of the bells and whistles.

The MacDown application with open Markdown file.

MacDown Markdown Support

MacDown provides support for the following Markdown elements. The application uses the Hoedown Markdown processor.

Element Support Notes
Headings Yes
Paragraphs Yes
Line Breaks Yes
Bold Yes
Italic Yes
Blockquotes Yes
Ordered Lists Yes
Unordered Lists Yes
Code Yes
Horizontal Rules Yes
Links Yes
Images Yes
Tables Yes Enabled by default in Preferences > Markdown.
Fenced Code Blocks Yes Enabled by default in Preferences > Markdown.

Syntax highlighting is disabled by default. Enable in Preferences > Rendering.
Footnotes Yes Enabled by default in Preferences > Markdown.
Heading IDs No
Definition Lists No
Strikethrough Yes Disabled by default. Enable in Preferences > Markdown.
Task Lists Yes Disabled by default. Enable in Preferences > Rendering.
Automatic URL Linking Yes Disabled by default. Enable in Preferences > Markdown.
Disabling Automatic URL Linking Yes
HTML Yes

Support for Additional Syntax Elements

As an added bonus, MacDown provides support for several obscure elements. These are disabled by default, but you can enable them in Preferences > Markdown.

Element Markdown Rendered Output
Highlight ==word or phrase== word or phrase
Superscript X^2 X2
Underline _word or phrase_ word or phrase

See Also

Want to learn more Markdown?

Don't stop now! ๐Ÿ˜Ž Drop in to the Slack chat room and star the GitHub repository. If you liked this and want to receive new Markdown tutorials, enter your email address below. No spam!