About MarkDownPad
Markdown 是一种轻量级标记语言,创始人为 John Gruber 和 Aaron Swartz。它允许人们“使用易读易写的纯文本格式编写文档,然后转换成有效的 XHTML/HTML 文档。
MarkDownPad Pro
一直用的免费版的,手痒,给升级了下,体验体验新功能。
Auto-save
Ctrl+S
早已深入骨髓,无所谓了。
PDF export
Built-in image uploader
实际上使用的是imgur
效果如下,可以很方便得上传图片。水印什么的( ^_^ )/~~拜拜
这是我觉得最最实用的功能!!
Markdown Tables
可惜Hexo
不支持
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
Fenced Code Blocks
Here’s an example:
- Java
function test() {
console.log("notice the blank line before this function?");
}
- ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
Code syntax highlighlighting in rendered HTML(Included with GitHub Flavored Markdown)
凑数的
GitHub Flavored Markdown support
Markdown Extra support
Custom HTML Head content
Session manager
可以快速回退到以前的版本,跟Tag/标签
差不多。
Automatically restore previous session
又是来凑数的
Configurable automatic update schedule
TODO
Early access to new features
免费测试吧
Commercial Use
个人用户。
Support the developer
TODO