Skip to content

Version 1.14

Compare
Choose a tag to compare
@morgan3d morgan3d released this 29 Jun 13:14
· 16 commits to master since this release

2022-06-29 Version 1.14

  • Reenabled minification (thanks to Linwan Song). Download size decreased from 354k to 212k, before gzip.
  • Fixed Czech language code to cs.

2021-10-03 Version 1.13

  • Improved calendar localization and robustness.
  • Tweaked admonition icon layout on Firefix.
  • Clarified that images are always linked by default and added markdeepOptions.autoLinkOptions.
  • Changed the escaping method for <script>/<style>/<link> tags in the Markdeep demo to make all examples copyable.
  • Fixed syntax highlighting of multi-line code elements features such as block comments and strings.
  • Fixed title processing to allow HTML tags (<br> can be especially useful).
  • Fixed PyxlScript syntax highlighting for functions with digits in the name.
  • Fixed parsing of HTML comments to exactly follow the specification and allow comments with no whitespace in them.