29 Commits

Author SHA1 Message Date
Karthik Prakash
b8adee7f7c
feat: add --no-clobber option to CLI (#3025)
Co-authored-by: skoriop <karthikp.ivy@gmail.com>
Co-authored-by: Steven <steven@ceriously.com>
2023-10-04 20:05:55 -06:00
Tony Brix
7d95a91093
fix: Clean up files in repo (#2963)
BREAKING CHANGE:

- remove built files from git repo.
  - If you need to use the latest version of marked on the web you can use a cdn to get marked.min.js from npm:
  - `https://cdn.jsdelivr.net/npm/marked/marked.min.js`
2023-09-09 17:51:42 -06:00
Tony Brix
22ebdb2507
fix: remove deprecated options (#2936)
BREAKING CHANGE: deprecated options removed. See https://marked.js.org/using_advanced#options to see how to enable the removed options with extensions.
2023-09-02 22:02:24 -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
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
44dbeeb31e remove tables option 2019-07-02 00:23:57 -05:00
Tony Brix
843ebd2ce4 update man pages 2019-03-12 09:07:47 -05:00
x13machine
ec86669f6a fix --stop man format 2019-03-10 23:16:09 -05:00
x13machine
05d29c8b8e add --stop to --time man doc & changed parseArg(argv) parameter stuff 2019-03-10 23:12:55 -05:00
x13machine
cbc240ac76 remove loose parameter & fix man --test typo 2019-03-10 14:59:58 -05:00
x13machine
0f43e91e1b adds --test --fix man file & lints 2019-03-09 23:49:29 -06:00
x13machine
b97b049fbb man grammer change & changed parseArg parameters in test/index.js 2019-03-09 23:49:29 -06:00
x13machine
d29a7a66bf added --test cli man documentation 2019-03-09 23:49:29 -06:00
Timo Tijhof
0e75ab56ca
man: Update bugs url in text version
Follows-up ec78260e116 / #1118.
2018-12-28 12:57:21 -08:00
Tony Brix
a4d9c17a8e fix man 2018-04-05 14:38:56 -05:00
Tony Brix
888837cd98
Merge pull request #696 from wesbos/patch-1
Added missing input flag
2018-04-05 14:30:26 -05:00
Steven
ec78260e11 Fix urls to markedjs 2018-03-03 14:20:24 -05:00
Federico Soave
4179e639ed generate textual manpage 2018-01-09 15:07:01 +01:00
Wes Bos
afb3c55684 Added missing input flag
without the input flag the CLI errors out
2015-12-16 15:07:05 -05:00
Dmitry Chestnykh
202fa62c3f Add -mangle/-no-mangle to enable/disable mangling of email addresses.
To keep the "standard"/previous behaviour, mangling is on by default.
2015-02-02 15:12:48 +01:00
Christopher Jeffrey
52e445f6ee v0.3.1 2014-01-31 17:00:36 -06:00
Julian Taylor
9e30e57fa6 Fix minus used as hyphen in manpage
Closes gh-231
2014-01-02 23:46:28 +01:00
Christopher Jeffrey
ff4e0e8095 Improve man page. 2013-01-22 12:23:56 -06:00
Christopher Jeffrey
be17b0ec53 Add smart-lists and lang-prefix to man page. 2013-01-20 17:49:29 -06:00
Christopher Jeffrey
2320e74698 man page 2013-01-04 23:17:24 -06:00
Christopher Jeffrey
af1bee71cd refactor bin/marked and man page. 2013-01-03 07:24:20 -06:00
Christopher Jeffrey
0e2ce6b638 touch up readme and man page 2012-04-06 15:49:46 -05:00
Christopher Jeffrey
79975978b0 add options: pedantic, gfm, sanitize. 2012-02-19 19:15:11 -06:00
Christopher Jeffrey
623f71a6b9 add man page, refactor cli, change package.json 2012-01-27 16:31:41 -06:00