Skip to content

markdeep.min.js

Compare
Choose a tag to compare
@reelsense reelsense released this 05 Oct 23:53
· 7 commits to master since this release
bb5618d

2017-10-03 Version 0.21: Robustness

  1. Upgraded to highlight.js 9.12.0, included shell session highlighting.
  2. Fixed excess whitespace due to

    tags being generated near section headers.

  3. Capitalized "Contents" in English.
  4. Made title and list pattern detection more robust.
  5. Improved parsing of image grids when near other individual images.
  6. Made all images hyperlink to their full-resolution versions.
  7. Improved wide character support for diagrams contributed by Torsten Grust.
  8. 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.
  9. Added an explicit CSS class for tocNumber to support hiding them.
  10. Added support for nested blockquotes.
  11. Fixed indented lists immediately after a header.