Mark Text is a popular free and open-source document editor designed exclusively for writing in Markdown. Like Typora, Mark Text has a polished interface and a live editor that hides the Markdown formatting after you type it. The PDF and HTML export options are handy, as is the feature that allows you to copy text out of the editor as Markdown, HTML, or plaintext.
There are some minor annoyances. In several instances (noted below in the table), the appearance of the text in the application didn’t match the 渲染输出 of the exported HTML and PDF. And as with Notion, it can be difficult to edit Markdown-formatted text after the live editor has converted it.
Mark Text provides support for the following Markdown elements.
Element | Support | Notes |
---|---|---|
标题 | 支持 | |
段落 | 支持 | |
换行符 | 支持 | There’s a discrepancy between the Mark Text editor and the 渲染输出 when you press the Return key once — that does not create a line break in the exported HTML and PDF. You must use trailing whitespace or a trailing backslash (\ ).
|
粗体 | 支持 | |
斜体 | 支持 | |
块引用 | 支持 | |
有序列表 | 支持 | |
无序列表 | 支持 | |
代码块 | 支持 | |
水平分隔符 | 支持 | |
链接 | 支持 | For some reason, angle brackets for URLs and email addresses are rendered literally in the Mark Text editor. It’s a minor issue since the links are rendered correctly in the exported HTML and PDF. |
图片 | 支持 | |
表格 | 支持 | |
围栏代码块 | 支持 | |
语法高亮 | 支持 | |
脚注 | 不支持 | |
标题 ID | 不支持 | |
定义列表 | 不支持 | |
删除线 | 支持 | You can use two tildes (~~word~~ ) or one tilde (~word~ ) — both work in the exported HTML and PDF even though the Mark Text editor only renders strikethrough with two tildes.
|
任务列表 | 支持 | |
Emoji (复制和粘贴) | 支持 | |
Emoji (简码) | 支持 | |
强调 | 不支持 | |
下标 | 不支持 | |
上标 | 不支持 | |
Automatic URL Linking | 支持 | |
Disabling Automatic URL Linking | 支持 | |
HTML | 支持 |
现在不要停下来!在下面输入你的电子邮件地址,以通过电子邮件接收新的 Markdown 教程。我们不会发送垃圾邮件!