- Fixed #19
- Fixed #16
- Fixed YAML frontmatter vs. markdown ruler parsing
- Rewrite in Python (due to bad Node.js/Pygments IPC performance).
- Added option to disable CSS styling.
- Fixed broken examples message.
- Rewrite in JavaScript.
- Update to the latest Github stylesheet.
- Support export STDIN to STDOUT.
- Highlight code blocks with Pygments (bundled).
- Better logging.
- Async write in export mode.
- Removed Zepto dependency.
- Drop Pandoc support.
- Update dependencies to the latest version.
- Fixed the issue of not showing page title
- Fixed the issue of not stripping YAML frontmatter
- Fixed the issue that moo crashes if highlight.js doesn't know how to highlight a language
- Single file code base
- Added pandoc support
- New Github CSS
- Fixed issue #6
- Fixed issue #4
Completely rewritten in node.js.
- damn fast markdown parsing thanks to robotskirt
- instant update push by server-sent events (replace AJAX polling)
- automatically strip YAML front-matter (for Jekyll)
- syntax highlight with highlight.js
First stable release.
- replace Flask with bottle.py
- use cherrpy as server
- export to html mode