Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 07:04
· 389 commits to main since this release

Added

  • IntelliSense and auto-completion for math global directive (#266)
  • Diagnostics for math global directive (#267)
    • define-math-global-directive: Recommend to declare math typesetting library
    • ignored-math-global-directive: Report ignored math global directive if disabled math by the extension setting
  • Handle the export command into non-file scheme (#262, #269)

Fixed

  • VS Code 1.58 does not open Workspace Trust from a notification of export command (#259, #260)

Changed

  • Upgrade Marp Core to v2.1.0 (#265)
  • Upgrade Marp CLI to v1.2.0 (#265)
  • Upgrade dependent packages to the latest (#265)
  • Use bundled node-fetch instead of axios to improve install performance (#268)