Typora is a simple and configurable document editor that provides excellent Markdown support. This application is ideal for students and professionals who need to write essays and reports. It might be difficult using Typora for multi-file projects or for website publishing.

Typora stands out by offering a variety of settings without sacrificing the simplicity of a barebones interface. Newcomers to Markdown may appreciate the keyboard shortcuts for formatting options as well as the intuitive live editor that hides the Markdown formatting syntax after you type it.

Typora editor interface

Typora Markdown Support

Typora provides support for the following Markdown elements. See the Typora Markdown reference for the official documentation. The Typora documentation indicates that the application generally uses GitHub Flavored Markdown (GFM).

Element Support Notes
Headings Yes
Paragraphs Yes By default, you only need to press the Return key once (not twice). See the Typora documentation for more information.
Line Breaks Yes By default, you need to press Command-Shift-Return. See the Typora documentation for more information.
Bold Yes
Italic Yes
Blockquotes Yes
Ordered Lists Yes
Unordered Lists Yes
Code Yes
Horizontal Rules Yes
Links Yes See the Typora documentation for instructions on linking to files on your computer.
Images Yes To insert images from your computer, use the options under Format > Images.
Tables Yes
Fenced Code Blocks Yes Syntax highlighting is also supported. See the list of supported languages.
Footnotes Yes
Heading IDs Partial Automatically generated. For example, if you have a heading called Heading IDs, you can link to it with [link](#heading-ids). There's apparently no way to set custom heading IDs. It's unclear what happens when there are two identical headings.
Definition Lists No
Strikethrough Yes
Task Lists Yes
Automatic URL Linking Yes
Disabling Automatic URL Linking Yes
HTML Partial See the Typora documentation for information about which HTML elements are supported.

Support for Additional Syntax Elements

As an added bonus, Typora provides support for several obscure elements, including diagrams and inline math.

Most of these elements are disabled by default. To enable them, open the Preferences window and modify the settings under Markdown > Syntax Support. See the Typora Markdown reference for additional information.

Element Markdown Rendered Output
Emoji :joy: 😂
Highlight ==word or phrase== word or phrase
Subscript H~2~O H2O
Superscript X^2^ X2

Themes

Typora provides a variety of themes for when you export your documents. If you know CSS, you can customize these themes. Open the Preferences window and see the settings under Appearance > Themes.

Strict Mode

Typora provides strict mode settings for users who want to enforce syntax limitations on headings, ordered lists, and unordered lists. For example, you could configure unordered lists to only use hyphens and not asterisks. Configure these settings in the Preferences window under Markdown > Syntax Preference. See the Typora documentation for additional information.

Source Code Mode

You can disable Typora’s live editor by selecting View > Source Code Mode. This will reveal all of the Markdown formatting that’s hidden by the live editor.

Export Options

Typora provides a wide variety of export options under File > Export for when you’re ready to publish your Markdown document. Some of the export options, like Microsoft Word and LaTeX format, require Pandoc.

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!