Skip to content

Commit

Permalink
0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
reelsense committed Jan 4, 2018
1 parent ecb7be8 commit a518f58
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 76 deletions.
7 changes: 7 additions & 0 deletions 0.23/markdeep.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions 0.23/markdeep.min.js.minisig
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==
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
171 changes: 98 additions & 73 deletions markdeep.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions markdeep.js.minisig
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==

0 comments on commit a518f58

Please sign in to comment.