markedjs/marked (marked)
### [`v4.3.0`](https://togithub.com/markedjs/marked/releases/tag/v4.3.0)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.12...v4.3.0)
##### Bug Fixes
- always return promise if async ([#2728](https://togithub.com/markedjs/marked/issues/2728)) ([042dcc5](https://togithub.com/markedjs/marked/commit/042dcc54311dc3bbdce7e8cb90c530f03f980c3a))
- fenced code doesn't need a trailing newline ([#2756](https://togithub.com/markedjs/marked/issues/2756)) ([3acbb7f](https://togithub.com/markedjs/marked/commit/3acbb7f9abe0edffc0b86197573da47e7845421e))
##### Features
- add preprocess and postprocess hooks ([#2730](https://togithub.com/markedjs/marked/issues/2730)) ([9b452bc](https://togithub.com/markedjs/marked/commit/9b452bc7f19c4f7c3a4dd41d02b987873fe8303b))
### [`v4.2.12`](https://togithub.com/markedjs/marked/releases/tag/v4.2.12)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.11...v4.2.12)
Sorry for all of the quick releases. We were testing out different ways to build the files for releases. v4.2.5 - v4.2.12 have no changes to how marked works. The only addition is the version number in the comment in the build files.
##### Bug Fixes
- revert to build script in ci ([d2ab474](https://togithub.com/markedjs/marked/commit/d2ab4745c20726407520adf1ede415a827310497))
### [`v4.2.11`](https://togithub.com/markedjs/marked/releases/tag/v4.2.11)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.10...v4.2.11)
##### Bug Fixes
- just build in version ([22ac2cf](https://togithub.com/markedjs/marked/commit/22ac2cf2d2cf352b90a1f76b3523bc3d6894d5f6))
### [`v4.2.10`](https://togithub.com/markedjs/marked/releases/tag/v4.2.10)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.9...v4.2.10)
##### Bug Fixes
- use version ([fd759b3](https://togithub.com/markedjs/marked/commit/fd759b3d7765027841f234fcb55f6c9c16b29258))
### [`v4.2.9`](https://togithub.com/markedjs/marked/releases/tag/v4.2.9)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.8...v4.2.9)
##### Bug Fixes
- fix version ([96380c3](https://togithub.com/markedjs/marked/commit/96380c32298f48c612f7f394974158463c393864))
### [`v4.2.8`](https://togithub.com/markedjs/marked/compare/v4.2.7...v4.2.8)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.7...v4.2.8)
### [`v4.2.7`](https://togithub.com/markedjs/marked/releases/tag/v4.2.7)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.6...v4.2.7)
##### Bug Fixes
- fix build file version ([94fa76f](https://togithub.com/markedjs/marked/commit/94fa76f28566ef2ce4a42b046f6ef75707f951b7))
### [`v4.2.6`](https://togithub.com/markedjs/marked/releases/tag/v4.2.6)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.5...v4.2.6)
##### Bug Fixes
- add version to build files ([79b8c0b](https://togithub.com/markedjs/marked/commit/79b8c0b838ef3ec609091745d5dddb239f89f237))
### [`v4.2.5`](https://togithub.com/markedjs/marked/releases/tag/v4.2.5)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.4...v4.2.5)
##### Bug Fixes
- fix paragraph continuation after block element ([#2686](https://togithub.com/markedjs/marked/issues/2686)) ([1bbda68](https://togithub.com/markedjs/marked/commit/1bbda688f51ab8cadbffec6c0a6af1ea1afa5939))
- fix tabs at beginning of list items ([#2679](https://togithub.com/markedjs/marked/issues/2679)) ([e692634](https://togithub.com/markedjs/marked/commit/e692634f709245b6bbe0c8eeb0d41c168577316d))
### [`v4.2.4`](https://togithub.com/markedjs/marked/releases/tag/v4.2.4)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.3...v4.2.4)
##### Bug Fixes
- loose list items are loose ([#2672](https://togithub.com/markedjs/marked/issues/2672)) ([df4eb0e](https://togithub.com/markedjs/marked/commit/df4eb0e090e76745d8236d440866447dadeba2cc))
- remove quotes at the end of gfm autolink ([#2673](https://togithub.com/markedjs/marked/issues/2673)) ([697ac2a](https://togithub.com/markedjs/marked/commit/697ac2a42e5b90e2cecc82067638f2e3c82c0010))
- use paragraph token in blockquote in list ([#2671](https://togithub.com/markedjs/marked/issues/2671)) ([edc857c](https://togithub.com/markedjs/marked/commit/edc857c628370a9eee5c5c161410f588d5dbe97f))
### [`v4.2.3`](https://togithub.com/markedjs/marked/releases/tag/v4.2.3)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.2...v4.2.3)
##### Bug Fixes
- fix entity specs ([#2652](https://togithub.com/markedjs/marked/issues/2652)) ([36a2b63](https://togithub.com/markedjs/marked/commit/36a2b639dc66e756de11a8f2ea3f826d56ba4f7e))
- fix link reference definitions specs ([#2654](https://togithub.com/markedjs/marked/issues/2654)) ([b7eea95](https://togithub.com/markedjs/marked/commit/b7eea9504bd73872274dbb938ae2baa7c57b6e0e))
- fix marked.use with multiple args ([#2651](https://togithub.com/markedjs/marked/issues/2651)) ([73a7bf5](https://togithub.com/markedjs/marked/commit/73a7bf5cd964317ec939c7255cbd8e2ea6cc169e))
- fix multiline setext headings ([#2655](https://togithub.com/markedjs/marked/issues/2655)) ([4aee878](https://togithub.com/markedjs/marked/commit/4aee878ac913e55941407897a8221040f8817b48))
### [`v4.2.2`](https://togithub.com/markedjs/marked/releases/tag/v4.2.2)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.1...v4.2.2)
##### Bug Fixes
- fix escape characters in links ([#2628](https://togithub.com/markedjs/marked/issues/2628)) ([44a2a23](https://togithub.com/markedjs/marked/commit/44a2a2393c20d38da4113daffbda6a9d86092548))
### [`v4.2.1`](https://togithub.com/markedjs/marked/releases/tag/v4.2.1)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.0...v4.2.1)
##### Bug Fixes
- Support escapes within emphasis ([#2627](https://togithub.com/markedjs/marked/issues/2627)) ([377823a](https://togithub.com/markedjs/marked/commit/377823a6f5ca00c64726bd5630cf2962cb3ff1fc)), closes [#2280](https://togithub.com/markedjs/marked/issues/2280)
### [`v4.2.0`](https://togithub.com/markedjs/marked/releases/tag/v4.2.0)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.1.1...v4.2.0)
##### Features
- export bin/marked ([#2629](https://togithub.com/markedjs/marked/issues/2629)) ([bd8aad9](https://togithub.com/markedjs/marked/commit/bd8aad973a1c8d0ffcc38df76b910f41365e993e))
### [`v4.1.1`](https://togithub.com/markedjs/marked/releases/tag/v4.1.1)
[Compare Source](https://togithub.com/markedjs/marked/compare/v4.1.0...v4.1.1)
##### Bug Fixes
- remove smartLists from docs and code ([#2596](https://togithub.com/markedjs/marked/issues/2596)) ([f6ba2e3](https://togithub.com/markedjs/marked/commit/f6ba2e39f754cfa8c261426e83641ccc08fb213f)), closes [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582)
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
4.1.0
->4.3.0
Release Notes
markedjs/marked (marked)
### [`v4.3.0`](https://togithub.com/markedjs/marked/releases/tag/v4.3.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.12...v4.3.0) ##### Bug Fixes - always return promise if async ([#2728](https://togithub.com/markedjs/marked/issues/2728)) ([042dcc5](https://togithub.com/markedjs/marked/commit/042dcc54311dc3bbdce7e8cb90c530f03f980c3a)) - fenced code doesn't need a trailing newline ([#2756](https://togithub.com/markedjs/marked/issues/2756)) ([3acbb7f](https://togithub.com/markedjs/marked/commit/3acbb7f9abe0edffc0b86197573da47e7845421e)) ##### Features - add preprocess and postprocess hooks ([#2730](https://togithub.com/markedjs/marked/issues/2730)) ([9b452bc](https://togithub.com/markedjs/marked/commit/9b452bc7f19c4f7c3a4dd41d02b987873fe8303b)) ### [`v4.2.12`](https://togithub.com/markedjs/marked/releases/tag/v4.2.12) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.11...v4.2.12) Sorry for all of the quick releases. We were testing out different ways to build the files for releases. v4.2.5 - v4.2.12 have no changes to how marked works. The only addition is the version number in the comment in the build files. ##### Bug Fixes - revert to build script in ci ([d2ab474](https://togithub.com/markedjs/marked/commit/d2ab4745c20726407520adf1ede415a827310497)) ### [`v4.2.11`](https://togithub.com/markedjs/marked/releases/tag/v4.2.11) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.10...v4.2.11) ##### Bug Fixes - just build in version ([22ac2cf](https://togithub.com/markedjs/marked/commit/22ac2cf2d2cf352b90a1f76b3523bc3d6894d5f6)) ### [`v4.2.10`](https://togithub.com/markedjs/marked/releases/tag/v4.2.10) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.9...v4.2.10) ##### Bug Fixes - use version ([fd759b3](https://togithub.com/markedjs/marked/commit/fd759b3d7765027841f234fcb55f6c9c16b29258)) ### [`v4.2.9`](https://togithub.com/markedjs/marked/releases/tag/v4.2.9) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.8...v4.2.9) ##### Bug Fixes - fix version ([96380c3](https://togithub.com/markedjs/marked/commit/96380c32298f48c612f7f394974158463c393864)) ### [`v4.2.8`](https://togithub.com/markedjs/marked/compare/v4.2.7...v4.2.8) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.7...v4.2.8) ### [`v4.2.7`](https://togithub.com/markedjs/marked/releases/tag/v4.2.7) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.6...v4.2.7) ##### Bug Fixes - fix build file version ([94fa76f](https://togithub.com/markedjs/marked/commit/94fa76f28566ef2ce4a42b046f6ef75707f951b7)) ### [`v4.2.6`](https://togithub.com/markedjs/marked/releases/tag/v4.2.6) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.5...v4.2.6) ##### Bug Fixes - add version to build files ([79b8c0b](https://togithub.com/markedjs/marked/commit/79b8c0b838ef3ec609091745d5dddb239f89f237)) ### [`v4.2.5`](https://togithub.com/markedjs/marked/releases/tag/v4.2.5) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.4...v4.2.5) ##### Bug Fixes - fix paragraph continuation after block element ([#2686](https://togithub.com/markedjs/marked/issues/2686)) ([1bbda68](https://togithub.com/markedjs/marked/commit/1bbda688f51ab8cadbffec6c0a6af1ea1afa5939)) - fix tabs at beginning of list items ([#2679](https://togithub.com/markedjs/marked/issues/2679)) ([e692634](https://togithub.com/markedjs/marked/commit/e692634f709245b6bbe0c8eeb0d41c168577316d)) ### [`v4.2.4`](https://togithub.com/markedjs/marked/releases/tag/v4.2.4) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.3...v4.2.4) ##### Bug Fixes - loose list items are loose ([#2672](https://togithub.com/markedjs/marked/issues/2672)) ([df4eb0e](https://togithub.com/markedjs/marked/commit/df4eb0e090e76745d8236d440866447dadeba2cc)) - remove quotes at the end of gfm autolink ([#2673](https://togithub.com/markedjs/marked/issues/2673)) ([697ac2a](https://togithub.com/markedjs/marked/commit/697ac2a42e5b90e2cecc82067638f2e3c82c0010)) - use paragraph token in blockquote in list ([#2671](https://togithub.com/markedjs/marked/issues/2671)) ([edc857c](https://togithub.com/markedjs/marked/commit/edc857c628370a9eee5c5c161410f588d5dbe97f)) ### [`v4.2.3`](https://togithub.com/markedjs/marked/releases/tag/v4.2.3) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.2...v4.2.3) ##### Bug Fixes - fix entity specs ([#2652](https://togithub.com/markedjs/marked/issues/2652)) ([36a2b63](https://togithub.com/markedjs/marked/commit/36a2b639dc66e756de11a8f2ea3f826d56ba4f7e)) - fix link reference definitions specs ([#2654](https://togithub.com/markedjs/marked/issues/2654)) ([b7eea95](https://togithub.com/markedjs/marked/commit/b7eea9504bd73872274dbb938ae2baa7c57b6e0e)) - fix marked.use with multiple args ([#2651](https://togithub.com/markedjs/marked/issues/2651)) ([73a7bf5](https://togithub.com/markedjs/marked/commit/73a7bf5cd964317ec939c7255cbd8e2ea6cc169e)) - fix multiline setext headings ([#2655](https://togithub.com/markedjs/marked/issues/2655)) ([4aee878](https://togithub.com/markedjs/marked/commit/4aee878ac913e55941407897a8221040f8817b48)) ### [`v4.2.2`](https://togithub.com/markedjs/marked/releases/tag/v4.2.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.1...v4.2.2) ##### Bug Fixes - fix escape characters in links ([#2628](https://togithub.com/markedjs/marked/issues/2628)) ([44a2a23](https://togithub.com/markedjs/marked/commit/44a2a2393c20d38da4113daffbda6a9d86092548)) ### [`v4.2.1`](https://togithub.com/markedjs/marked/releases/tag/v4.2.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.0...v4.2.1) ##### Bug Fixes - Support escapes within emphasis ([#2627](https://togithub.com/markedjs/marked/issues/2627)) ([377823a](https://togithub.com/markedjs/marked/commit/377823a6f5ca00c64726bd5630cf2962cb3ff1fc)), closes [#2280](https://togithub.com/markedjs/marked/issues/2280) ### [`v4.2.0`](https://togithub.com/markedjs/marked/releases/tag/v4.2.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.1.1...v4.2.0) ##### Features - export bin/marked ([#2629](https://togithub.com/markedjs/marked/issues/2629)) ([bd8aad9](https://togithub.com/markedjs/marked/commit/bd8aad973a1c8d0ffcc38df76b910f41365e993e)) ### [`v4.1.1`](https://togithub.com/markedjs/marked/releases/tag/v4.1.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.1.0...v4.1.1) ##### Bug Fixes - remove smartLists from docs and code ([#2596](https://togithub.com/markedjs/marked/issues/2596)) ([f6ba2e3](https://togithub.com/markedjs/marked/commit/f6ba2e39f754cfa8c261426e83641ccc08fb213f)), closes [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582) [#2582](https://togithub.com/markedjs/marked/issues/2582)Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.