Ulysses is a popular writing application for macOS and iOS devices. Lauded by journalists and reviewers, Ulysses provides lots of useful features and nice touches for people who write professionally. The theming and export options are second to none.
Unfortunately, using Ulysses to write in Markdown is an exercise in frustration. The application supports a subset of the Markdown syntax, but support for many syntax elements is notably absent. Even worse, support for some elements is provided using non-standard notation. Ulysses might not be your first choice if you’re wanting to write exclusively in Markdown.
Ulysses provides support for the following Markdown elements.
Element | Support | Notes |
---|---|---|
标题 | 支持 | Alternative syntax is not supported. |
段落 | 支持 | |
换行符 | 支持 | In addition to trailing whitespace, you can also press the Return key once to achieve the same result. |
粗体 | 支持 | |
斜体 | 支持 | |
块引用 | 支持 | |
有序列表 | 支持 | |
无序列表 | 支持 | |
代码块 | 部分支持 | Code blocks are not supported. |
水平分隔符 | 部分支持 | Must use four dashes (---- ).
|
链接 | 不支持 | The Markdown syntax is not supported, but you can add links by using the Markup menu. |
图片 | 不支持 | The Markdown syntax is not supported, but you can add images by using the Markup menu. |
表格 | 不支持 | |
围栏代码块 | 不支持 | The Markdown syntax is not supported, but you can add code blocks by using the Markup menu. |
语法高亮 | 不支持 | The Markdown syntax is not supported, but you can specify the language by using the interface. |
脚注 | 不支持 | The Markdown syntax is not supported, but you can add footnotes by using the Markup menu. |
标题 ID | 不支持 | |
定义列表 | 不支持 | |
删除线 | 部分支持 | The Markdown syntax is not supported, but you can use two pipes on either end of a word or phrase (||cross this out|| ).
|
任务列表 | 支持 | You don’t have to use dashes. Just use brackets (e.g., [ ] ).
|
Emoji (复制和粘贴) | 支持 | |
Emoji (简码) | 不支持 | |
强调 | 支持 | Use two colons instead of equal signs (e.g., ::word or phrase:: ).
|
下标 | 不支持 | |
上标 | 不支持 | |
Automatic URL Linking | 不支持 | |
Disabling Automatic URL Linking | 支持 | You don’t need to use this since URLs aren’t automatically linked. |
HTML | 不支持 |
现在不要停下来!在下面输入你的电子邮件地址,以通过电子邮件接收新的 Markdown 教程。我们不会发送垃圾邮件!