-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
265 additions
and
54 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
untrusted comment: signature from minisign secret key | ||
RWSmY4o5Bad1vZTdV7rrUCiu/A7MyL507C4Lona1+O8o7SZ//abWLwJllQ7223KI4uA1aX8VdKfM49G9DP0Er4LelalzxTz9fA4= | ||
trusted comment: timestamp:1511832839 file:markdeep.min.js | ||
3UycFS7d7tpCCaVELbKdAc5YvnDmP7vFMLbAQWVjcrUwjY7DTGRsWK/ncNp/bvOPpsL/GbzE5G5VJiucOPTEBw== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,6 +213,18 @@ You can modify the Markdeep line at the bottom of a document to hardcode to a sp | |
|
||
You can report bugs to [[email protected]](mailto:[email protected]) by sending a Markdeep document and what you think is wrong about the way that it appears. | ||
|
||
* 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. | ||
|
||
* 2017-10-03 Version 0.21: Robustness | ||
1. Upgraded to [`highlight.js 9.12.0`](https://highlightjs.org/), included shell session highlighting. | ||
2. Fixed excess whitespace due to `<p>` tags being generated near section headers. | ||
|
Oops, something went wrong.