Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

67 lines (44 loc) · 1.49 KB

0.5.5 (May 10, 2019)

  • Fixed #19

0.5.4 (December 26, 2015)

  • Fixed #16
  • Fixed YAML frontmatter vs. markdown ruler parsing

0.5.3 (January 30, 2015)

  • Rewrite in Python (due to bad Node.js/Pygments IPC performance).
  • Added option to disable CSS styling.
  • Fixed broken examples message.

0.5.0 (August 11, 2014)

  • 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.

0.4.2 (July 10, 2013)

  • 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

0.4.0 (June 2, 2013)

  • Single file code base
  • Added pandoc support
  • New Github CSS

0.3.2 (May 21, 2013)

  • Fixed issue #6

0.3.1 (May 17, 2013)

  • Fixed issue #4

0.3.0 (May 16, 2013)

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

0.2.0 (March 14, 2013)

First stable release.

  • replace Flask with bottle.py
  • use cherrpy as server
  • export to html mode