Commit Graph

1365 Commits

Author SHA1 Message Date
Steven
9386fa93a6
Merge pull request #1295 from UziTech/demo-xss
use iframe to sandbox generated html
2018-07-09 13:01:06 -04:00
Travis-CI
1efe36bcb3 🗜️ minify [skip ci] 2018-07-09 16:40:53 +00:00
Steven
c7d487e452
Merge pull request #1258 from tomtheisen/gfm-strike
GFM strikethrough compatibility
2018-07-09 12:34:01 -04:00
Travis-CI
86d9d704bc 🗜️ minify [skip ci] 2018-07-06 19:52:12 +00:00
Steven
51cd03f525
Merge pull request #1305 from Trott/enable-468
enable CommonMark spec 468
2018-07-06 15:46:55 -04:00
Steven
2f86d9439f
Merge pull request #1303 from aduh95/patch-1
add hard line break when backslash at EOL
2018-07-06 15:42:28 -04:00
Travis-CI
f459cd6a51 🗜️ minify [skip ci] 2018-07-05 14:06:10 +00:00
Steven
485fcae321
Merge pull request #1293 from Trott/trailing-period
fix gfm extended autolinking requiring multiple backpedals
2018-07-05 09:55:57 -04:00
Rich Trott
9c976cda1c enable CommonMark spec 468
A minor adjustment to the href-matching regexp permits CommonMark spec
468 to pass. All other passing specs are unaffected.

The regexp was incorrectly excluding parentheses as valid characters in
a URL.
2018-07-03 11:43:01 -07:00
Antoine du Hamel
35db4359b1
test: re-activate passing tests 2018-07-03 11:06:44 +02:00
Antoine du Hamel
47cf2b2cf2
add hard line break when backslash at EOL
A backslash at the end of the line is a hard line break.

Ref: https://spec.commonmark.org/0.28/#example-293
2018-07-03 10:43:21 +02:00
Josh Bruce
b67b5fd2fc
Merge pull request #1300 from styfle/badge-version
Change badge to latest version of marked
2018-07-01 18:15:41 -04:00
Steven
54206519b2
Change gzip size to use latest version 2018-06-30 20:46:22 -04:00
Steven
2fb5f905a8
Change badge to latest version of marked 2018-06-30 20:42:55 -04:00
Travis-CI
29f9d2a866 🗜️ minify [skip ci] 2018-06-30 13:23:49 +00:00
Steven
bcf1aed298
Merge pull request #1299 from Trott/prototype-chain
fix issues link references and prototypes
2018-06-30 09:17:09 -04:00
Josh Bruce
226b0bdde8
Merge pull request #1272 from styfle/author-pics
Add pictures to AUTHORS.md
2018-06-29 10:17:18 -04:00
Rich Trott
04e04b10d4 fix issues link references and prototypes
Link with names that clashed with properties inherited from the
Object prototype (such as "constructor") were not expanding. This fixes
this issue.

Before this change, markdown of this form...:

    Link: [constructor][].

    [constructor]: https://example.org/

...resulted in HTML output of this form:

    <p>Link: [constructor][].</p>

With this change, it now renders as expected:

    <p>Link: <a href="https://example.org/">constructor</a>.</p>
2018-06-28 13:41:43 -07:00
Steven
1f40ed637a
Separate table of core team vs contributors 2018-06-27 15:17:18 -04:00
Rich Trott
40bf2e6511 squash! more tests 2018-06-26 22:50:15 -07:00
Rich Trott
3eeb0df963 squash! remove unnecessary commented-out code 2018-06-26 22:45:55 -07:00
Tony Brix
d42f08634d link to options 2018-06-27 00:43:57 -05:00
Tony Brix
21f20276b0 lint 2018-06-24 02:02:11 -05:00
Tony Brix
22a27d04eb add warning to README and docs 2018-06-24 01:56:52 -05:00
Tony Brix
59b1146be7 use iframe to sandbox generated html 2018-06-24 01:46:42 -05:00
Steven
cdbdcbcd3a Decrease image size from 150 to 100 2018-06-23 11:29:41 -04:00
Steven
370b30f31c Fix typo 2018-06-23 11:17:37 -04:00
Steven
6d0c924beb Add hyperlinks to personal websites 2018-06-23 10:35:51 -04:00
Steven
c11d1d0e55 Change order from most to least significant 2018-06-23 10:35:51 -04:00
Steven
3a70fc9301 Add width to columns 2018-06-23 10:35:51 -04:00
Steven
8d6cbb04ca Change badges to small text 2018-06-23 10:35:51 -04:00
Steven
6028836004 Add placeholder image 2018-06-23 10:35:51 -04:00
Steven
f0db31971e Fix badges 2018-06-23 10:35:51 -04:00
Steven
8fd6f48fbb Change table of authors to linked images 2018-06-23 10:35:51 -04:00
Rich Trott
a3cddeeae6 fix gfm extended autolinking requiring multiple backpedals
Add a test and fix that trailing punctuation is omitted in link URLs for
markdown like this:

    (See https://www.example.com/fhqwhgads.)

The trailing period and closing parenthesis should not be part of the
link URL.
2018-06-22 13:51:48 -07:00
Travis-CI
666e4558b0 🗜️ minify [skip ci] 2018-06-12 16:12:02 +00:00
Steven
05e322c69b
Merge pull request #1262 from UziTech/table-cells
Fix table cells
2018-06-12 11:49:29 -04:00
Tony Brix
9407cef29a fix test with a single escaped pipe 2018-06-11 14:58:30 -05:00
Tony Brix
9de68ccba8 add empty cell test 2018-06-11 08:39:52 -05:00
Tony Brix
898f61294d add comments for clarity 2018-06-04 15:23:55 -05:00
Tony Brix
96018d3177 add simple tests 2018-06-04 15:07:59 -05:00
Tony Brix
6e81048a94 fix spelling 2018-06-04 14:38:45 -05:00
Travis-CI
ac4f2e46ee 🗜️ minify [skip ci] 2018-06-03 19:32:05 +00:00
Steven
37a9f1f742
Merge pull request #1260 from davisjam/Rtrim
security: use rtrim, not unsafe /X+$/
2018-06-03 15:26:46 -04:00
Jamie Davis
0610f9f9a4 remove unnecessary if check 2018-06-02 14:12:17 -04:00
Jamie Davis
2e05c777ac address review comments 2018-06-02 01:24:55 -04:00
Steven
1548175640
Merge pull request #1276 from Martii/patch-1
Update USING_ADVANCED.md
2018-05-26 12:03:29 -04:00
Marti Martz
78d3ab7198
Update USING_ADVANCED.md
Typo in casing
2018-05-24 12:08:07 -06:00
Steven
78db8fb774
Merge pull request #1273 from 8fold/release-0.4.0
Release 0.4.0
2018-05-20 16:18:02 -04:00
Josh Bruce
30a80e2178 0.4.0 2018-05-18 17:12:18 -04:00