Commit Graph

145 Commits

Author SHA1 Message Date
Florian Dreier
cb549065f1
fix: Migrate to Typescript (#2805)
BREAKING CHANGE: Migrate to Typescript
2023-07-29 00:31:34 -06:00
azmy60
0dcda393dd
docs: Info to install @types/marked for ts projects (#2577) 2022-09-12 08:15:41 -05:00
Rukshan Ranatunge
960f5918c3
chore(docs): Update installation instructions (#2489) 2022-05-31 22:00:51 -05:00
FHantke
74ccecf771
chore(docs): add a secure example to the documentation. (#2462)
* Add a sanitized example

* Remove !

* move example below warning

Co-authored-by: Florian Hantke <florian.hantke@cispa.de>
2022-05-07 11:37:21 -05:00
Sahil Rajput
96c46c7595
chore(readme): fix copyright date (#2356) 2022-01-14 10:05:30 -06:00
Alexander Cerutti
6ac4d82254
chore(docs): Improved CLI Examples (#2303) 2021-11-24 15:19:58 -06:00
Ben McCann
4afb228d95
fix: Convert to ESM (#2227)
BREAKING CHANGE:

- Default export removed. Use `import { marked } from 'marked'` or `const { marked } = require('marked')` instead.
- `/lib/marked.js` removed. Use `/marked.min.js` in script tag instead.
- When using marked in a script tag use `marked.parse(...)` instead of `marked(...)`
2021-11-02 09:32:17 -05:00
Alasdair
6fa4842920
chore(docs): Add note about supported versions (#1938) 2021-08-16 09:19:44 -05:00
Tony Brix
f17f55f9d9
chore(docs): update versioning and other docs (#1834)
Co-authored-by: Steven <steven@ceriously.com>
2020-11-18 14:20:03 -06:00
Tony Brix
06968a8a14 update readme badge 2020-04-01 00:53:50 -05:00
KT
63fd313a55 fix insane's URL 2019-06-29 01:43:18 +02:00
KT
44da69e30d recommend more variety of sanitize libraries 2019-06-28 21:28:15 +02:00
Josh Bruce
e959a1de5d
Merge pull request #1420 from markedjs/snyk-badge
Add snyk badge
2019-02-19 13:27:11 -06:00
Steve Moser
0f8e7b50e8
Remove --save option as it isn't required anymore 2019-02-18 17:37:46 -05:00
Steven
7e07647f04
Add snyk badge
This adds a new badge to the readme called `vulnerabilities` linking to snyk.

I also made the other badges a bit smaller so everything fits on one line.
2019-02-18 08:57:18 -05:00
Steven
7c4f548846
Fix link to david-dm 2018-09-10 13:56:03 -04:00
Steven
90af359445
Add dependency badges to readme 2018-09-10 13:52:03 -04:00
Steven
9a80b287b5
Change packagephobia badge to badgen 2018-08-06 18:36:38 -05:00
Steven
1affa63e12
Change badges to use badgen 2018-08-06 11:22:35 -07:00
Pasha Rumkin
e316af3cf0
[docs] Fix relative links in README 2018-07-18 23:54:29 +03:00
Pasha Rumkin
077beb4baf
[docs] Add additional links 2018-07-18 00:51:37 +03:00
Steven
9386fa93a6
Merge pull request #1295 from UziTech/demo-xss
use iframe to sandbox generated html
2018-07-09 13:01:06 -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
Tony Brix
d42f08634d link to options 2018-06-27 00:43:57 -05:00
Tony Brix
22a27d04eb add warning to README and docs 2018-06-24 01:56:52 -05:00
Steven
e5cf974115
Add badges to README 2018-04-15 18:29:57 -04:00
Steven
586bb2dc7b
Change "the" to "a" 2018-04-06 16:12:17 -04:00
Steven
0d6c24f8af
Change to "from" the command line 2018-04-06 15:21:20 -04:00
Steven
87285b6eb7
Decrease size of logo 2018-04-05 20:47:03 -04:00
Steven
f30fee56de
Update README.md 2018-04-05 17:18:10 -04:00
Steven
017b7cc289
Update readme with emoji 2018-04-05 17:15:11 -04:00
Josh Bruce
ede1957d93 Try to get low-level bullet to fit on one line 2018-04-04 22:43:24 -04:00
Vse Mozhet Byt
b5b5314e9f
Update link to demo page in README.md 2018-03-27 15:44:02 +03:00
Steven
239f0aae85 Add link to demo from readme 2018-03-25 20:46:27 -04:00
Steven
bd4da952e7 Move script to the bottom 2018-03-25 20:36:41 -04:00
Steven
3e681a695c Move most of README.md to /docs/README.md 2018-03-11 17:32:23 -04:00
Steven
94b8b3e1b1 Move existing docs to /docs dir 2018-03-11 17:16:48 -04:00
Alexander Odell
e3a988cf51
Fix usage links in README 2018-03-04 15:02:00 +01:00
Josh Bruce
7d1afaf7c4 Add listed owners as well 2018-02-27 13:27:29 -05:00
Josh Bruce
fe5c110b2e Update security section 2018-02-27 13:16:03 -05:00
Josh Bruce
eeb8c0895f Update authors and security-related readme 2018-02-26 14:52:11 -05:00
Josh Bruce
10e03b2486 Add security section to README 2018-02-25 20:28:21 -05:00
Josh Bruce
bb6d2a7523 Make Contributing text in README less pretentious sounding 2018-02-25 19:11:59 -05:00
Josh Bruce
8e9bf0d49c Used Marked as header test 2018-02-25 18:09:40 -05:00
Josh Bruce
dd162d8b65 Move TOC to top 2018-02-25 18:09:11 -05:00
Josh Bruce
424aaa7b7b Minor rephrase 2018-02-25 18:07:23 -05:00
Josh Bruce
50edf009a3 Link to authors in TOC 2018-02-25 18:06:03 -05:00
Josh Bruce
b378f326ec Beginning RELEASE refinement 2018-02-25 17:58:24 -05:00
Josh Bruce
606e89674e Add AUTHORS page 2018-02-25 16:20:20 -05:00