4 Commits

Author SHA1 Message Date
Tony Brix
0a35d8f28b fix: remove cjs build & update min node to 20 (#3687)
BREAKING CHANGE:
- minify ./lib/marked.esm.js and ./lib/marked.umd.js
- remove ./marked.min.js use ./lib/marked.umd.js instead
- remove ./lib/marked.cjs
- update minimum supported node version to 20 to support require('marked.esm.js'). see nodejs.org/docs/latest-v20.x/api/modules.html#loading-ecmascript-modules-using-require
2025-06-26 22:44:11 -06:00
Steven
22fbcfa180 chore(git): mark lib/* as generated in .gitattributes (#2908)
This PR adds `lib/*` and `marked.min.js` to the  `.gitattributes` file in order to suppress them in diffs.

See https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
2023-07-31 17:43:35 -04:00
Chris. Webster
a34e86ed59 chore: avoid linefeed errors running on windows (#2277)
Some tests fail on windows due to `\r\n` vs `\n`:
code_compensation_indent
code_consistent_newline
whiltespace_lines (sic)

Updated .gitattributes to preserve the `eol` value.

Signed-off-by: Chris. Webster <chris@webstech.net>
2021-11-11 08:06:54 -06:00
Steven
a1c5862d7b Fix GitHub language via override 2018-02-15 11:28:53 -05:00