Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 673 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 673 Bytes

Change Log

1.0rc4

  • 24 March 2014
  • Fixed further bug with unicode text handling in some locales. (issue #1)
  • Fixed bug processing consecutive includes with no intervening text. (issue #2)

1.0rc3

  • 23 March 2014
  • Handle code fence specified with backticks (`) or tildes (~)

1.0rc2

  • 19 March 2014
  • Add support for postprocessing raw includes (<<{filepath}); option --just-raw
  • Add option to suppress processing MultiMarkdown file transclusions; option --ignore-transclusions
  • Added the CHANGELOG.md file
  • fixed bug with unicode text handling in the Python 2 implementation (MarkdownTools2)

1.0rc1

  • 15 March 2014
  • Initial release