Ulysses 是一款适用于 macOS 和 iOS 设备的流行写作应用程序。Ulysses 受到记者和评论家的称赞,为专业写作的人提供了许多有用的功能和漂亮的功能。主题和导出选项是首屈一指的。
不幸的是,使用 Ulysses 在 Markdown 中写作是一种令人沮丧的练习。该应用程序支持 Markdown 语法的子集,但显然缺乏对许多语法元素的支持。更糟糕的是,对某些元素的支持是使用非标准表示法提供的。如果您想专门使用 Markdown 写作,Ulysses 可能不是您的首选。

Ulysses 为以下 Markdown 元素提供支持。
| Element | Support | Notes |
|---|---|---|
| Headings | Yes | Alternative syntax is not supported. |
| Paragraphs | Yes | |
| Line Breaks | Yes | In addition to trailing whitespace, you can also press the Return key once to achieve the same result. |
| Bold | Yes | |
| Italic | Yes | |
| Blockquotes | Yes | |
| Ordered Lists | Yes | |
| Unordered Lists | Yes | |
| Code | Partial | Code blocks are not supported. |
| Horizontal Rules | Partial | Must use four dashes ().
---- |
| Links | No | The Markdown syntax is not supported, but you can add links by using the Markup menu. |
| Images | No | The Markdown syntax is not supported, but you can add images by using the Markup menu. |
| Tables | No | |
| Fenced Code Blocks | No | The Markdown syntax is not supported, but you can add code blocks by using the Markup menu. |
| Syntax Highlighting | No | The Markdown syntax is not supported, but you can specify the language by using the interface. |
| Footnotes | No | The Markdown syntax is not supported, but you can add footnotes by using the Markup menu. |
| Heading IDs | No | |
| Definition Lists | No | |
| Strikethrough | Partial | The Markdown syntax is not supported, but you can use two pipes on either end of a word or phrase ().
||cross this out|| |
| Task Lists | Yes | You don’t have to use dashes. Just use brackets (e.g., ).
[ ] |
| Emoji (copy and paste) | Yes | |
| Emoji (shortcodes) | No | |
| Highlight | Yes | Use two colons instead of equal signs (e.g., ).
::word or phrase:: |
| Subscript | No | |
| Superscript | No | |
| Automatic URL Linking | No | |
| Disabling Automatic URL Linking | Yes | You don’t need to use this since URLs aren’t automatically linked. |
| HTML | No |
在 60 页中学习 Markdown。《Markdown 指南》专为新手和专家设计,是一本全面的参考书,包含您入门和掌握 Markdown 语法所需的一切。
获取书籍