Skip to content

Releases: leebyron/spec-md

v0.5.1

21 Sep 07:39

Choose a tag to compare

Adds missing files to distributed bundle

v0.5.0

21 Sep 07:39

Choose a tag to compare

New and Improved:

  • Now compiles a single file which includes css inline
  • Auto generated index of defined terms
  • New styles for examples and todos
  • Explicit definition of example and counter-example code blocks.
  • Improved error message when document is missing title
  • Any grammar token can use a quantifier (#14)
  • Replaced highlightjs with prismjs for broader syntax highlight support (#10)
  • Minor CSS improvements

v0.4.8

28 Oct 04:54

Choose a tag to compare

Fixes:

  • No longer has spacing ambiguity for lookahead grammar rules.
  • Supports multi-line image and link urls.

v0.4.6

20 Oct 23:51

Choose a tag to compare

Support has been dropped for node v0.10.0.

New:

  • A sidebar showing the Table of Contents and the current position #8
  • Ability to fold closed sections of the Table of Contents #7
  • Support for unformatted HTML blocks #6

Fixed:

  • Checks for possibly undefined options and uses defaults #4