Skip to content

Version 3.2.2

Compare
Choose a tag to compare
@bterlson bterlson released this 29 Apr 19:16

These notes describe all the changes since version 3.0.0.

  • No longer auto-link terms and algorithms inside anchors and var tags.
  • Pre+code blocks have their leading and trailing whitespace trimmed and indentation normalized based on the initial indentation level. This means you don't have to start your code sample on the same line as the pre+code tags.
  • Added .ins and .del classes for table rows and list items (#81)
  • Updated to Grammarkdown 1.0.1 (fixed a few grammar rendering issues).
  • Added a namespace element to clauses. Anything defined in a namespaced clause is defining within the namespace only. This is useful for when you want to include some example productions or algorithms that have the same name as actual productions or algorithms located elsewhere in the spec (eg. ECMA262's Notational Conventions clause).
  • Updated biblio to ES2016.
  • Numerous bug fixes.