Releases: reelsense/markdeep
Releases Β· reelsense/markdeep
markdeep.min.js
2015-11-30 Version 0.06: Bug Fixes
- Improved arrowheads at points
- Improved arrowheads at boxes
- Improved processing of words with 'o' in boxes
- script tag workaround for C++ template/Java generic syntax in code examples with capitalized classes
- Fixed blocks beginning at the top of the document
- Allow LaTeX expressions at the end of a sentence
- Relaxed whitespace rules for LaTeX expressions
- Fixed URLs in subtitles
- Centered diagrams by default
- Switched to https by default for Markdeep and Mathjax
markdeep.min.js
2015-11-10 Version 0.05: Beta
- Added named anchors to all sections
- Fixed $$ in code blocks
- Fixed header on the first line of a document
- Added table of contents generation
- Adjusted link styling
- Added markdeepOptions.detectMath
- Fixed ==> arrows in html mode
- Released implementation source code
markdeep.min.js
2015-11-03 Version 0.04: Optimization
- Reduced minified script size to 56k (v0.03 was 88k)
- Added notes about Unicode source
- En dash (--), em dash (---), and minus sign
- Transform x into Γ in cases such as "1920Γ1080"
- Fixed e-mail addresses in subtitles
- Fixed arrows in the middle of lines not appearing
- Removed borders around diagrams in the default stylesheet
- Made tables centered in the default stylesheet
- Added support for left floating diagrams
markdeep.min.js
2015-10-20 Version 0.03: TBD
1. Improved handling of underscore lines and parentheses in diagrams
2. Added support for short verticals in diagrams, e.g., _.- -._
3. Added support for hyperlinking of URLs containing ? and &
4. Added CSS class support for <em> and <strong> tags to allow reinterpretation of *em* vs. _em_ syntax.
5. Fixed single quotes and dollar signs in fenced code blocks
markdeep.min.js
2015-10-16 Version 0.02: Conformance
1. Reduced minified script size by 1k (to 83k)
2. Added support for as a list bullet
3. Explicitly protected script and style blocks (CommonMark)
4. No longer allow spaces between flanking bold and italic delimiter runs and enclosed words (CommonMark)
5. Switched to <em> and &emstrong> tags from explicit italic and bold ones
markdeep.min.js
2015-10-15 Version 0.01: Initial release