648 Commits

Author SHA1 Message Date
MarkedJS bot
17ee15f679 build [skip ci] 2020-03-22 05:13:27 +00:00
MarkedJS bot
b0928cbdf0 build [skip ci] 2020-03-17 22:23:34 +00:00
MarkedJS bot
11a035e698 build [skip ci] 2020-03-06 20:20:24 +00:00
MarkedJS bot
3ab4bf5cfd 🗜️ build [skip ci] 2020-02-13 18:08:58 +00:00
MarkedJS bot
a20e2f7c07 🗜️ build [skip ci] 2020-02-11 18:14:18 +00:00
MarkedJS bot
5ebb8fcbe7 🗜️ build [skip ci] 2020-02-05 16:59:36 +00:00
Travis-CI
ed18cd5821 🗜️ build [skip ci] 2019-12-05 23:08:43 +00:00
Mateusz Burzyński
e2aadef8fa Use Babel's loose mode for shorted & more performant code 2019-12-04 17:29:13 +01:00
Tony Brix
2571795d56 build marked.js 2019-11-27 00:36:10 -06:00
Tony Brix
caa362ce24 commit lib 2019-11-07 12:49:10 -06:00
Tony Brix
83fa297785 add npm run build:reset
To prevent changes to compiled files in pull requests
the user can just run `npm run build:reset`
2019-11-06 12:05:09 -06:00
Tony Brix
a4652f1363 add license in rollup 2019-11-06 11:54:31 -06:00
Tony Brix
2ea16d432e run build 2019-11-06 11:11:39 -06:00
Tony Brix
082ad97bd5 run build 2019-11-05 15:31:51 -06:00
Tony Brix
ca3741fc86 fix image parens 2019-10-03 09:32:18 -05:00
Josh Bruce
f569637dda
Merge pull request #1535 from UziTech/loose-task-list
Loose task list
2019-08-19 13:11:14 -07:00
Tony Brix
d5767ace21 add checkbox to next token in loose task list 2019-08-14 09:06:03 -05:00
Tony Brix
04187d8fae remove substitutions 2019-08-05 12:37:05 -05:00
Tony Brix
d620f3c577 baseUrl can be relative 2019-07-17 21:59:20 -05:00
Tony Brix
ded5e24f7e update link 2019-07-02 11:46:47 -05:00
Tony Brix
1f4c17fa8a
Merge branch 'master' into spec-options 2019-07-02 09:36:05 -05:00
Tony Brix
6bae3a2b76
Link parenthesis (#1509)
Link parenthesis
2019-07-02 09:34:29 -05:00
Tony Brix
2a1bbeda57
Sanitize hardening (#1504)
Sanitize hardening

Co-authored-by: Tony Brix <tony@brix.ninja>
2019-07-02 09:33:53 -05:00
Tony Brix
59ec6fba0c fix calculation 2019-07-02 08:40:28 -05:00
Tony Brix
b78e498f07
update deprecation warning 2019-07-02 08:33:05 -05:00
Tony Brix
44dbeeb31e remove tables option 2019-07-02 00:23:57 -05:00
Tony Brix
d2e85d9b34 fix fences 2019-07-01 23:35:08 -05:00
Tony Brix
7bc6e3faa5 add comment 2019-07-01 08:49:54 -05:00
Tony Brix
f478dfbd9c move tables to gfm 2019-07-01 08:49:05 -05:00
Tony Brix
8ccc1f1547 improve paragraph 2019-07-01 08:47:06 -05:00
Tony Brix
ba2eedd2d0 improve lheading 2019-07-01 08:33:14 -05:00
Tony Brix
57f6d89aff improve heading 2019-07-01 08:30:41 -05:00
Tony Brix
900114abb2 move fences to normal 2019-07-01 08:12:36 -05:00
KT
44da69e30d recommend more variety of sanitize libraries 2019-06-28 21:28:15 +02:00
Tony Brix
e774f77e82 fix breaks 2019-06-28 11:25:37 -05:00
KT
73ad6589b8 make lint happy 2019-06-27 01:30:01 +02:00
KT
08389dba3c harden sanitization 2019-06-27 01:08:58 +02:00
KT
6b4d7923db add deprecation warning for sanitize option 2019-06-27 01:07:13 +02:00
Tony Brix
9c91e40e3b revert #1464 2019-06-05 11:04:38 -05:00
x13machine
281b808a92 conflict fix 2 2019-05-21 18:42:00 -05:00
Tony Brix
1a1dd43ab1 space-before-function-paren never 2019-05-03 20:59:44 -05:00
Tony Brix
bc835ae99e simplify eslint config 2019-05-03 20:59:44 -05:00
Tony Brix
d9f22d2726 separate eslint config 2019-05-03 20:59:43 -05:00
Josh Bruce
67b91cf122
Merge pull request #1464 from UziTech/nested-blockquotes
Nested blockquotes
2019-05-03 15:09:31 -07:00
jocs
0ec9fa90b6 fix eslint error and change commonmark to 0.x 2019-04-17 22:58:55 +08:00
jocs
be099c4fab fix: failed commonmark examples 57 and 40 2019-04-17 22:48:11 +08:00
Tony Brix
8316a936cd clean up code 2019-04-12 10:56:54 -05:00
Tony Brix
8da970cd2c no recursion for nested blockquotes 2019-04-09 10:17:59 -05:00
Anders Kaseorg
be27472a81 Improve worst-case performance of inline.text regex
The old regex may take quadratic time to scan for potential line
breaks or email addresses starting at every point.  Fix it to avoid
scanning from points that would have been in the middle of a previous
scan.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-04-04 11:13:51 -07:00
x13machine
2fbadaf5f4 fix syntax 2019-03-21 12:10:31 -05:00