Commit Graph

47 Commits

Author SHA1 Message Date
Tony Brix
acc84eb6a0 add walkTokens to docs 2020-05-12 19:57:28 -05:00
Tony Brix
bf672bb521 add tokenizer to option docs 2020-05-02 23:59:33 -05:00
Julien Chaumond
9f2c0d16ee
Update docs/USING_ADVANCED.md 2020-03-18 22:28:21 -04:00
Julien Chaumond
885d728a72
Update docs/USING_ADVANCED.md
Co-Authored-By: Steven <steven@ceriously.com>
2020-03-18 22:25:53 -04:00
Julien Chaumond
4e3d20db6a
Remove inaccurate proposition on GitHub
GitHub does not, in fact, appear to break on a single line.
2020-03-17 13:56:37 -04:00
Pete Gonzalez
6472717eaa Improve example for invoking highlight.js 2020-02-13 13:46:46 -08:00
Tony Brix
4ddbe81c56 fix spelling 2019-11-06 15:36:22 -06:00
EdwardHoward
2eb2fb4824
Fix typo in USING_ADVANCED.md 2019-10-03 17:50:39 -06:00
Steven
faf56e5bac
Merge pull request #1552 from vmlaguna/patch-1
Typo: Fix link to USING_PRO.md
2019-10-01 09:24:11 -04:00
Pedro Laguna
2a34dd732e
Update docs/USING_ADVANCED.md
Co-Authored-By: Steven <steven@ceriously.com>
2019-10-01 08:14:11 +01:00
Tony Brix
a339faed1c
Node worker threads are stable 2019-09-25 20:19:01 -05:00
Pedro Laguna
572a46d567
Typo: Fix link to USING_PRO.md
Link can't be relative so hardcoding the official documentation website.
2019-09-24 13:47:53 +01:00
Tony Brix
1f4c17fa8a
Merge branch 'master' into spec-options 2019-07-02 09:36:05 -05:00
Tony Brix
44dbeeb31e remove tables option 2019-07-02 00:23:57 -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
KT
0c38172e31 add sanitize deprecation warnings to docs 2019-06-27 01:25:55 +02:00
Steven
0d1f92392b
relative markedWorker.js
Co-Authored-By: UziTech <tony@brix.ninja>
2019-04-26 20:28:05 -05:00
Tony Brix
47ee968969 use .js for web worker 2019-04-26 12:41:57 -05:00
Tony Brix
62ae637ef2 add web worker note 2019-04-26 12:34:55 -05:00
Tony Brix
801a7b4388 add node experimental warning 2019-04-26 12:30:50 -05:00
Tony Brix
e493b75bf2 use const 2019-04-25 16:22:24 -05:00
Tony Brix
64716578e6 clearTimeout first 2019-04-25 16:20:21 -05:00
Tony Brix
431da38397 terminate on success 2019-04-25 16:16:56 -05:00
Tony Brix
888a610a2f
terminate it 2019-03-02 23:55:07 -06:00
Steven
6d37c182e2
Update docs/USING_ADVANCED.md
Co-Authored-By: UziTech <tony@brix.ninja>
2019-03-02 15:05:20 -06:00
Steven
b551b8809c
Update docs/USING_ADVANCED.md
Co-Authored-By: UziTech <tony@brix.ninja>
2019-03-02 15:05:08 -06:00
Steven
bc812ccaf1
Update docs/USING_ADVANCED.md
Co-Authored-By: UziTech <tony@brix.ninja>
2019-03-02 15:04:28 -06:00
Tony Brix
3ab43e460c add docs for workers 2019-03-01 16:55:01 -06:00
Steven
53dd8c0a9c
Update docs to include "Since" version 2018-11-28 16:13:45 -05:00
Tony Brix
18eb692b9a
fix breaks option description 2018-11-27 16:52:37 -06:00
Kyo Nagashima
8542042ac6
Add un-doumented notes in options
`???` is useless. They should be documented as well as other options.
2018-07-29 17:04:56 +09:00
Marti Martz
78d3ab7198
Update USING_ADVANCED.md
Typo in casing
2018-05-24 12:08:07 -06:00
Remy Rylan
7b1d0be249 Update fenced code blocks to CommonMark standard 2018-05-11 11:12:12 -04:00
Marti Martz
1975406c2b
Update USING_ADVANCED.md
Fix a typo
2018-05-05 13:47:18 -06:00
Steven
821bc81e08
Add columns Default and Since Version 2018-05-02 11:06:17 -04:00
Steven
4eeda22d1a
Add docs for langPrefix 2018-04-30 10:06:48 -04:00
Steven
c897e2acd1
Update advanced usage docs 2018-04-30 09:59:51 -04:00
Federico Soave
b738cd649c Merge remote-tracking branch 'markedjs/master' into cm_links 2018-04-09 20:43:54 +02:00
Josh Bruce
8804676f98 Disable heading IDs (#1190)
* Add option to disable heading ids
* Alphabetize and add options to docs
2018-04-03 15:10:26 -04:00
Josh Bruce
2fee1a16af
Merge pull request #1171 from vsemozhetbyt/doc-marked-defaults
Complement options table in USING_ADVANCED.md
2018-03-27 19:41:19 -04:00
Steven
37b9aa62ad
Merge pull request #1172 from vsemozhetbyt/patch-3
Fix typo in USING_ADVANCED.md
2018-03-27 19:33:35 -04:00
Vse Mozhet Byt
0535cb1785
Fix typo in USING_ADVANCED.md 2018-03-27 19:50:46 +03:00
Vse Mozhet Byt
ef1f8a42f3 Complement options table in USING_ADVANCED.md
* Add some missing defaults.
* Add periods.
* Simplify spaces.
2018-03-27 19:30:52 +03:00
Vse Mozhet Byt
dd72201259
Fix nits in code example in USING_ADVANCED.md
1. Tab indent -> 2 spaces indent.
2. Rename undefined variable.
2018-03-27 19:01:10 +03:00
道化師
2c20df95c4 Fix usage links in USING_ADVANCED.md 2018-03-22 01:53:40 +09:00
Steven
94b8b3e1b1 Move existing docs to /docs dir 2018-03-11 17:16:48 -04:00