Madoko is a fast Markdown processor for writing professional articles, books, manuals, webpages and presentations, with a focus on simplicity and plain text readability. You can use Madoko to write complex documents in Markdown and get beautiful PDF and HTML output. Madoko is a Javascript Markdown processor written in Koka. It started out as a demo program for the new, strongly typed, Koka language and the name comes from “Markdown in Koka.”
Madoko can both be run locally as a command-line program or on Madoko.net to take advantage of storage and collaboration features. Madoko integrates seamlessly with Dropbox, Github, and OneDrive. It automatically synchronizes all changes in the cloud. This way, your document is always available from any device. The online editor can also edit files on the local disk, or run LaTeX locally, using the Madoko local program.
Madoko implements extensions like Github Flavored Markdown, pandoc, Markdown Extra, and multi-markdown, and it adds other useful features for writing academic and industrial documents.
In Madoko, tabs are considered to be equivalent to 4 spaces. It’s best to configure your editor to view tabs as 4 spaces wide or documents may look off.
Madoko provides support for the following Markdown elements.
Element | Support | Notes |
---|---|---|
标题 | 支持 | |
段落 | 支持 | |
换行符 | 支持 | |
粗体 | 支持 | |
斜体 | 支持 | |
块引用 | 支持 | |
有序列表 | 支持 | |
无序列表 | 支持 | |
代码块 | 支持 | |
水平分隔符 | 支持 | |
链接 | 支持 | |
图片 | 部分支持 | Images can be dropped into the document to be automatically uploaded and linked to a sub-directory of the document’s folder. Just watch the file size as images larger than about 1Mb are rejected by the Madoko server. |
表格 | 支持 | Madoko significantly extends the table syntax of basic Markdown. |
围栏代码块 | 支持 | |
语法高亮 | 支持 | Internally, Madoko uses the Monarch library to do syntax highlighting. |
脚注 | 支持 | |
标题 ID | 支持 | |
定义列表 | 支持 | |
删除线 | 支持 | |
任务列表 | 支持 | |
Emoji (复制和粘贴) | 支持 | |
Emoji (简码) | 不支持 | |
强调 | 不支持 | |
下标 | 不支持 | |
上标 | 不支持 | |
Automatic URL Linking | 支持 | |
Disabling Automatic URL Linking | 不支持 | |
HTML | 部分支持 | See the Madoko Reference for more information on custom blocks. |
现在不要停下来!在下面输入你的电子邮件地址,以通过电子邮件接收新的 Markdown 教程。我们不会发送垃圾邮件!