v2.15.0 🌈
github-actions
released this
15 Aug 00:43
·
101 commits
to master
since this release
Changes
🚀 Features
- Enhancement: Support specifying Pandoc output format and extensions in
conversion
configuration option @leojonathanoh (#92) - Enhancement: Log pandoc command line when using
-Verbose
@leojonathanoh (#91) - Enhancement: List notebooks to convert on init, and number of converted pages at end of each notebook conversion @leojonathanoh (#95)
- Enhancement (logs): Output script exception and stack trace to error stream and show any configuration file errors @leojonathanoh (#94)
🐛 Bug Fixes
- Fix: Fix bug where backtick characters at end of lines were removed when using CRLF for newlines i.e.
newlineCharacter = 2
@leojonathanoh (#93)