-
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
122 additions
and
76 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 | ||
RWSmY4o5Bad1vQf7iBFxmGzMqTDB5Ypnh0Ksaw+noS9Wbbw7363u5/Bh86Eal1i+o/49w9ziMG0Wg6Cs1K5jQJuUWyqk+0sxEwc= | ||
trusted comment: timestamp:1515106654 file:markdeep.min.js | ||
xPmw5xlI2nIDvilVhaIt8uHQ/6aL6cYIFFRop1GvCpEhxXMGFuheXD7QYvTBR2HrGBdfJTOZ73JtJ4MBSi+HDQ== |
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,16 @@ 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-12-31 Version 0.23: Code | ||
1. Tweaked the apidoc.css style. | ||
2. Fixed top-level header formatting broken in the previous release. | ||
3. Code blocks now use four-space tabs (instead of eight spaces). | ||
4. Added syntax coloring for Go, Rust, R, Lua, TypeScript, and Swift code blocks. | ||
5. Added support for back-to-back code blocks with no text between them. | ||
6. Improved robustness of schedule list detection and removed warning messages from speculative parser. | ||
7. Localized smart quotation marks to the same region as other keywords, following this spec. | ||
8. Fixed email address detection for 2-letter domains with a patch by Michael Smirnov. | ||
|
||
* 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. | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
untrusted comment: signature from minisign secret key | ||
RWSmY4o5Bad1vYFNzhjuXkrQtBxAnE7Vjp2d6kIIq8CkNImrbiDo7lGI26cVfpiWRSJkDlLi8QpyRoOZM06vK/0cunrDRjBafwo= | ||
trusted comment: timestamp:1511832908 file:markdeep.js | ||
OEiI/8eCjTpS9zWuLi0N4bqJ9qMMy4zEDx382knYquFB9RB04LR3UrCZwKwb8PhWYVpv6I0jPZJY19iug09lCA== | ||
RWSmY4o5Bad1vejw6WvFKVUS/N4X6GW6O9JPbvUO0rnLHuqMI+lDXXzHEEYkO+DTxyO5Yts6Bk1dWRoMgXWaVpQT12V5PBpRlAk= | ||
trusted comment: timestamp:1515106713 file:markdeep.js | ||
QvHQ0Z84hI6KWumMrtUnQ1gX4pmyL58X6eqkXiESaJD+y6lUJtg1vyfS9XqnmnNvsSZb3C1ZqD0O9uVBMBx0CA== |