Releases: reelsense/markdeep
markdeep.min.js
2018-09-03 Version 1.02
- Documented how to add Atom support.
- Added
.webm
video support. - Improved Swedish localization.
- Fixed mixed task/bullet/number lists.
- Permitted ATX-style headers with # in them.
- Fixed trailing blank line in diagrams.
- Added support for audio files using video link syntax.
- Added optional line numbers on code listings.
markdeep.min.js
2018-07-04 Version 1.01
- Fixed alignment of diagrams with no right border of
*
- Fixed
\pagebreak
requiring other characters on the same line - Added Czech localization by Jan Toušek
- Added support for localized "section" appearing before or after a section title
- Made reference link parsing more robust, allowing newlines within the text
- Added
[x]
github style task lists - Fixed multiple (insert ... here) statements in a document
- Made the
apidoc.md.html
sample not flash the raw source on load - Stripped links from section titles in the table of contents
- Added support for reference images
markdeep.min.js
2018-04-28 Version 1.00: Feature Complete
- Fixed use of (include here) with implicit email links.
- Added Portuguese localization by Tiago Antão
- Added Italian localization by Leonardo Taglialegne
- Fixed references not working for localized figure variants
- Added support for Gravizo SVG format graphs
- Removed browser header/footer when printing to PDF
- Support for IE11
- Added Lithuanian localization by Warmist
markdeep.min.js
2017-12-31 Version 0.23: Code
- Tweaked the apidoc.css style.
- Fixed top-level header formatting broken in the previous release.
- Code blocks now use four-space tabs (instead of eight spaces).
- Added syntax coloring for Go, Rust, R, Lua, TypeScript, and Swift code blocks.
- Added support for back-to-back code blocks with no text between them.
- Improved robustness of schedule list detection and removed warning messages from speculative parser.
- Localized smart quotation marks to the same region as other keywords, following this spec.
- Fixed email address detection for 2-letter domains with a patch by Michael Smirnov.
markdeep.min.js
2017-11-25 Version 0.22: Unity
1. Added support for long <-- and --> arrows in body text.
2. Added support for ordered lists that begin with numbers other than 1.
3. Markdeep now strips HTML comments that are not in code blocks at the beginning of processing.
4. Added Japanese localization by Takashi Masuyama.
5. Added optional CSS classes to fenced code blocks.
6. Added multiple unioned code blocks for use in highlighting and multi-language examples.
7. Fixed CSS to not leak outside Markdeep blocks when in html embedding mode.
8. Added support for LaTeX when in doxygen and html embedding modes.
9. Added admonitions (callout notes for the reader).
10. Added apidoc.css
stylesheet and corresponding template by Aras Pranckevičius.
markdeep.min.js
2017-10-03 Version 0.21: Robustness
- Upgraded to highlight.js 9.12.0, included shell session highlighting.
- Fixed excess whitespace due to
tags being generated near section headers.
- Capitalized "Contents" in English.
- Made title and list pattern detection more robust.
- Improved parsing of image grids when near other individual images.
- Made all images hyperlink to their full-resolution versions.
- Improved wide character support for diagrams contributed by Torsten Grust.
- Changed implicit URL parsing to consider a trailing period as punctuation instead of part of the URL. Use explicit URL syntax of http://... to force it to be part of the URL.
- Added an explicit CSS class for tocNumber to support hiding them.
- Added support for nested blockquotes.
- Fixed indented lists immediately after a header.
markdeep.min.js
2017-06-30 Version 0.20: Customization
1. Updated Mathjax for files included via (insert) to use cloudflare.
2. Fixed events from other JavaScript libraries interfering with Markdeep.
3. Updated wkhtmltopdf
instructions to work around bugs in their 0.12.4 version.
4. Avoided generating empty tags to work around a longstanding wkhtmltopdf
bug.
5. Improved colors for tables in the dark template.
6. Added Swedish localization by Nils Nilsson.
7. Added captionAbove option for figures, listings, and tables.
markdeep.min.js
2017-05-27 Version 0.19: Layout
1. Adjusted the generation of paragraph tags around lists to better support HTML post-processing.
2. Fixed recursive (insert X here) statements triggering multiple tables of contents.
3. Renamed showURLs to showLabels and made it display both labels and URLs.
4. Added localization for the Contents text in the table of contents.
5. Switched to cloudflare CDN for Mathjax.
6. Fixed table layout in the presence of an empty first or last column cell.
7. Added \un
Latex macro for units in math.
8. Added slide template (thanks to Torsten Grust).
9. Allowed leading space before tables with outside borders.
10. Added support for single-column tables.
11. Avoided page breaks after headers.
12. Improved rendering of high-index Unicode characters in diagrams.
13. Fixed font-weight of unnumbered H2 sections.
14. Removed stroke borders from grayscale Unicode blocks in diagrams.
15. Support for \pagebreak
, \newpage
, and page breaks with ++++++++
.
16. Made the dark.css
style sheet print with a white background.
markdeep.min.js
2017-03-31 Version 0.18: Lists and links
- Improved detection of the end of lists followed by indented content
- Improved handling of multiple lists within a single schedule list day
- Removed console debug output that was accidentally enabled in version 0.17
- Defaulted to including the markdeep.min.js script with a trailing ?, to force updates under new aggressive browser caching
- Support for subfigures in references, e.g., Figure dinosaur
- Support for quoted URLs (needed for URLs containing unescaped parentheses)
- Allowed fenced code blocks to be indented
- Added support for both single and double arrows
- Fixed incorrect floating on diagrams that lack a right border
- Fixed citations at the end of figure captions
markdeep.min.js
2017-02-12 Version 0.17: Style
- Diagrams that are not floating may now omit the right-edge markers
- Workarounds for Wordpress compatibility
- Workaround for Firefox-specific bug with canvas in iframe affecting include statements
- Allowed listing captions to be up to four lines long
- Improved robustness of underscores and italics within words
- Added Polish translation by Dariusz Kuśnierek
- Added Latex and Dark style sheets.
- Documented paragraph numbering