Skip to content

v2.8.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 08:22
· 219 commits to master since this release
547500a

Changes

This release adds a prompt asking whether to convert only a specified notebook (defaults to converting all notebooks). Console logs are tidier and more readable. In addition it fixes an issue where the script terminates when converting empty pages.

🚀 Features

🐛 Bug Fixes

  • Fix: Fix wrong removal of angle brackets when keepspaces = 1 @leojonathanoh (#31)
  • Fix: Fix null exception when .md content is empty @leojonathanoh (#32)
  • Fix (pipeline): Convert Write-Output output to use Write-Host stream @leojonathanoh (#28)
  • Fix (configuration): Support trailing backslash in destination folder path configuration @leojonathanoh (#24)

👗 Style

📝 Documentation