Dillinger is an online Markdown editor. Like StackEdit, it loads right in your web browser, so there’s no need to download and install an application on your computer. Dillinger has two panes: the editor on the left, and the live preview on the right. The split panes make it easy to see what Markdown-formatted text looks like.
Dillinger provides excellent Markdown support. Unfortunately, the export options are not customizable and the file saving features are a bit flaky. And since Dillinger loads in your web browser, it’s entirely dependent on a consistent internet connection. If your internet connection goes down or your web browser crashes, you could lose your work. For those reasons, Dillinger is best used for experimentation and quick note taking.
The application uses the markdown-it Markdown processor.
Dillinger provides support for the following Markdown elements.
Element | Support | Notes |
---|---|---|
标题 | 支持 | |
段落 | 支持 | |
换行符 | 部分支持 | The Markdown syntax (trailing whitespace) is not supported, but you can press the Return key once to achieve the same result. |
粗体 | 支持 | |
斜体 | 支持 | |
块引用 | 支持 | |
有序列表 | 支持 | |
无序列表 | 支持 | |
代码块 | 支持 | |
水平分隔符 | 支持 | |
链接 | 支持 | |
图片 | 支持 | There’s no ability to upload images — you’ll need to store the images on another server. |
表格 | 支持 | |
围栏代码块 | 支持 | |
语法高亮 | 支持 | |
脚注 | 支持 | |
标题 ID | 部分支持 | Automatically generated. There’s no way to set custom heading IDs. |
定义列表 | 支持 | |
删除线 | 支持 | |
任务列表 | 支持 | You don’t have to use dashes. Just use brackets (e.g., [ ] ).
|
Emoji (复制和粘贴) | 支持 | |
Emoji (简码) | 不支持 | |
强调 | 支持 | |
下标 | 支持 | |
上标 | 支持 | |
Automatic URL Linking | 支持 | |
Disabling Automatic URL Linking | 支持 | |
HTML | 不支持 |
As an added bonus, Dillinger provides support for several obscure elements.
Element | Markdown | 渲染输出 |
---|---|---|
Abbreviation | *[HTML]: Hyper Text Markup Language The HTML specification is maintained by the W3C. |
The HTML specification is maintained by the W3C. |
Insert | ++This text has been inserted++ |
This text has been inserted |
现在不要停下来!在下面输入你的电子邮件地址,以通过电子邮件接收新的 Markdown 教程。我们不会发送垃圾邮件!