20 Commits

Author SHA1 Message Date
Tony Brix
3d9017bb8e
fix: update to commonmark specs 0.31 (#3176)
BREAKING CHANGE:

- Update HTML block tags: add search, remove source
- Update punctuation to include unicode punctuation and symbol categories
- Update HTML comment to include <!--> and <!--->
2024-02-03 08:21:29 -08:00
Tony Brix
4f3304018e
docs: add docs for esm in browser (#3107) 2023-11-28 08:12:06 -07:00
Tony Brix
a942ef3758
docs: remove @types/marked (#2998) 2023-09-20 08:21:08 -06:00
Tony Brix
65b6f146b6
add config option to bin/marked (#2937)
* add config option to bin/marked

* add tests

* add docs

* remove focused tests
2023-09-02 21:39:45 -06:00
Герхард PICCORO Lenz McKAY
48daab13f1
docs: Add raito to the list of tools (#2878)
Introducing the wiki raito rendering engine among utilities that use markup.js, as a powered wiki engine, which competes strongly against other engines such as github wiki and mediawiki itself
2023-07-15 18:50:42 -06:00
Tony Brix
353e13b479
feat: add Marked instance (#2831)
Co-authored-by: Steven <steven@ceriously.com>
2023-06-09 22:10:12 -05:00
Matija Gašpar
530b9ae0eb
docs: Add note about zero width unicode characters (#2139) (#2605) 2022-10-11 09:24:48 -04:00
Mayank Singh Tomar
05114302d1
docs: Adding Tools using Marked in docs (#2603)
* Updating INDEX.md

* Update _document.html

Adding tools to navigation.
2022-10-06 08:06:28 -05:00
azmy60
0dcda393dd
docs: Info to install @types/marked for ts projects (#2577) 2022-09-12 08:15:41 -05:00
vhs
d27be83de8
docs: add js-xss to sanitizer warning (#2484)
close: #2482
2022-05-29 00:20:40 -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
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