22 Commits

Author SHA1 Message Date
mayank singh tomar
f6ba2e39f7
fix: remove smartLists from docs and code (#2596)
* Removing smarLists 

for issue #2582

* Removing smartLists

for issue #2582

* removing smarLists

for issue #2582

* removing smartLists

for issue #2582

* removing samrtLists

for issue #2582

* removing smartLists

for issue #2582

* removing smartLists

for issue #2582
2022-09-30 20:32:10 -05:00
Tony Brix
994b2e6127
feat: add async option (#2474)
* fix: return values from walkTokens

* docs: add async docs

* test: add async test

* docs: add nav to async

* Update docs/USING_PRO.md

Co-authored-by: Steven <steven@ceriously.com>

* test: expect promise

* Update docs/USING_ADVANCED.md

Co-authored-by: Steven <steven@ceriously.com>

Co-authored-by: Steven <steven@ceriously.com>
2022-08-30 09:36:16 -05: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
dependabot[bot]
320aeee27b
chore(deps-dev): Bump eslint-config-standard from 14.1.1 to 16.0.1 (#1809)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony Brix <tony@brix.ninja>
2020-11-06 00:45:14 -06:00
Tony Brix
ef2f9eecff
chore(deps): Remove markdown dependency (#1792) 2020-10-22 14:18:01 -05:00
Tony Brix
6901937dfc await engine 2019-11-07 10:40:56 -06:00
Tony Brix
7b450bdeb9 fix benchmark pass percentage 2019-11-07 09:40:19 -06:00
Tony Brix
9b5cd7331d remove bench debugging 2019-11-06 15:24:37 -06:00
Tony Brix
f9f5580c42 use commonjs and es6 classes 2019-11-06 11:11:06 -06:00
Tony Brix
44dbeeb31e remove tables option 2019-07-02 00:23:57 -05:00
Tony Brix
30adf160c2 copy standard deviations ;) from main eslint config 2019-05-03 20:59:45 -05:00
Tony Brix
bc835ae99e simplify eslint config 2019-05-03 20:59:44 -05:00
Tony Brix
c458abdfd8 add comments 2019-05-03 20:59:44 -05:00
Tony Brix
2f8fb03df5 use loadFiles in bench 2019-05-03 20:59:44 -05:00
Tony Brix
d9f22d2726 separate eslint config 2019-05-03 20:59:43 -05:00
Tony Brix
99d1fd00e0 add bench.json 2019-05-03 20:58:27 -05:00
Christopher Jeffrey
40235e7e15 all tests 2011-08-22 23:40:55 -05:00
Christopher Jeffrey
faa114ae67 test suite 2011-08-21 19:49:24 -05:00
Christopher Jeffrey
71f36e8b50 stop using my own personal version of showdown for benchmarks 2011-08-15 21:28:55 -05:00
Christopher Jeffrey
457adda267 bin, tests 2011-08-10 21:50:25 -05:00
Christopher Jeffrey
902686c0e2 mode 2011-07-31 17:27:10 -05:00
Christopher Jeffrey
ccfc53b4a3 marked down 2011-07-24 08:15:35 -05:00