Releases: morgan3d/markdeep
Releases · morgan3d/markdeep
1.17
- Support for correct link targets when a Markdeep document is embedded inline within an
iframe srcdoc
- Overloaded API link definitions now have unique hash URLs for each instance
- Made
linkAPIDefinitions: true
the default behavior - Added wgsl to language highlighting options
- Added support for URL-shortened YouTube videos that contain
?si=
querries - Made
slate.css
template contents sidebar disappear on narrow displays - Header rows now scroll down with contents on long tables
- Updated to highlight.js 11.9
1.16
- 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.
1.15
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
Version 1.14
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.