Skip to content

Releases: reelsense/markdeep

markdeep.min.js

23 Dec 04:13
eabb25f
Compare
Choose a tag to compare
  • 2016-12-20 Version 0.16: Printing support
    1. Removed hyperlinking of svn and perforce URLs (they are still typset as URLs)
    2. Improved Latex single-$ parsing
    3. Fixed lists after unnumbered sections needing too much whitespace
    4. Made horizontal rule parsing more permissive
    5. Made layout avoid page breaks in tables, listings, and images when printed
    6. Experimental insert support
    7. Added version number to Markdeep footer

markdeep.min.js

31 Oct 23:22
1044239
Compare
Choose a tag to compare

2016-10-28 Version 0.15: Proof support

  1. Changed windows code font to Consolas because Lucida Console's capital 'V' character is confusingly small.
  2. Now only only floating images have constrained caption widths
  3. Captions are always justified within the centered block
  4. Added showURLs option
  5. Added German and Hungarian localization contributed by Berczi SΓ‘ndor
  6. "Contents"/"Table of Contents" header is now localized
  7. Added console warnings for broken reference links
  8. Added console warnings for unused reference links
  9. Added console warnings for unreferenced figures, tables, etc.
  10. Added console warnings for broken links to figures, tables, etc

markdeep.min.js

28 Sep 10:38
a15aef5
Compare
Choose a tag to compare

2016-09-10 Version 0.14: Robustness

  1. Switched double minus signs to parse as em dash instead of en dash, since they visually resemble em dash in the text.
  2. Corrected parsing of lists with spaces between the elements.
  3. Grids of images are recognized and preserved.
  4. Made table of contents work for documents with incorrect header nesting
  5. Fixed an obscure browser-lockup bug resulting from parsing protected substrings as numbers for later markdown
  6. Fixed protect accidentally generating sequences that look like dimensions.
  7. Fixed links and images within footnotes and bibliography entries.
  8. Increased character count for "short" definition lists to 160 characters.

markdeep.min.js

03 Aug 23:07
864f1f6
Compare
Choose a tag to compare

2016-08-01 Version 0.13: Book support

  1. Added support for youtu.be URL shortened videos
  2. Documented lang advanced option
  3. Exposed tocStyle advanced option
  4. Added support for multiple entries per date in schedule lists
  5. Added support for auto-hiding weekends in schedule lists
  6. Switched all date computations to UTC to avoid daylight time problems
  7. Added parenthesized entries for schedule lists
  8. Added support for arbitrary attributes on regular links
  9. Terse formatting for definition lists with short definitions
  10. Fixed fancy quotes in non-unicode documents
  11. Reduced file size slightly
  12. Improved syntax auto-highlighting in code blocks

markdeep.min.js

15 Jul 20:58
6b010ee
Compare
Choose a tag to compare

2016-06-28 Version 0.12: Localization
1. Prevented double underscores in variable names inside of diagrams, e.g., __FILE__, from being parsed as lines
2. Prevented decoration characters from being stripped from diagrams when on false-diagonal lines composed entirely of decorations
3. Matched fixed-width fonts between diagrams and code blocks, and code block font sizes across platforms
4. Added localization support via markdeepOptions.lang and <meta lang="..." ...>
5. Increased robustness of section links
6. Added unnumbered sections using (#)

markdeep.min.js

11 May 10:31
Compare
Choose a tag to compare

2016-05-06 Version 0.11: Integration
1. Added ?export option to extract raw HTML
2. Switched to font-rendering: antialiased; for lighter fonts
3. Added support for numeric exponents outside of math mode
4. Made spaces in figure/listing/table references unbreakable
5. Fixed processing of max-width and width on images
6. Added default max-width of 100% on images (can be overriden per image)
7. Extended minus-sign beautification to negative numbers immediately following an open parenthesis
8. Tweaked code syntax highlighting
9. Updated to use highlight.js 0.9.3
10. Fixed smart quotes after numbers
11. Made fancy quotes fully CSS-stylable
12. Made diagrams CSS-stylable
13. Protected style tags
14. Protected table of contents link names
15. Fixed long table of contents link to first section
16.
17. Added gravizo support

markdeep.min.js

23 Mar 03:17
Compare
Choose a tag to compare
  • 2016-03-22 Version 0.10: Calendars and Images
    1. Fixed alignment in table cells
    2. Added support for links with no text
    3. Added starter.md.html to web page
    4. Switched default raw URL font to Georgia for more weight and better slashes
    5. Table of contents now becomes its own section if it is longer than the abstract
    6. Added support for Latex equation, eqnarray, and equation* environments
    7. Fixed current-day highlighting on calendars
    8. Fixed multiple single-$ Latex expressions on a single line
    9. Allowed definition list terms to begin with non-word characters
    10. Added support for daylight saving time independent of country
    11. Improved robustness of parsing links within image captions
    12. Added support for floating, captioned images
    13. Fixed centering of multiple images in separate blocks
    14. Allowed definition lists to have a single space between the colon and definition

markdeep.min.js

09 Feb 14:34
Compare
Choose a tag to compare
  • 2016-02-02 Version 0.09: References and Internal Links
    1. Added support for schedule lists
    2. 10x performance increase over version 0.08
    3. Added IE11 support
    4. Added support for calendars
    5. Added support for HTML attributes on images
    6. Added support for video
    7. Added CSS classes for different list bullets
    8. Added support for Youtube and Vimeo video
    9. Fixed multiple centered images in a group
    10. Fixed multiple colons in schedule event titles
    11. Added fancy quotes
    12. Highlighted current day on calendars

markdeep.min.js

20 Jan 07:46
Compare
Choose a tag to compare

2016-01-18 Version 0.08: References and Internal Links

  • Prevented HTML tags in the title from appearing in the browser tab
  • Fixed single-character bold and italic text hanging across lines
  • Fixed indented bold and italic text crossing lines
  • Added reference-style links
  • Added footnotes/endnotes
  • Added citations
  • Allowed code blocks within other formatting
  • Code blocks can now contain diagram syntax without it becoming a diagram
  • Optimized performance of documents with many blocks
  • Updated Markdeep line hides the document until formatting succeeds or loading markdeep.js times out
  • Added smart quotes for double quotation marks
  • Fixed strict mode for Firefox
  • Protected raw <code> blocks from processing
  • Added automatic section links
  • Added table and listing captions
  • Added figure, table, and listing numbering and references
  • Fixed single-letter italic words in lists
  • Allowed lists to omit the leading blank line if the previous line ends in a colon or comma
  • Allowed inline code to wrap around a line
  • Stylized ~~~~code blocks appropriately for listings, while leaving ```` blocks unadorned
  • Fixed URLs with underscores and tildes
  • Added robust processing of lists with inconsistent indenting
  • Added support for lists within definition lists
  • Fixed definition lists with multiple :-indented lines
  • Added support for multiple paragraphs in definition lists
  • Added support for multiple paragraphs in regular lists

markdeep.min.js

06 Jan 08:14
Compare
Choose a tag to compare

2015-12-31 Version 0.07: Polish

  • Fixed white dot decorations next to lines in diagrams
  • Fixed floating images (broken in 0.06)
  • Fixed diagonal up-left arrows not reaching boxes
  • Added support for captionless images
  • Added captions below images
  • Added support for centered images
  • Fixed processing of tables with short delimiters
  • Fixed diagonals appearing inside curves with vertices in diagrams
  • Allowed points vertically and horizontally adjacent to lines and points in diagrams
  • Improved unicode line and box character appearance in diagrams
  • Allowed leading space and shorter lines for Setext-style headers
  • Added Unicode block character support for diagrams
  • Enlarged Unicode hexagons to form tighter grids
  • Text is now selectable in diagrams
  • Added tiny grid examples to features.md.html
  • Added dot grid examples to features.md.html
  • Added Unicode examples to features.md.html
  • Added beautification of a number followed by "degrees"
  • Single linebreaks now allowed in italics, bold, and strikethrough
  • Hid the document until formatting is complete, once it is known that the script is available
  • Increased spacing between section numbers and titles