dependabot[bot]
a8aa6f408a
chore(deps-dev): Bump eslint from 8.26.0 to 8.27.0 ( #2645 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.26.0 to 8.27.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.27.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 09:25:26 -06:00
dependabot[bot]
5e384966fc
chore(deps-dev): Bump @babel/preset-env from 7.19.4 to 7.20.2 ( #2647 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.4 to 7.20.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 09:24:51 -06:00
semantic-release-bot
48e28e7c4a
chore(release): 4.2.2 [skip ci]
...
## [4.2.2](https://github.com/markedjs/marked/compare/v4.2.1...v4.2.2 ) (2022-11-05)
### Bug Fixes
* fix escape characters in links ([#2628 ](https://github.com/markedjs/marked/issues/2628 )) ([44a2a23](44a2a2393c
))
v4.2.2
2022-11-05 00:44:09 +00:00
MarkedJS bot
1a87b9f333
🗜️ build [skip ci]
2022-11-05 00:41:46 +00:00
Tony Brix
44a2a2393c
fix: fix escape characters in links ( #2628 )
...
* fix: fix escape characters in links
* chore: remove escapes in def
* chore: fix lang replace on undefined
2022-11-04 19:40:34 -05:00
semantic-release-bot
3d389d5bd3
chore(release): 4.2.1 [skip ci]
...
## [4.2.1](https://github.com/markedjs/marked/compare/v4.2.0...v4.2.1 ) (2022-11-02)
### Bug Fixes
* Support escapes within emphasis ([#2627 ](https://github.com/markedjs/marked/issues/2627 )) ([377823a](377823a6f5
)), closes [#2280 ](https://github.com/markedjs/marked/issues/2280 )
v4.2.1
2022-11-02 02:07:36 +00:00
MarkedJS bot
5eee91367c
🗜️ build [skip ci]
2022-11-02 02:05:13 +00:00
Richard Gibson
377823a6f5
fix: Support escapes within emphasis ( #2627 )
...
* fix: Support escapes within emphasis
...particularly right at the end.
Fixes #2280
* chore: realign comments with regexp alternatives
* test: Add HTML test for escapes within emphasis
* fix: Correct recognition and masking of escaped emphasis punctuation
* fix: Correct backslash fake-lookbehind
2022-11-01 21:03:58 -05:00
semantic-release-bot
54410cdbb9
chore(release): 4.2.0 [skip ci]
...
# [4.2.0](https://github.com/markedjs/marked/compare/v4.1.1...v4.2.0 ) (2022-10-31)
### Features
* export bin/marked ([#2629 ](https://github.com/markedjs/marked/issues/2629 )) ([bd8aad9](bd8aad973a
))
v4.2.0
2022-10-31 23:10:53 +00:00
MarkedJS bot
c05218aa97
🗜️ build [skip ci]
2022-10-31 23:08:32 +00:00
Tony Brix
715f88aa9a
docs: add cli extension docs ( #2632 )
2022-10-31 18:07:17 -05:00
dependabot[bot]
b5bdcf9e03
chore(deps-dev): Bump jasmine from 4.4.0 to 4.5.0 ( #2637 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 10:03:39 -05:00
dependabot[bot]
207149ec6e
chore(deps-dev): Bump eslint-plugin-n from 15.3.0 to 15.4.0 ( #2636 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 10:03:19 -05:00
dependabot[bot]
69731958a2
chore(deps-dev): Bump rollup-plugin-license from 2.8.2 to 3.0.1 ( #2635 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 10:03:03 -05:00
dependabot[bot]
d22e40907e
chore(deps-dev): Bump uglify-js from 3.17.3 to 3.17.4 ( #2634 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 10:02:45 -05:00
Danang Estutomoaji
1d7f03910e
docs: added copy to clipboard for each code block ( #2616 )
...
Co-authored-by: Tony Brix <tony@brix.ninja>
2022-10-31 09:58:42 -05:00
Tony Brix
7fa1f45456
chore: update dingus ( #2624 )
2022-10-30 20:26:36 -05:00
Jérémy Lal
bd8aad973a
feat: export bin/marked ( #2629 )
2022-10-30 17:14:31 -05:00
Eric Hsieh
2c9728da0c
Update outdated link ( #2625 )
2022-10-26 09:42:48 -05:00
dependabot[bot]
99ac75503f
chore(deps-dev): Bump @rollup/plugin-commonjs from 23.0.0 to 23.0.2 ( #2621 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 00:54:58 -05:00
dependabot[bot]
7f8af9aa2a
chore(deps-dev): Bump eslint from 8.25.0 to 8.26.0 ( #2618 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 00:53:47 -05:00
dependabot[bot]
29927de162
chore(deps-dev): Bump eslint-plugin-promise from 6.1.0 to 6.1.1 ( #2619 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 00:53:34 -05:00
dependabot[bot]
912a855a53
chore(deps-dev): Bump @babel/core from 7.19.3 to 7.19.6 ( #2620 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 00:53:20 -05:00
dependabot[bot]
338417df30
chore(deps-dev): Bump @rollup/plugin-babel from 6.0.0 to 6.0.2 ( #2622 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 00:52:54 -05:00
dependabot[bot]
2ddf2187bf
chore(deps-dev): Bump eslint-plugin-promise from 6.0.1 to 6.1.0 ( #2612 )
...
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.0.1...v6.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 06:18:43 -10:00
dependabot[bot]
372d7b125f
chore(deps-dev): Bump rollup-plugin-license from 2.8.1 to 2.8.2 ( #2614 )
...
Bumps [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license ) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/mjeanroy/rollup-plugin-license/releases )
- [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mjeanroy/rollup-plugin-license/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: rollup-plugin-license
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 06:18:24 -10:00
Matija Gašpar
530b9ae0eb
docs: Add note about zero width unicode characters ( #2139 ) ( #2605 )
2022-10-11 09:24:48 -04:00
dependabot[bot]
7bde6b7799
chore(deps-dev): Bump @rollup/plugin-commonjs from 22.0.2 to 23.0.0 ( #2608 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:58:58 -05:00
dependabot[bot]
f2b6d1e1b9
chore(deps-dev): Bump @babel/preset-env from 7.19.3 to 7.19.4 ( #2606 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:56:39 -05:00
dependabot[bot]
24115d7d85
chore(deps-dev): Bump uglify-js from 3.17.2 to 3.17.3 ( #2607 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:56:29 -05:00
dependabot[bot]
3150516ed4
chore(deps-dev): Bump eslint from 8.24.0 to 8.25.0 ( #2609 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:56:17 -05:00
dependabot[bot]
8ab380ec67
chore(deps-dev): Bump @rollup/plugin-babel from 5.3.1 to 6.0.0 ( #2610 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:56:07 -05: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
Ritesh Singh
f51a7765fb
docs: fix grammar ( #2602 )
...
Corrected the grammatical error.
2022-10-04 01:03:57 -05:00
dependabot[bot]
2a5cda5639
chore(deps-dev): Bump @babel/core from 7.19.1 to 7.19.3 ( #2600 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.1 to 7.19.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.3/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 13:23:15 -05:00
dependabot[bot]
041c74cf5f
chore(deps-dev): Bump @babel/preset-env from 7.19.1 to 7.19.3 ( #2599 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.1 to 7.19.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.3/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 10:13:41 -05:00
semantic-release-bot
8075e150f0
chore(release): 4.1.1 [skip ci]
...
## [4.1.1](https://github.com/markedjs/marked/compare/v4.1.0...v4.1.1 ) (2022-10-01)
### Bug Fixes
* remove smartLists from docs and code ([#2596 ](https://github.com/markedjs/marked/issues/2596 )) ([f6ba2e3](f6ba2e39f7
)), closes [#2582 ](https://github.com/markedjs/marked/issues/2582 ) [#2582 ](https://github.com/markedjs/marked/issues/2582 ) [#2582 ](https://github.com/markedjs/marked/issues/2582 ) [#2582 ](https://github.com/markedjs/marked/issues/2582 ) [#2582 ](https://github.com/markedjs/marked/issues/2582 ) [#2582 ](https://github.com/markedjs/marked/issues/2582 ) [#2582 ](https://github.com/markedjs/marked/issues/2582 )
v4.1.1
2022-10-01 01:35:45 +00:00
MarkedJS bot
d7a7876a7a
🗜️ build [skip ci]
2022-10-01 01:33:23 +00:00
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
dependabot[bot]
e731507941
chore(deps-dev): Bump uglify-js from 3.17.0 to 3.17.2 ( #2590 )
...
Bumps [uglify-js](https://github.com/mishoo/UglifyJS ) from 3.17.0 to 3.17.2.
- [Release notes](https://github.com/mishoo/UglifyJS/releases )
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.17.0...v3.17.2 )
---
updated-dependencies:
- dependency-name: uglify-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 10:09:02 -05:00
dependabot[bot]
678cb20988
chore(deps-dev): Bump rollup from 2.79.0 to 2.79.1 ( #2591 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.79.0 to 2.79.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.79.0...v2.79.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 10:08:49 -05:00
dependabot[bot]
e246d0fbdf
chore(deps-dev): Bump eslint from 8.23.1 to 8.24.0 ( #2592 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.1 to 8.24.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.23.1...v8.24.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 10:08:37 -05:00
dependabot[bot]
ebcac5aa05
chore(deps-dev): Bump eslint-plugin-n from 15.2.5 to 15.3.0 ( #2593 )
...
Bumps [eslint-plugin-n](https://github.com/weiran-zsd/eslint-plugin-node ) from 15.2.5 to 15.3.0.
- [Release notes](https://github.com/weiran-zsd/eslint-plugin-node/releases )
- [Commits](https://github.com/weiran-zsd/eslint-plugin-node/compare/15.2.5...15.3.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 10:08:23 -05:00
Tony Brix
7c907cbd76
docs: add known extensions ( #2588 )
2022-09-19 20:17:04 -05:00
dependabot[bot]
ae3e71cba4
chore(deps-dev): Bump @babel/core from 7.19.0 to 7.19.1 ( #2586 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.0 to 7.19.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.1/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 13:38:13 -05:00
dependabot[bot]
5a3888d644
chore(deps-dev): Bump @babel/preset-env from 7.19.0 to 7.19.1 ( #2587 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.0 to 7.19.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.1/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:08:37 -05:00
dependabot[bot]
7e7888e1c5
chore(deps-dev): Bump @babel/core from 7.18.13 to 7.19.0 ( #2579 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.13 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 14:23:32 -05:00
dependabot[bot]
aa5833985b
chore(deps-dev): Bump eslint from 8.23.0 to 8.23.1 ( #2580 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.0 to 8.23.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 14:08:35 -05:00
dependabot[bot]
a4ef078ea4
chore(deps-dev): Bump @babel/preset-env from 7.18.10 to 7.19.0 ( #2581 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.10 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 14:08:20 -05:00
azmy60
0dcda393dd
docs: Info to install @types/marked for ts projects ( #2577 )
2022-09-12 08:15:41 -05:00