Skip to content

0.8.6

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 01:41
9020541

This MPE version reduced the VS Code version requirement to 1.70.0 or above.

Updated crossnote to version 0.9.0 and 0.9.1.

New features

  • Added two more syntaxes to import files in addition to the @import syntax. Please note that these syntaxes only work on new lines. For example, they won't work within list items.
    • Use the image syntax but with other file extensions:
      ![](path/to/file.md)
      ![](path/to/test.py){.line-numbers}
      ![](path/to/test.js){code_block=true}
    • Use the wikilink syntax but with other file extensions:
      ![[file]]
      ![[path/to/test.py]]{.line-numbers}
      ![[path/to/test.js]]{code_block=true}

Bug fixes

  • Fixed a header id generation bug #1833
  • Fixed parsing block attributes from curly bracket when enableTypographer is enabled #1823
  • Fixed the bug of not rendering the @import file:
  • Fixed rendering vega and vega-lite. Also fixed interactive=true attribute for vega.