10 Commits

Author SHA1 Message Date
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
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
Tony Brix
957a4f3893
Update docs/INDEX.md
Co-authored-by: Steven <steven@ceriously.com>
2020-09-21 09:57:04 -05:00
Tony Brix
c38ecb435c
Update docs/INDEX.md
Co-authored-by: Steven <steven@ceriously.com>
2020-09-21 09:56:54 -05:00
Tony Brix
5afb00518f add inline markdown docs 2020-09-21 00:00:45 -05:00
Steven
cf80141f37 Missed one html suffix 2020-08-29 18:55:11 -04:00
Steven
010c95f090 Use cleanUrls 2020-08-29 17:55:07 -04:00
Steven
6789214c5c Fix links to other documents 2020-08-15 19:35:00 -04:00
Steven
ecf9112085 Rename readme to index 2020-08-15 19:21:36 -04:00