Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark)
### [`v16.0.1`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1601-2024-08-22)
[Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v16.0.0...v16.0.1)
##### Other
- Lower MSRV to 1.71.1
This project builds successfully with the MSRV of `pulldown-cmark`. Therefore we can lower `rust-version` to 1.71.1.
Add documentation for the current MSRV and that this project follows MSRV policy of `pulldown-cmark`.
Use `cargo hack` for MSRV CI job, to automatically install rustc according to `rust-version` and then execute `cargo check`.
##### Commit Statistics
- 15 commits contributed to the release over the course of 2 calendar days.
- 2 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
##### Commit Details
view details
- **Uncategorized**
- Merge pull request [#81](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/81) from caspermeijn/msrv ([`85ca9d4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/85ca9d4d63aab14b3193a2438959baa7fc6e4b05))
- Make clear that the rust-version field follows `pulldown-cmark`'s MSRV. ([`7269c4f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7269c4f8aabb8ca3fdb63f4ba95b207899f9f845))
- Lower MSRV to 1.71.1 ([`21a7f26`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/21a7f26a611e7a5b99ab33e9386acd30f0188960))
- Merge pull request [#79](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/79) from danieleades/clippy ([`c6899bc`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c6899bce8ca1b018c03bda2515892762ed53f933))
- Use 'Self' keyword (clippy::use_self) ([`1a3029f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1a3029f41f4b97ddd1d2c0e373c63e1e388c40d9))
- Remove unnecessary negation (clippy::if_not_else) ([`5745ce5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/5745ce5a6574434fd673533586b3cfb6d5123ea3))
- Remove unneeded 'ref' bindings (clippy::ref_binding_to_reference) ([`820b661`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/820b661395d9855bf8c7a8c58e906f86741ce168))
- Nest or patterns (clippy::unnested_or_patterns) ([`43c6e8a`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/43c6e8a3ddffb91277cec72c11f5e9f714266b51))
- Explicitly match unit values (clippy::ignored_unit_patterns) ([`d636dc6`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d636dc68f0b72088d761774d60e8762b26562cc4))
- Avoid explicit iter loops (clippy::explicit_iter_loop) ([`a8c7fa5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/a8c7fa5a77145021fe9d67741e4a00d40851919f))
- Use inline format args (clippy::uninlined_format_args) ([`d97f8f5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d97f8f5268f67f612474b68613eb5ff2941cb607))
- Remove needless raw string hashes (clippy::needless_raw_string_hashes) ([`6e2ae15`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6e2ae15a167e3622993d7a96ca87619b48751281))
- Use semicolons if nothing returned (clippy::semicolon_if_nothing_returned) ([`8f9d4bf`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8f9d4bff7ca827b61ab1ca4ab7ca08d98721244f))
- Merge pull request [#80](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/80) from danieleades/msrv ([`08ffcb8`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/08ffcb896f605eb94d05fc07bd921efbd1b18666))
- Add MSRV check to CI ([`66b9ed2`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/66b9ed28d08fd622f411ce0c9e8720443bda1e0e))
### [`v16.0.0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1600-2024-08-20)
[Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v15.0.1...v16.0.0)
Add support for `pulldown-cmark` v0.12, and an understanding of markdown Definition Lists.
##### Commit Statistics
- 8 commits contributed to the release.
- 64 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
##### Commit Details
view details
- **Uncategorized**
- Release pulldown-cmark-to-cmark v16.0.0 ([`4dd27c5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/4dd27c5620531d157b0002dde42b9a940c29890d))
- Bump major version to help isolage the `pulldown-cmark` crate at v0.12 ([`17b5308`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/17b5308e2592ef593e84a89cebbb28955024769b))
- Update changelog prior to release ([`7b74f1b`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7b74f1b301db131f615b42e7645d413cc6c161cf))
- Merge branch 'cmark-12' ([`f1f18d4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f1f18d44147dfcffee8caf9f46d870f1e651b208))
- Fix test ([`173ae85`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/173ae8507f34d4163c735c9ca5f6b4b83a338948))
- Add failing test case ([`7674b54`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7674b549f0fb865c65d432ce4a5acfcc04af9c24))
- Add test for definition list item start ([`e686a8f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e686a8f7ee35fe83fe1b7f8f6466b62d0af35fd9))
- Add 'todo' placeholders ([`f1a8a3e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f1a8a3efd57a9bff2073796387d70eba49d93399))
### [`v15.0.1`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1501-2024-06-16)
[Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v15.0.0...v15.0.1)
##### Bug Fixes
- tables render more correctly
##### Commit Statistics
- 3 commits contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#70](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/70), [#76](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/76)
##### Commit Details
view details
- **[#70](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/70)**
- Tables render more correctly ([`2ac7472`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/2ac74720c4d3fc8ccda8eaae86508bd62c28b43d))
- **[#76](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/76)**
- Tables render more correctly ([`2ac7472`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/2ac74720c4d3fc8ccda8eaae86508bd62c28b43d))
- **Uncategorized**
- Release pulldown-cmark-to-cmark v15.0.1 ([`7cc274e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7cc274e52d44f4901465796f4bfcc69f0a71f01a))
- Fix emitting `::` for centered column in table. ([`33811dc`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/33811dc085da284c82bb74da590b14066ff44402))
### [`v15.0.0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1500-2024-06-15)
[Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v14.0.1...v15.0.0)
> \[!NOTE]
> This release adds support for Math expressions, and notification boxes like the one this text is written in.
##### New Features (BREAKING)
- Update to pulldown-cmark v0.11 for math-expression support and special block quotes
Update pulldown cmark
##### Commit Statistics
- 20 commits contributed to the release over the course of 4 calendar days.
- 5 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
##### Commit Details
view details
- **Uncategorized**
- Release pulldown-cmark-to-cmark v15.0.0 ([`e6c8c3e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e6c8c3ec310f79c080fe466183baf6842e66608c))
- Prepare changelog prior to release ([`d72bfd3`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d72bfd376a12412e4c394fa16fc99f8b8fb0e14e))
- Upgrade dev-dependencies ([`d8cbd37`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d8cbd37355cacdf58625e08765cf4000914d1057))
- Update to pulldown-cmark v0.11 for math-expression support and special block quotes ([`bff28af`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/bff28af3c51a3a55675d5a64d8f3bda2d37701aa))
- Merge blockquote kind parsing ([`6d05a28`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6d05a28029087187bbbbe085aa77689c6ed89a07))
- Remove unused import ([`89d5dd5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/89d5dd56d07fdc373ec901bc535862c5b2fac155))
- Remove support for dollar surrounding backtick ([`d55ac5d`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d55ac5dc61e2b5afc098f817737668acd8743700))
- Generate snapshot ([`c8632c4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c8632c4c7c462e5dd6446b8883f527fc8e415ef7))
- Add suggested fixture ([`f961f76`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f961f7686b24838607e2508bf2ff65f12bed4225))
- Use escaped comparison ([`74a5b59`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/74a5b5989c59c3d4dd1bff8f66b79be62bce0052))
- Update math tests ([`e94e9e4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e94e9e4a259aa4747334f123c352a4812a14c42a))
- Fix alternate math notation ([`8e09ddb`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8e09ddb9d0c28873a5ae9c116a0a1f310179dc85))
- Regenerate snapshots ([`153ff68`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/153ff68c4ac5e804211f41eb702fa00f7a16a311))
- Add mathematical expressions ([`42049d9`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/42049d99af1bbfda53f5c50a59b56b0fae947b53))
- Regenerate snapshots ([`ea04970`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ea0497047b69fcd962568bce34b55e938d3f5db0))
- Fix incorrect formatting ([`1d047be`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1d047be50ca18ffd5a28ca64475d1100b6068cca))
- Add blockquote kinds ([`dcf769c`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/dcf769c1d1f57d7e540e172988d18da84fa95492))
- Update tests ([`8723b1f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8723b1ffcf2248d8fbad77c044d6eff96dda2fec))
- Handle new types and change ([`c81d969`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c81d969679b77dd0e9f9bf065190cfddc57f3dd3))
- Update pulldown-cmark ([`173b8a4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/173b8a40761d571772815f4227e3962a619bd7fd))
### [`v14.0.1`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1401-2024-06-10)
[Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v14.0.0...v14.0.1)
This release contains a fix to avoid escaping characters within codeblocks.
See [https://github.com/Byron/pulldown-cmark-to-cmark/issues/73](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/73) for details.
##### Commit Statistics
- 4 commits contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#73](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/73)
##### Commit Details
view details
- **[#73](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/73)**
- Fixdo not disturb code block detection when preventing escape ([`7376d42`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7376d42ae3599c907061eba6b3a7676f79408bdb))
- **Uncategorized**
- Release pulldown-cmark-to-cmark v14.0.1 ([`fd7815a`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/fd7815a480181fa2f442ce8969111038927f49b6))
- Prepare changelog prior to release. ([`857ff07`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/857ff07f8ae962de7d287008d875cc3ca342e510))
- Merge pull request [#74](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/74) from SichangHe/fix-unnecessary-range-escape ([`a6045c6`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/a6045c664fda1c56edf8d749601a6562d94a3871))
### [`v14.0.0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1400-2024-06-10)
[Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v13.0.0...v14.0.0)
This release adds support for keeping escapes in the original source for the input events,
assuming the new `cmark_resume_with_source_range_and_options()` function is used.
Please also note that for most this won't be a breaking change as only a field was added
to `State`, which isn't used unless you do incremental event serialization.
##### Bug Fixes (BREAKING)
- clarify what `last_event_end_index` indices into and how it's used
This is marked as breaking change as the field itself is new in `State`
and could be breaking for some.
##### Commit Statistics
- 17 commits contributed to the release over the course of 16 calendar days.
- 84 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
##### Commit Details
view details
- **Uncategorized**
- Release pulldown-cmark-to-cmark v14.0.0 ([`1978c0c`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1978c0c0fb42e20bc0d015611c1336975bd1965c))
- Fix manifest includes to allow publishing ([`cfcabc4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/cfcabc44bf5b73ab1567f062787be917d1933877))
- Release pulldown-cmark-to-cmark v14.0.0 ([`8c6bee4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8c6bee4c037c3aff3c211c87146909ab0cd85aaf))
- Fix doc-links ([`d9d81c0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d9d81c0bcac2471a26be35e21414f51b4a136b45))
- Prepare changelog prior to release ([`c332f98`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c332f98d21c2f35638e88145ee224d5511ddc2d4))
- Merge pull request [#71](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/71) from SichangHe/no-unnecessary-escape ([`386e663`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/386e6634421373c6b9841a59c7639e416215566c))
- Clarify what `last_event_end_index` indices into and how it's used ([`6c8297c`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6c8297c03eb82ac95fa9dd559e3337e470d70c72))
- Dedup test code ([`f66724b`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f66724b2f74814fe6a8ddb168425b9097bb84135))
- Attempt to address [@Bryon](https://togithub.com/Bryon) first comments [https://github.com/Byron/pulldown-cmark-to-cmark/pull/71#pullrequestreview-2081814286](https://togithub.com/Byron/pulldown-cmark-to-cmark/pull/71#pullrequestreview-2081814286) ([`bebff1e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/bebff1e520f2da982cb1a7f9ba97ce13c9accab0))
- Test `<` escape handling ([`542bc1f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/542bc1fad3d06d39d59c8842225afc864d7539c3))
- Restore `State` derives ([`ea17e27`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ea17e2763d066bd454cfab0ae0a0768fdaf83bd1))
- Rm test that fail for old implementation ([`78965c4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/78965c4520e031930e232758d942077ed40b7a1d))
- Better explain why `cmark_resume_with_source_range_and_options` is different ([`49f60d5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/49f60d58ae2a1fd868797191c47d968f11c913df))
- `source_range` persist special character escape by peeking source ([`92ad2c8`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/92ad2c8f291df7e165e1110d05c638661627c5d6))
- Placeholder functions not using source range ([`a234ed5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/a234ed5ece9d02eb8e9cb3c03432ca2a73165b5e))
- Extract nested functionalities ([`93cbb33`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/93cbb33bad931ac3f787cd13438a812c6adb3b7a))
- Failing rustdoc test [#51](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/51) ([`8c6ccdb`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8c6ccdbb01e015acc3a7e688bac2dad8319d03f8))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR is behind base branch, 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 contains the following updates:
13.0
->16.0
Release Notes
Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark)
### [`v16.0.1`](https://togithub.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/CHANGELOG.md#1601-2024-08-22) [Compare Source](https://togithub.com/Byron/pulldown-cmark-to-cmark/compare/v16.0.0...v16.0.1) ##### Other -view details
- **Uncategorized** - Merge pull request [#81](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/81) from caspermeijn/msrv ([`85ca9d4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/85ca9d4d63aab14b3193a2438959baa7fc6e4b05)) - Make clear that the rust-version field follows `pulldown-cmark`'s MSRV. ([`7269c4f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7269c4f8aabb8ca3fdb63f4ba95b207899f9f845)) - Lower MSRV to 1.71.1 ([`21a7f26`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/21a7f26a611e7a5b99ab33e9386acd30f0188960)) - Merge pull request [#79](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/79) from danieleades/clippy ([`c6899bc`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c6899bce8ca1b018c03bda2515892762ed53f933)) - Use 'Self' keyword (clippy::use_self) ([`1a3029f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1a3029f41f4b97ddd1d2c0e373c63e1e388c40d9)) - Remove unnecessary negation (clippy::if_not_else) ([`5745ce5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/5745ce5a6574434fd673533586b3cfb6d5123ea3)) - Remove unneeded 'ref' bindings (clippy::ref_binding_to_reference) ([`820b661`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/820b661395d9855bf8c7a8c58e906f86741ce168)) - Nest or patterns (clippy::unnested_or_patterns) ([`43c6e8a`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/43c6e8a3ddffb91277cec72c11f5e9f714266b51)) - Explicitly match unit values (clippy::ignored_unit_patterns) ([`d636dc6`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d636dc68f0b72088d761774d60e8762b26562cc4)) - Avoid explicit iter loops (clippy::explicit_iter_loop) ([`a8c7fa5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/a8c7fa5a77145021fe9d67741e4a00d40851919f)) - Use inline format args (clippy::uninlined_format_args) ([`d97f8f5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d97f8f5268f67f612474b68613eb5ff2941cb607)) - Remove needless raw string hashes (clippy::needless_raw_string_hashes) ([`6e2ae15`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6e2ae15a167e3622993d7a96ca87619b48751281)) - Use semicolons if nothing returned (clippy::semicolon_if_nothing_returned) ([`8f9d4bf`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8f9d4bff7ca827b61ab1ca4ab7ca08d98721244f)) - Merge pull request [#80](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/80) from danieleades/msrv ([`08ffcb8`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/08ffcb896f605eb94d05fc07bd921efbd1b18666)) - Add MSRV check to CI ([`66b9ed2`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/66b9ed28d08fd622f411ce0c9e8720443bda1e0e))view details
- **Uncategorized** - Release pulldown-cmark-to-cmark v16.0.0 ([`4dd27c5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/4dd27c5620531d157b0002dde42b9a940c29890d)) - Bump major version to help isolage the `pulldown-cmark` crate at v0.12 ([`17b5308`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/17b5308e2592ef593e84a89cebbb28955024769b)) - Update changelog prior to release ([`7b74f1b`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7b74f1b301db131f615b42e7645d413cc6c161cf)) - Merge branch 'cmark-12' ([`f1f18d4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f1f18d44147dfcffee8caf9f46d870f1e651b208)) - Fix test ([`173ae85`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/173ae8507f34d4163c735c9ca5f6b4b83a338948)) - Add failing test case ([`7674b54`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7674b549f0fb865c65d432ce4a5acfcc04af9c24)) - Add test for definition list item start ([`e686a8f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e686a8f7ee35fe83fe1b7f8f6466b62d0af35fd9)) - Add 'todo' placeholders ([`f1a8a3e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f1a8a3efd57a9bff2073796387d70eba49d93399))view details
- **[#70](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/70)** - Tables render more correctly ([`2ac7472`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/2ac74720c4d3fc8ccda8eaae86508bd62c28b43d)) - **[#76](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/76)** - Tables render more correctly ([`2ac7472`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/2ac74720c4d3fc8ccda8eaae86508bd62c28b43d)) - **Uncategorized** - Release pulldown-cmark-to-cmark v15.0.1 ([`7cc274e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7cc274e52d44f4901465796f4bfcc69f0a71f01a)) - Fix emitting `::` for centered column in table. ([`33811dc`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/33811dc085da284c82bb74da590b14066ff44402))view details
- **Uncategorized** - Release pulldown-cmark-to-cmark v15.0.0 ([`e6c8c3e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e6c8c3ec310f79c080fe466183baf6842e66608c)) - Prepare changelog prior to release ([`d72bfd3`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d72bfd376a12412e4c394fa16fc99f8b8fb0e14e)) - Upgrade dev-dependencies ([`d8cbd37`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d8cbd37355cacdf58625e08765cf4000914d1057)) - Update to pulldown-cmark v0.11 for math-expression support and special block quotes ([`bff28af`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/bff28af3c51a3a55675d5a64d8f3bda2d37701aa)) - Merge blockquote kind parsing ([`6d05a28`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6d05a28029087187bbbbe085aa77689c6ed89a07)) - Remove unused import ([`89d5dd5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/89d5dd56d07fdc373ec901bc535862c5b2fac155)) - Remove support for dollar surrounding backtick ([`d55ac5d`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d55ac5dc61e2b5afc098f817737668acd8743700)) - Generate snapshot ([`c8632c4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c8632c4c7c462e5dd6446b8883f527fc8e415ef7)) - Add suggested fixture ([`f961f76`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f961f7686b24838607e2508bf2ff65f12bed4225)) - Use escaped comparison ([`74a5b59`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/74a5b5989c59c3d4dd1bff8f66b79be62bce0052)) - Update math tests ([`e94e9e4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/e94e9e4a259aa4747334f123c352a4812a14c42a)) - Fix alternate math notation ([`8e09ddb`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8e09ddb9d0c28873a5ae9c116a0a1f310179dc85)) - Regenerate snapshots ([`153ff68`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/153ff68c4ac5e804211f41eb702fa00f7a16a311)) - Add mathematical expressions ([`42049d9`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/42049d99af1bbfda53f5c50a59b56b0fae947b53)) - Regenerate snapshots ([`ea04970`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ea0497047b69fcd962568bce34b55e938d3f5db0)) - Fix incorrect formatting ([`1d047be`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1d047be50ca18ffd5a28ca64475d1100b6068cca)) - Add blockquote kinds ([`dcf769c`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/dcf769c1d1f57d7e540e172988d18da84fa95492)) - Update tests ([`8723b1f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8723b1ffcf2248d8fbad77c044d6eff96dda2fec)) - Handle new types and change ([`c81d969`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c81d969679b77dd0e9f9bf065190cfddc57f3dd3)) - Update pulldown-cmark ([`173b8a4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/173b8a40761d571772815f4227e3962a619bd7fd))view details
- **[#73](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/73)** - Fixdo not disturb code block detection when preventing escape ([`7376d42`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/7376d42ae3599c907061eba6b3a7676f79408bdb)) - **Uncategorized** - Release pulldown-cmark-to-cmark v14.0.1 ([`fd7815a`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/fd7815a480181fa2f442ce8969111038927f49b6)) - Prepare changelog prior to release. ([`857ff07`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/857ff07f8ae962de7d287008d875cc3ca342e510)) - Merge pull request [#74](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/74) from SichangHe/fix-unnecessary-range-escape ([`a6045c6`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/a6045c664fda1c56edf8d749601a6562d94a3871))view details
- **Uncategorized** - Release pulldown-cmark-to-cmark v14.0.0 ([`1978c0c`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/1978c0c0fb42e20bc0d015611c1336975bd1965c)) - Fix manifest includes to allow publishing ([`cfcabc4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/cfcabc44bf5b73ab1567f062787be917d1933877)) - Release pulldown-cmark-to-cmark v14.0.0 ([`8c6bee4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8c6bee4c037c3aff3c211c87146909ab0cd85aaf)) - Fix doc-links ([`d9d81c0`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/d9d81c0bcac2471a26be35e21414f51b4a136b45)) - Prepare changelog prior to release ([`c332f98`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/c332f98d21c2f35638e88145ee224d5511ddc2d4)) - Merge pull request [#71](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/71) from SichangHe/no-unnecessary-escape ([`386e663`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/386e6634421373c6b9841a59c7639e416215566c)) - Clarify what `last_event_end_index` indices into and how it's used ([`6c8297c`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/6c8297c03eb82ac95fa9dd559e3337e470d70c72)) - Dedup test code ([`f66724b`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/f66724b2f74814fe6a8ddb168425b9097bb84135)) - Attempt to address [@Bryon](https://togithub.com/Bryon) first comments [https://github.com/Byron/pulldown-cmark-to-cmark/pull/71#pullrequestreview-2081814286](https://togithub.com/Byron/pulldown-cmark-to-cmark/pull/71#pullrequestreview-2081814286) ([`bebff1e`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/bebff1e520f2da982cb1a7f9ba97ce13c9accab0)) - Test `<` escape handling ([`542bc1f`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/542bc1fad3d06d39d59c8842225afc864d7539c3)) - Restore `State` derives ([`ea17e27`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/ea17e2763d066bd454cfab0ae0a0768fdaf83bd1)) - Rm test that fail for old implementation ([`78965c4`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/78965c4520e031930e232758d942077ed40b7a1d)) - Better explain why `cmark_resume_with_source_range_and_options` is different ([`49f60d5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/49f60d58ae2a1fd868797191c47d968f11c913df)) - `source_range` persist special character escape by peeking source ([`92ad2c8`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/92ad2c8f291df7e165e1110d05c638661627c5d6)) - Placeholder functions not using source range ([`a234ed5`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/a234ed5ece9d02eb8e9cb3c03432ca2a73165b5e)) - Extract nested functionalities ([`93cbb33`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/93cbb33bad931ac3f787cd13438a812c6adb3b7a)) - Failing rustdoc test [#51](https://togithub.com/Byron/pulldown-cmark-to-cmark/issues/51) ([`8c6ccdb`](https://togithub.com/Byron/pulldown-cmark-to-cmark/commit/8c6ccdbb01e015acc3a7e688bac2dad8319d03f8))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.