Markdeep Versions Save

Official public Markdeep source archive

v01.16

4 months ago
  • Added attrib and attrib-url parameters for images to create inset copyright statements.
  • Allowed a single newline between a number and degrees for angle formatting.
  • Added tocDepth global option.
  • Applied corrections by Orestes Mas to the Catalan translation.
  • Documented the supported localizations.
  • Added SML and Julia syntax highlighting for code blocks.
  • Fixed single-row image grids and image grids with a partial last row lay out correctly (Linwan Song)
  • Fixed unnumbered level 3 through 6 section header formatting.
  • Fixed processing of documents contained entirely in "preformatted" script blocks.

v01.15

1 year ago

Many of the changes in this version are due to Linwan Song.

  • Added support for Standard ML (sml) language syntax highlighting.
  • Updated to highlight.js version 11.6.0.
  • Updated PyxlScript syntax highlighting rules.
  • Patches for unclosed HTML tags.
  • Support for single-column image grids.
  • Support for YouTube videos with timestamps.
  • Fixes for Diagram captions

v01.14

1 year ago

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.