Skip to content

7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 20:00

7.0.0 (2022-02-25)

⚠ BREAKING CHANGES

  • Removes support for Python-style non-codeblock Admonitions.
  • Removes generated id from Admonition elements.
  • Python Markdown nesting syntax is no longer supported. Use nesting code blocks instead.

Features

  • Added Icon Packs (close #181) (e973cec)
  • Python Markdown nesting syntax is no longer supported. Use nesting code blocks instead. (3e65292)
  • Removes generated id from Admonition elements. (2f87101)
  • Removes support for Python-style non-codeblock Admonitions. (b6ad0c4)

Bug Fixes

  • Admonition modal image button switched to icon (02882e7)
  • Admonition suggestor is now the full width of the input element (#190) (a3b3c54)
  • Fixed checkboxes not working when in blockquotes or nested, including in the MS-Doc syntax (close #150) (202b826)
  • Fixes pandoc and PDF export of blockquotes (close #192) (ba75de8)
  • Removed old polyfill, fixed app layout ready call (2ab15f1)