## [2.2.3](https://github.com/adobe/helix-html2md-lib/compare/v2.2.2...v2.2.3) (2026-08-09)


### Bug Fixes

* keep ./media_ image references ([#61](https://github.com/adobe/helix-html2md-lib/issues/61)) ([ab4c3de](https://github.com/adobe/helix-html2md-lib/commit/ab4c3defbb41011d9eac5707c6a5f59157ca7a03))

## [2.2.2](https://github.com/adobe/helix-html2md-lib/compare/v2.2.1...v2.2.2) (2026-06-30)


### Bug Fixes

* accept http:// and case-insensitive URL schemes for external images ([#47](https://github.com/adobe/helix-html2md-lib/issues/47)) ([fcf7e6a](https://github.com/adobe/helix-html2md-lib/commit/fcf7e6a8e0f46dc63045a26faa15584a533edaf4))
* release ([87472f8](https://github.com/adobe/helix-html2md-lib/commit/87472f84b509b6f23e13a9c4ac6e40c9a4f96ef3))

## [2.2.1](https://github.com/adobe/helix-html2md-lib/compare/v2.2.0...v2.2.1) (2026-06-08)


### Bug Fixes

* skip empty jsonld ([#38](https://github.com/adobe/helix-html2md-lib/issues/38)) ([6a66ae8](https://github.com/adobe/helix-html2md-lib/commit/6a66ae8850aa913e3f908ec621d6a201ac8f8e7e))

# [2.2.0](https://github.com/adobe/helix-html2md-lib/compare/v2.1.0...v2.2.0) (2026-06-03)


### Features

* add imageFilter option to html2md for flexible image filtering ([#35](https://github.com/adobe/helix-html2md-lib/issues/35)) ([5d2e5a0](https://github.com/adobe/helix-html2md-lib/commit/5d2e5a0e74e685f6f2f3d79c9b5d07a5144d13b6)), closes [#34](https://github.com/adobe/helix-html2md-lib/issues/34)

# [2.1.0](https://github.com/adobe/helix-html2md-lib/compare/v2.0.1...v2.1.0) (2026-05-20)


### Features

* improve metadata size constraints for json-ld ([#1](https://github.com/adobe/helix-html2md-lib/issues/1)) ([a35b28f](https://github.com/adobe/helix-html2md-lib/commit/a35b28fe03cb30b00fa134c0af7a1da7254db47c))

## [2.0.1](https://github.com/adobe/helix-html2md-lib/compare/v2.0.0...v2.0.1) (2026-05-20)


### Bug Fixes

* handle table rows without children to avoid iterator error ([#27](https://github.com/adobe/helix-html2md-lib/issues/27)) ([d195681](https://github.com/adobe/helix-html2md-lib/commit/d1956813746e6c4c64b3e972bcd6f10c28bdea07))

# [2.0.0](https://github.com/adobe/helix-html2md-lib/compare/v1.1.1...v2.0.0) (2026-02-19)


### Features

* throw generic ImageUploadError ([75d22d4](https://github.com/adobe/helix-html2md-lib/commit/75d22d4da3fe71a009617664bef8a5775698ebb4))


### BREAKING CHANGES

* throws ImageUploadError instead of SizeTooLargeException

## [1.1.1](https://github.com/adobe/helix-html2md-lib/compare/v1.1.0...v1.1.1) (2026-02-06)


### Bug Fixes

* **deps:** unpin dependencies ([#2](https://github.com/adobe/helix-html2md-lib/issues/2)) ([b19b464](https://github.com/adobe/helix-html2md-lib/commit/b19b464f04365948f009ed3d4abe2e31cc3ed508))

# [1.1.0](https://github.com/adobe/helix-html2md-lib/compare/v1.0.0...v1.1.0) (2025-12-09)


### Features

* export error ([ce938c8](https://github.com/adobe/helix-html2md-lib/commit/ce938c8b678e67bbdddf204c8d4c5d9b6f88f3a3))

# 1.0.0 (2025-12-09)


### Bug Fixes

* @adobe/helix-fetch -> @adobe/fetch ([ec6d9a7](https://github.com/adobe/helix-html2md-lib/commit/ec6d9a76614b8bfa6aa624b2b9268c5f96e4a51b))
* add json-ld script handling ([#534](https://github.com/adobe/helix-html2md-lib/issues/534)) ([6c7c1fc](https://github.com/adobe/helix-html2md-lib/commit/6c7c1fce95d51323ee9eb96131537b417d2053bb))
* add round-trip conversion tests ([#93](https://github.com/adobe/helix-html2md-lib/issues/93)) ([61552f1](https://github.com/adobe/helix-html2md-lib/commit/61552f15b596a1327afc31fdf984f25363054c56))
* add support for sub-, superscript, and underline ([#315](https://github.com/adobe/helix-html2md-lib/issues/315)) ([66f1b6e](https://github.com/adobe/helix-html2md-lib/commit/66f1b6e0c38c2e1aaf3f0e8862c82de5e13d0755)), closes [#314](https://github.com/adobe/helix-html2md-lib/issues/314)
* allow more meta ([#565](https://github.com/adobe/helix-html2md-lib/issues/565)) ([bee785a](https://github.com/adobe/helix-html2md-lib/commit/bee785a34077e170d958fd933c228bc7c21737a1))
* allowed metadata handling ([#711](https://github.com/adobe/helix-html2md-lib/issues/711)) ([023efb7](https://github.com/adobe/helix-html2md-lib/commit/023efb79230db435bfffdf5a57dd145c9c80ce95))
* always use gridtables ([#34](https://github.com/adobe/helix-html2md-lib/issues/34)) ([20c787f](https://github.com/adobe/helix-html2md-lib/commit/20c787fbcaee857e96bb5870af8c7a3f006c7744))
* block name row, alignment info ([#480](https://github.com/adobe/helix-html2md-lib/issues/480)) ([3a742b6](https://github.com/adobe/helix-html2md-lib/commit/3a742b6e03d0f5e13af42097b4fc1f1faf323673)), closes [#474](https://github.com/adobe/helix-html2md-lib/issues/474) [#475](https://github.com/adobe/helix-html2md-lib/issues/475)
* codeblock with tabs is not correctly converted to grid table ([#229](https://github.com/adobe/helix-html2md-lib/issues/229)) ([ac77309](https://github.com/adobe/helix-html2md-lib/commit/ac77309cad94aca96a160a47eddebc6b1e39326a)), closes [#230](https://github.com/adobe/helix-html2md-lib/issues/230)
* convert all HTML tables to gridtables ([1c2ab8f](https://github.com/adobe/helix-html2md-lib/commit/1c2ab8f0ecf145739bfb858a9cec0121bfd17156))
* Create col spans for expanding trailing cells ([8fb34ed](https://github.com/adobe/helix-html2md-lib/commit/8fb34ed3c6c5a91dfbd538455797a2ca46bfa133)), closes [#463](https://github.com/adobe/helix-html2md-lib/issues/463)
* **deps:** remove @adobe/helix-universal-logger ([fb1d38c](https://github.com/adobe/helix-html2md-lib/commit/fb1d38c69c53e748c2d3a8daebca33a764b2deee))
* **deps:** update adobe fixes ([0352499](https://github.com/adobe/helix-html2md-lib/commit/0352499cf71b9d40a98ca632f2923315083ff22d))
* **deps:** update adobe fixes ([36a4727](https://github.com/adobe/helix-html2md-lib/commit/36a472717ee0f4252b0aef8ea56bbe1d9e910a26))
* **deps:** update adobe fixes ([300324f](https://github.com/adobe/helix-html2md-lib/commit/300324fdffb61186ef810c15faa4702313184c9f))
* **deps:** update adobe fixes ([052cdd4](https://github.com/adobe/helix-html2md-lib/commit/052cdd44bf6ea03014dea8dcff6433beec9e47c4))
* **deps:** update adobe fixes ([d7ec8c1](https://github.com/adobe/helix-html2md-lib/commit/d7ec8c1230c5f685d867a5c64e560339d16d0db0))
* **deps:** update adobe fixes ([51400d1](https://github.com/adobe/helix-html2md-lib/commit/51400d14b77b32ba04df2fabc10e441131c0c580))
* **deps:** update adobe fixes ([82b3b83](https://github.com/adobe/helix-html2md-lib/commit/82b3b83ca5098794b0080656948ecfd2bb78fa67))
* **deps:** update adobe fixes ([b3b4f2a](https://github.com/adobe/helix-html2md-lib/commit/b3b4f2af6ca6993a24e1bd0aaf24abc5791946f1))
* **deps:** update adobe fixes ([ff6f1b9](https://github.com/adobe/helix-html2md-lib/commit/ff6f1b95f1068385722b027407ea40a70f2c472e))
* **deps:** update adobe fixes ([2307bff](https://github.com/adobe/helix-html2md-lib/commit/2307bff50a0c260cb073cb4f139533f3a0722716))
* **deps:** update adobe fixes ([f8c4f17](https://github.com/adobe/helix-html2md-lib/commit/f8c4f17e14084d5317d7e67030e44047bd8cd7aa))
* **deps:** update adobe fixes ([1b9a6cc](https://github.com/adobe/helix-html2md-lib/commit/1b9a6cc4b63faab6011b15e8e3f64eabc19f5e27))
* **deps:** update adobe fixes ([27dbba6](https://github.com/adobe/helix-html2md-lib/commit/27dbba65b4e249a346581eb37c22d5cd2f0a04eb))
* **deps:** update adobe fixes ([f40f3ef](https://github.com/adobe/helix-html2md-lib/commit/f40f3efec8094f40a43e572c98ef3168bed581f3))
* **deps:** update adobe fixes ([db96369](https://github.com/adobe/helix-html2md-lib/commit/db963692cd1ea849dffc0be1416317293fc1ce6f))
* **deps:** update adobe fixes ([8aa07fb](https://github.com/adobe/helix-html2md-lib/commit/8aa07fbb34ce8f0f09177dbe2c622608b578f376))
* **deps:** update adobe fixes ([9bc8472](https://github.com/adobe/helix-html2md-lib/commit/9bc8472df12497fe40b612f90a7fb45c6193ac2e))
* **deps:** update adobe fixes ([400c2e0](https://github.com/adobe/helix-html2md-lib/commit/400c2e059ae7e218135b6c82a37a56988fd7c25c))
* **deps:** update adobe fixes ([78bdab0](https://github.com/adobe/helix-html2md-lib/commit/78bdab0cae08541528eb10dca7d8a77f97d6aefc))
* **deps:** update adobe fixes ([d8a3687](https://github.com/adobe/helix-html2md-lib/commit/d8a3687081edab775dd875645f65cf2da413200c))
* **deps:** update adobe fixes ([3ac7e29](https://github.com/adobe/helix-html2md-lib/commit/3ac7e29b97549938332910887ed921e52aa4bd82))
* **deps:** update adobe fixes ([7129509](https://github.com/adobe/helix-html2md-lib/commit/71295093494956eb5a29a66c31e6d82c6704fc43))
* **deps:** update adobe fixes ([4d6e7ef](https://github.com/adobe/helix-html2md-lib/commit/4d6e7ef39de0fc3376cb3456af1915c203b3977c))
* **deps:** update adobe fixes ([d584369](https://github.com/adobe/helix-html2md-lib/commit/d584369472c60e0e2e06ffcce3565256f75f5866))
* **deps:** update adobe fixes ([666cb5d](https://github.com/adobe/helix-html2md-lib/commit/666cb5d6c894eefc401d850d4781a921469204d4))
* **deps:** update adobe fixes ([9803e5a](https://github.com/adobe/helix-html2md-lib/commit/9803e5ab62145c6b591b429054d6f20224f5bd58))
* **deps:** update adobe fixes ([6a75a57](https://github.com/adobe/helix-html2md-lib/commit/6a75a57b8fa97e6905d7b1b9291336f0a7bb0b3a))
* **deps:** update adobe fixes ([007b066](https://github.com/adobe/helix-html2md-lib/commit/007b066feec825e759ee3d29f2f50fdfcc701f53))
* **deps:** update adobe fixes ([b7f08d2](https://github.com/adobe/helix-html2md-lib/commit/b7f08d23551a06625f2db207b2a4bd487c15e04b))
* **deps:** update adobe fixes ([90dd2c9](https://github.com/adobe/helix-html2md-lib/commit/90dd2c997ddfc98ba853f67c6cd4912858241f34))
* **deps:** update adobe fixes ([43c8c83](https://github.com/adobe/helix-html2md-lib/commit/43c8c83e30049afe2356f998dcd8f8247ab26305))
* **deps:** update adobe fixes ([613b08e](https://github.com/adobe/helix-html2md-lib/commit/613b08e84a3c5777b96ad10762601fa0c7bce544))
* **deps:** update adobe fixes ([1737095](https://github.com/adobe/helix-html2md-lib/commit/173709569aa9a22dfc77dd0220490dc0c57dd63f))
* **deps:** update adobe fixes ([c2f22ea](https://github.com/adobe/helix-html2md-lib/commit/c2f22ea49fb3155b48ca6c0d43f984bddcdd97f0))
* **deps:** update adobe fixes ([a09fc95](https://github.com/adobe/helix-html2md-lib/commit/a09fc9523c704b86088945c7b17f9b23637e4fa4))
* **deps:** update adobe fixes ([c3d15fa](https://github.com/adobe/helix-html2md-lib/commit/c3d15faeccecfb896e9efa0aa55238992e4dac9e))
* **deps:** update adobe fixes ([1cd3c80](https://github.com/adobe/helix-html2md-lib/commit/1cd3c80f9f0ec836a2f34f1dd9447036ba9ce485))
* **deps:** update adobe fixes ([b46d073](https://github.com/adobe/helix-html2md-lib/commit/b46d0738e9f8f0ddec0a8eb236fcc7207db3f318))
* **deps:** update adobe fixes ([c16db89](https://github.com/adobe/helix-html2md-lib/commit/c16db89912c8731b8a797e02836afbcb14213e52))
* **deps:** update adobe fixes ([9319323](https://github.com/adobe/helix-html2md-lib/commit/93193235c9e0dc22e8a806b0b7fb2f4011d11963))
* **deps:** update adobe fixes ([04d5267](https://github.com/adobe/helix-html2md-lib/commit/04d5267fdf6ad73c7cd9b4f3236c8c052a910f68))
* **deps:** update adobe fixes ([c815de9](https://github.com/adobe/helix-html2md-lib/commit/c815de9b564256d8e2b633a5ca6da210b29f63d5))
* **deps:** update adobe fixes ([4aaf4de](https://github.com/adobe/helix-html2md-lib/commit/4aaf4dedb0f08ac037c3d8c975db7091fa37f457))
* **deps:** update adobe fixes ([00e274e](https://github.com/adobe/helix-html2md-lib/commit/00e274ebbd54336a13a1e21cee586f105ad7c179))
* **deps:** update adobe fixes ([48f6357](https://github.com/adobe/helix-html2md-lib/commit/48f635770187ef0c18b9f367401ab241e87c81f9))
* **deps:** update adobe fixes ([1f95346](https://github.com/adobe/helix-html2md-lib/commit/1f95346ff3f0c5b193f5f0e213e965715932fcaa))
* **deps:** update adobe fixes ([e07f87d](https://github.com/adobe/helix-html2md-lib/commit/e07f87dcdf6ef2cd52e7d43844a768d399beaf5d))
* **deps:** update adobe fixes ([a551453](https://github.com/adobe/helix-html2md-lib/commit/a551453ef8b60dfffa9f1cdcde8c61614b6387dd))
* **deps:** update adobe fixes ([5f9f10c](https://github.com/adobe/helix-html2md-lib/commit/5f9f10c8adcd6696a2fdab59a348c697b881ff80))
* **deps:** update adobe fixes ([7f3cec9](https://github.com/adobe/helix-html2md-lib/commit/7f3cec9bfc3e729e07d53416f61fa9888d58e620))
* **deps:** update adobe fixes ([de5e049](https://github.com/adobe/helix-html2md-lib/commit/de5e04938498190f22e6f45c5c78c592e31cd1aa))
* **deps:** update adobe fixes ([58144ee](https://github.com/adobe/helix-html2md-lib/commit/58144eef8e279816300e2122740daaefb4bf293e))
* **deps:** update adobe fixes ([01e3093](https://github.com/adobe/helix-html2md-lib/commit/01e30938e0a830335d01d295074aa032296f93f1))
* **deps:** update adobe fixes ([6594671](https://github.com/adobe/helix-html2md-lib/commit/65946712e24281aca6ab45208d4cbe02282e9a6a))
* **deps:** update adobe fixes ([4c34a92](https://github.com/adobe/helix-html2md-lib/commit/4c34a926d8ca88b536aa741d37c2263345a9a690))
* **deps:** update adobe fixes ([a2124d1](https://github.com/adobe/helix-html2md-lib/commit/a2124d1ea1c5a3ade27b8b6c3e63a2b2b384167b))
* **deps:** update adobe fixes ([181c492](https://github.com/adobe/helix-html2md-lib/commit/181c492dd7682a3f3e49486667ea6a097961e748))
* **deps:** update adobe fixes ([e4e8940](https://github.com/adobe/helix-html2md-lib/commit/e4e89405a1c769a2a4e59fb1fa7d5a5a9ab0c071))
* **deps:** update adobe fixes ([799424c](https://github.com/adobe/helix-html2md-lib/commit/799424ca4a42ae07a32aab91ccfbd19bfea8e09a))
* **deps:** update adobe fixes ([b1427f4](https://github.com/adobe/helix-html2md-lib/commit/b1427f41c5a61cfd9552729fa598a137acfef634))
* **deps:** update adobe fixes ([ef0ec02](https://github.com/adobe/helix-html2md-lib/commit/ef0ec02d67e707309480ebfc6c5a2c09982c222d))
* **deps:** update adobe fixes ([e03b39b](https://github.com/adobe/helix-html2md-lib/commit/e03b39b18b5a3358429d6170a78a20a5407e0a9b))
* **deps:** update adobe fixes ([4a5be4c](https://github.com/adobe/helix-html2md-lib/commit/4a5be4c39a237ec4138f030c168b6d43e9e52311))
* **deps:** update adobe fixes ([0d5473d](https://github.com/adobe/helix-html2md-lib/commit/0d5473d7c424d26d4d650db4a7bffbb15d382b76))
* **deps:** update adobe fixes ([3b67076](https://github.com/adobe/helix-html2md-lib/commit/3b6707629f810f750cf7340abc0b75eda34ec141))
* **deps:** update adobe fixes ([003d8e6](https://github.com/adobe/helix-html2md-lib/commit/003d8e68dcad27b66c54485a15aa24aef142994e))
* **deps:** update adobe fixes ([ce84539](https://github.com/adobe/helix-html2md-lib/commit/ce84539bc11be5a0077046caf62acaf76b9eafae))
* **deps:** update adobe fixes ([d03f666](https://github.com/adobe/helix-html2md-lib/commit/d03f666bf4bca092231c3383ebfeb3af7065e7e7))
* **deps:** update adobe fixes ([2737062](https://github.com/adobe/helix-html2md-lib/commit/2737062db07fcba6c3d625d10d36046eb02b1c07))
* **deps:** update adobe fixes ([d585d56](https://github.com/adobe/helix-html2md-lib/commit/d585d5649a7a828552b72fa90d6ada82f52206ab))
* **deps:** update adobe fixes ([898d436](https://github.com/adobe/helix-html2md-lib/commit/898d4365e08556f1a4816e93b27b0318a47b9a34))
* **deps:** update adobe fixes ([ebc61ae](https://github.com/adobe/helix-html2md-lib/commit/ebc61ae2942764bb01411cbc9b63bc6fcddfce7c))
* **deps:** update adobe fixes ([cca0b97](https://github.com/adobe/helix-html2md-lib/commit/cca0b97ec8ab2601f9e0db4d332bbc6413c399a9))
* **deps:** update adobe fixes ([a7719e3](https://github.com/adobe/helix-html2md-lib/commit/a7719e3398636a103ae3ae6cabca71680d9f32b9))
* **deps:** update adobe fixes ([7528317](https://github.com/adobe/helix-html2md-lib/commit/75283176a2d1379f7f2da8327e4a46afc07420f8))
* **deps:** update adobe fixes ([adecfa7](https://github.com/adobe/helix-html2md-lib/commit/adecfa72feab7cbae86bd848c8259eb8fedbe631))
* **deps:** update adobe fixes ([97002f6](https://github.com/adobe/helix-html2md-lib/commit/97002f67c896bd916c7ce82f19c680671c469b32))
* **deps:** update adobe fixes ([ec53c15](https://github.com/adobe/helix-html2md-lib/commit/ec53c15134710965ec283dd43cfd267dcd4c3540))
* **deps:** update adobe fixes ([770dc67](https://github.com/adobe/helix-html2md-lib/commit/770dc67b53ccaa88c5a334d73a9e8d18081f74c4))
* **deps:** update adobe fixes ([d756fc9](https://github.com/adobe/helix-html2md-lib/commit/d756fc92ab60ab72bcbe5325116993d81dabdfa1))
* **deps:** update adobe fixes ([d78ecd2](https://github.com/adobe/helix-html2md-lib/commit/d78ecd2299f56175c3967048fbea688179abd4cc))
* **deps:** update adobe fixes ([2f09902](https://github.com/adobe/helix-html2md-lib/commit/2f09902a02027696de9cd87aeeb559f615d56bd0))
* **deps:** update adobe fixes ([42d7e9c](https://github.com/adobe/helix-html2md-lib/commit/42d7e9cbdeefc9b4cd8bb7779cbf63d00183c5d0))
* **deps:** update adobe fixes ([ac767a3](https://github.com/adobe/helix-html2md-lib/commit/ac767a3ad5874534f29290ff55813e4334d9b47f))
* **deps:** update adobe fixes ([dac8e82](https://github.com/adobe/helix-html2md-lib/commit/dac8e82c11236e6fb2bf1282b22a7435cb6a12a1))
* **deps:** update adobe fixes ([cc1f7b8](https://github.com/adobe/helix-html2md-lib/commit/cc1f7b81ffe248c781cc6d11d93cadc0adc0a022))
* **deps:** update adobe fixes ([#1](https://github.com/adobe/helix-html2md-lib/issues/1)) ([b720fce](https://github.com/adobe/helix-html2md-lib/commit/b720fce54314690a55dcc1b886a3bea2c5484a58))
* **deps:** update adobe fixes ([#111](https://github.com/adobe/helix-html2md-lib/issues/111)) ([33a22c8](https://github.com/adobe/helix-html2md-lib/commit/33a22c8c33d1f67021d8a8f7ba9d32eb977eb1e5))
* **deps:** update adobe fixes ([#122](https://github.com/adobe/helix-html2md-lib/issues/122)) ([927fd73](https://github.com/adobe/helix-html2md-lib/commit/927fd7340097c47d0022f4dca99b01da81b0140d))
* **deps:** update adobe fixes ([#141](https://github.com/adobe/helix-html2md-lib/issues/141)) ([fdc8c8b](https://github.com/adobe/helix-html2md-lib/commit/fdc8c8bfce5edc9f67b554d760beaeded5668b9a))
* **deps:** update adobe fixes ([#15](https://github.com/adobe/helix-html2md-lib/issues/15)) ([eac703e](https://github.com/adobe/helix-html2md-lib/commit/eac703eb84254814f15a4cf503f3cced3e172012))
* **deps:** update adobe fixes ([#178](https://github.com/adobe/helix-html2md-lib/issues/178)) ([95db1ab](https://github.com/adobe/helix-html2md-lib/commit/95db1ab80734932843d30e771e03aa50fe226f32))
* **deps:** update adobe fixes ([#188](https://github.com/adobe/helix-html2md-lib/issues/188)) ([5f35b62](https://github.com/adobe/helix-html2md-lib/commit/5f35b6238aeab5f961fed5e4b7a4b74fe84dff20))
* **deps:** update adobe fixes ([#193](https://github.com/adobe/helix-html2md-lib/issues/193)) ([7738f4d](https://github.com/adobe/helix-html2md-lib/commit/7738f4d471c17e35f76d8a846fd1780cdf92e680))
* **deps:** update adobe fixes ([#196](https://github.com/adobe/helix-html2md-lib/issues/196)) ([3af7530](https://github.com/adobe/helix-html2md-lib/commit/3af7530deb474eec2c6cf140c585c3e033a5623d))
* **deps:** update adobe fixes ([#21](https://github.com/adobe/helix-html2md-lib/issues/21)) ([e8b5e7d](https://github.com/adobe/helix-html2md-lib/commit/e8b5e7d31b67d940ba7700d2ce817dd5399db29e))
* **deps:** update adobe fixes ([#238](https://github.com/adobe/helix-html2md-lib/issues/238)) ([57da930](https://github.com/adobe/helix-html2md-lib/commit/57da93075e23e1c474eecd81eea2a5965da1fe1a))
* **deps:** update adobe fixes ([#246](https://github.com/adobe/helix-html2md-lib/issues/246)) ([57d9086](https://github.com/adobe/helix-html2md-lib/commit/57d90860981a800ee8cb291662fc6386ce6dfa7d))
* **deps:** update adobe fixes ([#258](https://github.com/adobe/helix-html2md-lib/issues/258)) ([f0b6258](https://github.com/adobe/helix-html2md-lib/commit/f0b6258edd0c69ff8f5d1a224b265618e6791c46))
* **deps:** update adobe fixes ([#284](https://github.com/adobe/helix-html2md-lib/issues/284)) ([06520aa](https://github.com/adobe/helix-html2md-lib/commit/06520aa92a6ca031f012288cd2c2817c2bf1d2fe))
* **deps:** update adobe fixes ([#290](https://github.com/adobe/helix-html2md-lib/issues/290)) ([7d361b2](https://github.com/adobe/helix-html2md-lib/commit/7d361b2fdf049a411a9c68fe10fe843b9dd2cb7c))
* **deps:** update adobe fixes ([#32](https://github.com/adobe/helix-html2md-lib/issues/32)) ([580c2ef](https://github.com/adobe/helix-html2md-lib/commit/580c2ef28c85dfacf6d6cfaa71b8647ea4a01f2d))
* **deps:** update adobe fixes ([#338](https://github.com/adobe/helix-html2md-lib/issues/338)) ([b0c826a](https://github.com/adobe/helix-html2md-lib/commit/b0c826a6ca92a80fa6a2f8f09622fb755a6b44f6))
* **deps:** update adobe fixes ([#349](https://github.com/adobe/helix-html2md-lib/issues/349)) ([5985117](https://github.com/adobe/helix-html2md-lib/commit/5985117e10b135f36d00342793206f4a3833036d))
* **deps:** update adobe fixes ([#402](https://github.com/adobe/helix-html2md-lib/issues/402)) ([497cf8f](https://github.com/adobe/helix-html2md-lib/commit/497cf8febb70f10ae4eb6e853d4a14e6c8b674a9))
* **deps:** update adobe fixes ([#448](https://github.com/adobe/helix-html2md-lib/issues/448)) ([9595733](https://github.com/adobe/helix-html2md-lib/commit/9595733546714239bbd945f02ea6ed91d42f2a37))
* **deps:** update adobe fixes ([#453](https://github.com/adobe/helix-html2md-lib/issues/453)) ([8bed34e](https://github.com/adobe/helix-html2md-lib/commit/8bed34e768d2912cd76276498d52baed964596fd))
* **deps:** update adobe fixes ([#454](https://github.com/adobe/helix-html2md-lib/issues/454)) ([eda58c8](https://github.com/adobe/helix-html2md-lib/commit/eda58c8c0e31a8652c522544a173846bb98737d7))
* **deps:** update adobe fixes ([#460](https://github.com/adobe/helix-html2md-lib/issues/460)) ([7f1be4f](https://github.com/adobe/helix-html2md-lib/commit/7f1be4ff95dd56c23684f210b2c701c51859a5b6))
* **deps:** update adobe fixes ([#461](https://github.com/adobe/helix-html2md-lib/issues/461)) ([9ff903b](https://github.com/adobe/helix-html2md-lib/commit/9ff903be6a3189e29b052546ce1713f472630a19))
* **deps:** update adobe fixes ([#472](https://github.com/adobe/helix-html2md-lib/issues/472)) ([db99e65](https://github.com/adobe/helix-html2md-lib/commit/db99e65c4399e50826fc1c8648122fd3b289f8b9))
* **deps:** update adobe fixes ([#56](https://github.com/adobe/helix-html2md-lib/issues/56)) ([410be51](https://github.com/adobe/helix-html2md-lib/commit/410be51ef464880deaf6964e39c9f3ba6babf102))
* **deps:** update adobe fixes ([#606](https://github.com/adobe/helix-html2md-lib/issues/606)) ([167eebf](https://github.com/adobe/helix-html2md-lib/commit/167eebf524a54f2b7fa88979f96e2eb0324503fd))
* **deps:** update adobe fixes ([#609](https://github.com/adobe/helix-html2md-lib/issues/609)) ([e8aa0b2](https://github.com/adobe/helix-html2md-lib/commit/e8aa0b2fac0f01fdc8b6503783dfcaacfffcd8de))
* **deps:** update adobe fixes ([#612](https://github.com/adobe/helix-html2md-lib/issues/612)) ([cc0055e](https://github.com/adobe/helix-html2md-lib/commit/cc0055ecd56452c20c742b86dcb768772a09221a))
* **deps:** update adobe fixes ([#615](https://github.com/adobe/helix-html2md-lib/issues/615)) ([aeba6b9](https://github.com/adobe/helix-html2md-lib/commit/aeba6b9855ca64c29b841b619409cf7927f672d1))
* **deps:** update adobe fixes ([#619](https://github.com/adobe/helix-html2md-lib/issues/619)) ([0c6e587](https://github.com/adobe/helix-html2md-lib/commit/0c6e587091e09a86b2c0c8d39e31e6cb5d9c0f37))
* **deps:** update adobe fixes ([#623](https://github.com/adobe/helix-html2md-lib/issues/623)) ([5f1358f](https://github.com/adobe/helix-html2md-lib/commit/5f1358f33d2e449ef7887b959b07602b0749fd03))
* **deps:** update adobe fixes ([#625](https://github.com/adobe/helix-html2md-lib/issues/625)) ([82d4dc7](https://github.com/adobe/helix-html2md-lib/commit/82d4dc73cf146376aa9772c709f9bc9c777881d1))
* **deps:** update adobe fixes ([#629](https://github.com/adobe/helix-html2md-lib/issues/629)) ([1ab5ab6](https://github.com/adobe/helix-html2md-lib/commit/1ab5ab6b3c1b5d43770c5ecc8e4e31c307f6a762))
* **deps:** update adobe fixes ([#640](https://github.com/adobe/helix-html2md-lib/issues/640)) ([f103955](https://github.com/adobe/helix-html2md-lib/commit/f103955b25dcd6e8f05567b78640cae56e0e89f0))
* **deps:** update adobe fixes ([#643](https://github.com/adobe/helix-html2md-lib/issues/643)) ([f46fdcb](https://github.com/adobe/helix-html2md-lib/commit/f46fdcb30dc9508ded2057adbfba5c2b15a10f98))
* **deps:** update adobe fixes ([#645](https://github.com/adobe/helix-html2md-lib/issues/645)) ([39861d3](https://github.com/adobe/helix-html2md-lib/commit/39861d31eff97a49af3b28c4fdcd1284f4460665))
* **deps:** update adobe fixes ([#648](https://github.com/adobe/helix-html2md-lib/issues/648)) ([c1874ba](https://github.com/adobe/helix-html2md-lib/commit/c1874ba9bc5b846f9917ac58f635e1d699a75b4c))
* **deps:** update adobe fixes ([#649](https://github.com/adobe/helix-html2md-lib/issues/649)) ([bfa2dd5](https://github.com/adobe/helix-html2md-lib/commit/bfa2dd597e17dca00f46de6e123794eb054c75bb))
* **deps:** update adobe fixes ([#653](https://github.com/adobe/helix-html2md-lib/issues/653)) ([52ab553](https://github.com/adobe/helix-html2md-lib/commit/52ab55306998ba72cb6878607897643558c4bac8))
* **deps:** update adobe fixes ([#657](https://github.com/adobe/helix-html2md-lib/issues/657)) ([531d43f](https://github.com/adobe/helix-html2md-lib/commit/531d43f59c1e5361b95ef10c7f54ddf902415b55))
* **deps:** update adobe fixes ([#661](https://github.com/adobe/helix-html2md-lib/issues/661)) ([6734937](https://github.com/adobe/helix-html2md-lib/commit/67349375e2d0fcb274093959e88f7f03fedc1fbd))
* **deps:** update adobe fixes ([#664](https://github.com/adobe/helix-html2md-lib/issues/664)) ([7927b60](https://github.com/adobe/helix-html2md-lib/commit/7927b601e3950c8bc01976adfe7d932875440945))
* **deps:** update adobe fixes ([#667](https://github.com/adobe/helix-html2md-lib/issues/667)) ([6f98625](https://github.com/adobe/helix-html2md-lib/commit/6f986250ddfa19832a0f711073e00c39429eeacd))
* **deps:** update adobe fixes ([#668](https://github.com/adobe/helix-html2md-lib/issues/668)) ([9f13253](https://github.com/adobe/helix-html2md-lib/commit/9f13253468dab00341a2212b5b49b5192a67d9bf))
* **deps:** update adobe fixes ([#670](https://github.com/adobe/helix-html2md-lib/issues/670)) ([d3d7d4b](https://github.com/adobe/helix-html2md-lib/commit/d3d7d4be148e025536fe67436229be95958e3d7b))
* **deps:** update adobe fixes ([#672](https://github.com/adobe/helix-html2md-lib/issues/672)) ([7dcf6ed](https://github.com/adobe/helix-html2md-lib/commit/7dcf6ed18d0a9f94b93dddcd98ff1f58c52a581e))
* **deps:** update adobe fixes ([#686](https://github.com/adobe/helix-html2md-lib/issues/686)) ([31b1141](https://github.com/adobe/helix-html2md-lib/commit/31b114189333df6e24db709cf44e44501a9548fc))
* **deps:** update adobe fixes ([#694](https://github.com/adobe/helix-html2md-lib/issues/694)) ([d81f888](https://github.com/adobe/helix-html2md-lib/commit/d81f8886819883a88a3cadd1ffc982a41a63783b))
* **deps:** update adobe fixes ([#695](https://github.com/adobe/helix-html2md-lib/issues/695)) ([7915393](https://github.com/adobe/helix-html2md-lib/commit/791539383cdb3cbfdcf044c24addbf6c062e273f))
* **deps:** update adobe fixes ([#698](https://github.com/adobe/helix-html2md-lib/issues/698)) ([07132e8](https://github.com/adobe/helix-html2md-lib/commit/07132e8d7825aa35ea681393499b9cdeaa61a42f))
* **deps:** update adobe fixes ([#70](https://github.com/adobe/helix-html2md-lib/issues/70)) ([a868199](https://github.com/adobe/helix-html2md-lib/commit/a86819939b22e4ee9cee6a9fa97fb673d1b0cb8e))
* **deps:** update adobe fixes ([#703](https://github.com/adobe/helix-html2md-lib/issues/703)) ([ae9ead7](https://github.com/adobe/helix-html2md-lib/commit/ae9ead70ed665319fde68cc1daef9eb46baaf7c5))
* **deps:** update adobe fixes ([#712](https://github.com/adobe/helix-html2md-lib/issues/712)) ([44ea40e](https://github.com/adobe/helix-html2md-lib/commit/44ea40ed90ea6370ae9a3057dc0733c88181fcb4))
* **deps:** update adobe fixes ([#721](https://github.com/adobe/helix-html2md-lib/issues/721)) ([725756f](https://github.com/adobe/helix-html2md-lib/commit/725756fe30cc43fb1cf9766b0776a2fb2d41f1d1))
* **deps:** update adobe fixes ([#722](https://github.com/adobe/helix-html2md-lib/issues/722)) ([378fefd](https://github.com/adobe/helix-html2md-lib/commit/378fefdc0b66f8dfb19f36deab77a2ec9fd27842))
* **deps:** update adobe fixes ([#729](https://github.com/adobe/helix-html2md-lib/issues/729)) ([b3dd701](https://github.com/adobe/helix-html2md-lib/commit/b3dd7016c565a54dc2ea8bee1059928d6af40824))
* **deps:** update adobe fixes ([#733](https://github.com/adobe/helix-html2md-lib/issues/733)) ([9f63c51](https://github.com/adobe/helix-html2md-lib/commit/9f63c5148a56123a71e0673616a0f62225c736ca))
* **deps:** update adobe fixes ([#737](https://github.com/adobe/helix-html2md-lib/issues/737)) ([bce368d](https://github.com/adobe/helix-html2md-lib/commit/bce368d7d9755b38cd0cb9f58f80b03b34d4c2e1))
* **deps:** update adobe fixes ([#741](https://github.com/adobe/helix-html2md-lib/issues/741)) ([ab0311f](https://github.com/adobe/helix-html2md-lib/commit/ab0311f1746e34f090c27113a6ff55134cfcbbf7))
* **deps:** update adobe fixes ([#745](https://github.com/adobe/helix-html2md-lib/issues/745)) ([8ae2ee2](https://github.com/adobe/helix-html2md-lib/commit/8ae2ee280a9016201456bbcc275e8435f3f1646e))
* **deps:** update adobe fixes ([#755](https://github.com/adobe/helix-html2md-lib/issues/755)) ([9f5f229](https://github.com/adobe/helix-html2md-lib/commit/9f5f2295aa1f2d06ceaf2a53c741509a2d9c9458))
* **deps:** update adobe fixes ([#758](https://github.com/adobe/helix-html2md-lib/issues/758)) ([88486be](https://github.com/adobe/helix-html2md-lib/commit/88486be9c4de6977ea673f084211aed68925f88f))
* **deps:** update adobe fixes ([#764](https://github.com/adobe/helix-html2md-lib/issues/764)) ([2ecdf64](https://github.com/adobe/helix-html2md-lib/commit/2ecdf64232c8745a9c7a13f711f9e5d8344ebce6))
* **deps:** update adobe fixes ([#767](https://github.com/adobe/helix-html2md-lib/issues/767)) ([3858b66](https://github.com/adobe/helix-html2md-lib/commit/3858b66c3b4e749703b004f9beb93d7d76f32308))
* **deps:** update adobe fixes ([#769](https://github.com/adobe/helix-html2md-lib/issues/769)) ([5597a6e](https://github.com/adobe/helix-html2md-lib/commit/5597a6e98ab7dd9a4b8e548713a37cc1edd13230))
* **deps:** update adobe fixes ([#778](https://github.com/adobe/helix-html2md-lib/issues/778)) ([7abcb0b](https://github.com/adobe/helix-html2md-lib/commit/7abcb0b0cd204c588850abb30565e4519fbd8d89))
* **deps:** update adobe fixes ([#787](https://github.com/adobe/helix-html2md-lib/issues/787)) ([8cee234](https://github.com/adobe/helix-html2md-lib/commit/8cee234a66d91a0c654118394f1f9eb601d038ab))
* **deps:** update adobe fixes ([#791](https://github.com/adobe/helix-html2md-lib/issues/791)) ([ee687c9](https://github.com/adobe/helix-html2md-lib/commit/ee687c9795351f85f9694baba2324b760cdd00a3))
* **deps:** update adobe fixes ([#804](https://github.com/adobe/helix-html2md-lib/issues/804)) ([9b22538](https://github.com/adobe/helix-html2md-lib/commit/9b22538de7eeb23e428bf27a2c4eace184d674d4))
* **deps:** update adobe fixes ([#815](https://github.com/adobe/helix-html2md-lib/issues/815)) ([801cb42](https://github.com/adobe/helix-html2md-lib/commit/801cb42c77a47347cc29ebba266deabd5693607b))
* **deps:** update adobe fixes ([#839](https://github.com/adobe/helix-html2md-lib/issues/839)) ([f47b71c](https://github.com/adobe/helix-html2md-lib/commit/f47b71c121adaf1d183f2dd41dd90e16adcefb0e))
* **deps:** update adobe fixes ([#864](https://github.com/adobe/helix-html2md-lib/issues/864)) ([a413c27](https://github.com/adobe/helix-html2md-lib/commit/a413c27538e5356d57fc0362730e3fb901995009))
* **deps:** update adobe major (major) ([#126](https://github.com/adobe/helix-html2md-lib/issues/126)) ([5cfae4e](https://github.com/adobe/helix-html2md-lib/commit/5cfae4e2ee609c6133a47d594aa6f46044a1ceaf))
* **deps:** update dependency @adobe/fetch to v4.1.0 ([#285](https://github.com/adobe/helix-html2md-lib/issues/285)) ([993658e](https://github.com/adobe/helix-html2md-lib/commit/993658eba498ec299f734829613d0dd72eea457b))
* **deps:** update dependency @adobe/fetch to v4.1.1 ([#323](https://github.com/adobe/helix-html2md-lib/issues/323)) ([8473f94](https://github.com/adobe/helix-html2md-lib/commit/8473f94778418258d268274a5864113328f82305))
* **deps:** update dependency @adobe/helix-admin-support to v1.3.10 ([38a7ce4](https://github.com/adobe/helix-html2md-lib/commit/38a7ce449d09df8015cce65ffb763c3a60a22f4e))
* **deps:** update dependency @adobe/helix-admin-support to v1.3.13 ([#50](https://github.com/adobe/helix-html2md-lib/issues/50)) ([43d0f70](https://github.com/adobe/helix-html2md-lib/commit/43d0f7069d70e9be1da1ac19abc25039e1d6e656))
* **deps:** update dependency @adobe/helix-admin-support to v1.5.0 ([cb67b75](https://github.com/adobe/helix-html2md-lib/commit/cb67b75e23e411d90c62d350683556edd40b5056))
* **deps:** update dependency @adobe/helix-admin-support to v1.6.0 ([cede8ba](https://github.com/adobe/helix-html2md-lib/commit/cede8ba12a619342daeaee01b75f9d27730f65fd))
* **deps:** update dependency @adobe/helix-admin-support to v1.6.13 ([5b617d9](https://github.com/adobe/helix-html2md-lib/commit/5b617d9cafd46c983332168b1d771f6f3984171a))
* **deps:** update dependency @adobe/helix-admin-support to v1.6.34 ([94cbf07](https://github.com/adobe/helix-html2md-lib/commit/94cbf079be3809f60811c0b739324300bc7ccb83))
* **deps:** update dependency @adobe/helix-admin-support to v1.6.35 ([16ae7e4](https://github.com/adobe/helix-html2md-lib/commit/16ae7e41233f01af32c0b0c48d5cc686a5b30f17))
* **deps:** update dependency @adobe/helix-admin-support to v1.6.36 ([8c9b685](https://github.com/adobe/helix-html2md-lib/commit/8c9b6855c020cee9391e6b70484ff4a4d0527383))
* **deps:** update dependency @adobe/helix-admin-support to v2 ([#170](https://github.com/adobe/helix-html2md-lib/issues/170)) ([e503c1b](https://github.com/adobe/helix-html2md-lib/commit/e503c1b89145bb17b62523edc0a07ac118cfabbf))
* **deps:** update dependency @adobe/helix-admin-support to v2.1.12 ([#192](https://github.com/adobe/helix-html2md-lib/issues/192)) ([f857347](https://github.com/adobe/helix-html2md-lib/commit/f857347220d8d7eccbd8b6f97fb6f001a3414b19))
* **deps:** update dependency @adobe/helix-admin-support to v2.1.19 ([44f07f6](https://github.com/adobe/helix-html2md-lib/commit/44f07f6722b222c9ab9bc92b3d8ca6bf527b0cf5))
* **deps:** update dependency @adobe/helix-admin-support to v2.1.23 ([3d80548](https://github.com/adobe/helix-html2md-lib/commit/3d8054817492ab5d593d9cc620d5fcb0b421eaae))
* **deps:** update dependency @adobe/helix-admin-support to v2.1.32 ([5633f0b](https://github.com/adobe/helix-html2md-lib/commit/5633f0b6c0bd45cdbb11abfdaccd2d476f5720fb))
* **deps:** update dependency @adobe/helix-admin-support to v2.1.8 ([76c4e8d](https://github.com/adobe/helix-html2md-lib/commit/76c4e8df6016b677b94bfc5071d1637de0045e23))
* **deps:** update dependency @adobe/helix-admin-support to v2.2.0 ([7da0480](https://github.com/adobe/helix-html2md-lib/commit/7da0480189dc71aab97d9a8d2066ac4586462dfa))
* **deps:** update dependency @adobe/helix-admin-support to v2.2.16 ([cc6246a](https://github.com/adobe/helix-html2md-lib/commit/cc6246a762a0dac3bc3f46be301c5b2747bc94e7))
* **deps:** update dependency @adobe/helix-admin-support to v2.2.18 ([efb5705](https://github.com/adobe/helix-html2md-lib/commit/efb5705edd826c185d0f1b0410d9005a80d30fa5))
* **deps:** update dependency @adobe/helix-admin-support to v2.2.5 ([13f412a](https://github.com/adobe/helix-html2md-lib/commit/13f412a5b8d3fa1ce2dafabb6c791a184a5575db))
* **deps:** update dependency @adobe/helix-admin-support to v2.2.8 ([#280](https://github.com/adobe/helix-html2md-lib/issues/280)) ([0bf285a](https://github.com/adobe/helix-html2md-lib/commit/0bf285afaec43eb74d564e6fa13be03dbb828236))
* **deps:** update dependency @adobe/helix-admin-support to v2.3.0 ([5a27c08](https://github.com/adobe/helix-html2md-lib/commit/5a27c08730e63b4d813ead535c2154d410fe595c))
* **deps:** update dependency @adobe/helix-admin-support to v2.3.13 ([adfd1ae](https://github.com/adobe/helix-html2md-lib/commit/adfd1ae00fe111fd9fcb2cd6b9580997de379528))
* **deps:** update dependency @adobe/helix-admin-support to v2.3.16 ([2b4546f](https://github.com/adobe/helix-html2md-lib/commit/2b4546fc95e15e885c5532736845240f8328ecc5))
* **deps:** update dependency @adobe/helix-admin-support to v2.3.2 ([51259f4](https://github.com/adobe/helix-html2md-lib/commit/51259f45719a1006d23ffcccea8d75abfd3c46a2))
* **deps:** update dependency @adobe/helix-admin-support to v2.4.0 ([7812687](https://github.com/adobe/helix-html2md-lib/commit/7812687de6d73d0a335ade66670fc4488b760e5b))
* **deps:** update dependency @adobe/helix-admin-support to v2.4.3 ([9a13080](https://github.com/adobe/helix-html2md-lib/commit/9a130804637f3ff25b7319acab3911dc8f0a1636))
* **deps:** update dependency @adobe/helix-admin-support to v2.4.5 ([a1d012f](https://github.com/adobe/helix-html2md-lib/commit/a1d012f4fc933cc9d88b983d72d809b140a7c21f))
* **deps:** update dependency @adobe/helix-admin-support to v2.5.0 ([#436](https://github.com/adobe/helix-html2md-lib/issues/436)) ([7ce553c](https://github.com/adobe/helix-html2md-lib/commit/7ce553c52187236cd9285a8ce640438c67a9615f))
* **deps:** update dependency @adobe/helix-admin-support to v2.5.1 ([d101989](https://github.com/adobe/helix-html2md-lib/commit/d1019896878c30f265bda9abea36a2e14fcf6043))
* **deps:** update dependency @adobe/helix-admin-support to v2.6.0 ([1d450b9](https://github.com/adobe/helix-html2md-lib/commit/1d450b91829d14b02e8f9c0d39c99a41f04da1b2))
* **deps:** update dependency @adobe/helix-admin-support to v2.7.0 ([bb47d52](https://github.com/adobe/helix-html2md-lib/commit/bb47d52b1f2fcdbb11607cbf739c1401378fa58f))
* **deps:** update dependency @adobe/helix-admin-support to v2.8.0 ([b9300da](https://github.com/adobe/helix-html2md-lib/commit/b9300dad129abe0820a8bb30a5780807ff801ed1))
* **deps:** update dependency @adobe/helix-admin-support to v2.8.15 ([6f961ac](https://github.com/adobe/helix-html2md-lib/commit/6f961ac7ad7f90f69b60a2dc372f5540f769582f))
* **deps:** update dependency @adobe/helix-admin-support to v2.8.7 ([#487](https://github.com/adobe/helix-html2md-lib/issues/487)) ([3c7a55e](https://github.com/adobe/helix-html2md-lib/commit/3c7a55ec0dde423a3f70e20e85e2406e92a127ac))
* **deps:** update dependency @adobe/helix-admin-support to v2.8.9 ([ccf3a58](https://github.com/adobe/helix-html2md-lib/commit/ccf3a58392ac29845d425b995c4fcb0f9ab6b4a5))
* **deps:** update dependency @adobe/helix-html-pipeline to v6.15.3 ([#575](https://github.com/adobe/helix-html2md-lib/issues/575)) ([1afb3f6](https://github.com/adobe/helix-html2md-lib/commit/1afb3f6db887ade532fbeef4e0bc9c545ba34857))
* **deps:** update dependency @adobe/helix-markdown-support to v4.0.2 ([7708c11](https://github.com/adobe/helix-html2md-lib/commit/7708c117d95282a617c71fd4d78b916f5ec314ae))
* **deps:** update dependency @adobe/helix-markdown-support to v4.0.4 ([39f3d33](https://github.com/adobe/helix-html2md-lib/commit/39f3d3384e31234d40629787fc977885b8319af4))
* **deps:** update dependency @adobe/helix-markdown-support to v5 ([#28](https://github.com/adobe/helix-html2md-lib/issues/28)) ([ec65620](https://github.com/adobe/helix-html2md-lib/commit/ec65620ccadcdd8d5ec605540dfb89647c3c6a69))
* **deps:** update dependency @adobe/helix-markdown-support to v5.0.7 ([#29](https://github.com/adobe/helix-html2md-lib/issues/29)) ([1c66587](https://github.com/adobe/helix-html2md-lib/commit/1c6658749691c0b363f870639f6b654a7f7417be))
* **deps:** update dependency @adobe/helix-markdown-support to v5.0.9 ([#51](https://github.com/adobe/helix-html2md-lib/issues/51)) ([daa9dab](https://github.com/adobe/helix-html2md-lib/commit/daa9dab72850d818fbc63da4a16357d147b7f636))
* **deps:** update dependency @adobe/helix-markdown-support to v6 ([#74](https://github.com/adobe/helix-html2md-lib/issues/74)) ([f5de704](https://github.com/adobe/helix-html2md-lib/commit/f5de70496021b9c7103a307b7261fec7d897c3f9))
* **deps:** update dependency @adobe/helix-markdown-support to v6.0.1 ([ff3f788](https://github.com/adobe/helix-html2md-lib/commit/ff3f788258c8163aa8c8c35ca1afdfb2bbf4e3e2))
* **deps:** update dependency @adobe/helix-markdown-support to v6.1.0 ([797fd5f](https://github.com/adobe/helix-html2md-lib/commit/797fd5f633ecbb2dd7052f2d8d62ad3be9db7f0f))
* **deps:** update dependency @adobe/helix-markdown-support to v6.3.1 ([#270](https://github.com/adobe/helix-html2md-lib/issues/270)) ([869d72b](https://github.com/adobe/helix-html2md-lib/commit/869d72bbe457ded2f33c48b48e51c29167727491))
* **deps:** update dependency @adobe/helix-markdown-support to v7.1.0 ([c97feda](https://github.com/adobe/helix-html2md-lib/commit/c97feda35531a88427d2b7888aee1947194dc232))
* **deps:** update dependency @adobe/helix-markdown-support to v7.1.13 ([#825](https://github.com/adobe/helix-html2md-lib/issues/825)) ([08b4509](https://github.com/adobe/helix-html2md-lib/commit/08b4509001e448d72344bc9fca6a9446f81f18ae))
* **deps:** update dependency @adobe/helix-markdown-support to v7.1.14 ([#835](https://github.com/adobe/helix-html2md-lib/issues/835)) ([68a9b9b](https://github.com/adobe/helix-html2md-lib/commit/68a9b9b70b8699174d1000a2bd113103f57a3579))
* **deps:** update dependency @adobe/helix-markdown-support to v7.1.15 ([#854](https://github.com/adobe/helix-html2md-lib/issues/854)) ([5433b55](https://github.com/adobe/helix-html2md-lib/commit/5433b558c0094e83c92e9a08972430dd56921575))
* **deps:** update dependency @adobe/helix-markdown-support to v7.1.6 ([#550](https://github.com/adobe/helix-html2md-lib/issues/550)) ([bbdf460](https://github.com/adobe/helix-html2md-lib/commit/bbdf4603bb24a65aad39398093109ace49716155))
* **deps:** update dependency @adobe/helix-mediahandler to v1.0.41 ([49b0680](https://github.com/adobe/helix-html2md-lib/commit/49b06800e1f7f96e7308d720c24add38e5e5b71f))
* **deps:** update dependency @adobe/helix-mediahandler to v1.1.0 ([#18](https://github.com/adobe/helix-html2md-lib/issues/18)) ([2bc3264](https://github.com/adobe/helix-html2md-lib/commit/2bc326473f5d53e8b4808b47d59ceb4ebf090271))
* **deps:** update dependency @adobe/helix-mediahandler to v1.2.1 ([#31](https://github.com/adobe/helix-html2md-lib/issues/31)) ([a9c723a](https://github.com/adobe/helix-html2md-lib/commit/a9c723a5b9550d5f0b0cd2b7d30a19f9f053b123))
* **deps:** update dependency @adobe/helix-mediahandler to v1.2.2 ([d2411d4](https://github.com/adobe/helix-html2md-lib/commit/d2411d49b27b7ba784899dff819c7449b5d0439f))
* **deps:** update dependency @adobe/helix-mediahandler to v1.2.21 ([4b3eb16](https://github.com/adobe/helix-html2md-lib/commit/4b3eb16aa0181cdeb41be4d6996651f5b60e3fff))
* **deps:** update dependency @adobe/helix-mediahandler to v1.2.25 ([#106](https://github.com/adobe/helix-html2md-lib/issues/106)) ([fef4743](https://github.com/adobe/helix-html2md-lib/commit/fef47433795ac323085d32de3cfa4b42f23b2bca))
* **deps:** update dependency @adobe/helix-mediahandler to v1.2.7 ([#57](https://github.com/adobe/helix-html2md-lib/issues/57)) ([e1ee735](https://github.com/adobe/helix-html2md-lib/commit/e1ee73579eaf5b272df155eecd95812b0642a9f0))
* **deps:** update dependency @adobe/helix-mediahandler to v2 ([#109](https://github.com/adobe/helix-html2md-lib/issues/109)) ([bc945a7](https://github.com/adobe/helix-html2md-lib/commit/bc945a726e47b4a771e8c168c08b5fce2d1361bc))
* **deps:** update dependency @adobe/helix-mediahandler to v2.1.0 ([c948ece](https://github.com/adobe/helix-html2md-lib/commit/c948ece0cf7352554528b047eb5067f613146907))
* **deps:** update dependency @adobe/helix-mediahandler to v2.1.15 ([#220](https://github.com/adobe/helix-html2md-lib/issues/220)) ([cd46f86](https://github.com/adobe/helix-html2md-lib/commit/cd46f86233336124b5e8a86e3faae9575eada7e5))
* **deps:** update dependency @adobe/helix-mediahandler to v2.2.0 ([b98dcaa](https://github.com/adobe/helix-html2md-lib/commit/b98dcaa750e2a381afbccaf45d964a5ea8262dc8))
* **deps:** update dependency @adobe/helix-mediahandler to v2.3.4 ([ae6625a](https://github.com/adobe/helix-html2md-lib/commit/ae6625a658be3a35908609df463bd0d50f80b313))
* **deps:** update dependency @adobe/helix-mediahandler to v2.3.7 ([a690d69](https://github.com/adobe/helix-html2md-lib/commit/a690d693d69a68c62ab5987a809157d5d87d9252))
* **deps:** update dependency @adobe/helix-mediahandler to v2.4.0 ([5a78442](https://github.com/adobe/helix-html2md-lib/commit/5a78442f0e1f63940e5e0cc977fdfa15eeb9ab3c))
* **deps:** update dependency @adobe/helix-mediahandler to v2.4.16 ([#440](https://github.com/adobe/helix-html2md-lib/issues/440)) ([f7116f1](https://github.com/adobe/helix-html2md-lib/commit/f7116f1337287788dcb684b59a9adf39874910cf))
* **deps:** update dependency @adobe/helix-mediahandler to v2.4.20 ([cd843e1](https://github.com/adobe/helix-html2md-lib/commit/cd843e1d43d8c4ce00ade41671d3eb3afbdf6c68))
* **deps:** update dependency @adobe/helix-mediahandler to v2.4.21 ([79c5617](https://github.com/adobe/helix-html2md-lib/commit/79c56175a0184ea03eaf71ad721beb9b6f5d5702))
* **deps:** update dependency @adobe/helix-mediahandler to v2.5.32 ([#598](https://github.com/adobe/helix-html2md-lib/issues/598)) ([cb30893](https://github.com/adobe/helix-html2md-lib/commit/cb3089385be4af8962a49d814351e07e1a5cf981))
* **deps:** update dependency @adobe/helix-mediahandler to v2.5.33 ([#599](https://github.com/adobe/helix-html2md-lib/issues/599)) ([81412ca](https://github.com/adobe/helix-html2md-lib/commit/81412ca9d9eef0bea448bdff9f4e01c4625a6c22))
* **deps:** update dependency @adobe/helix-mediahandler to v2.5.35 ([#603](https://github.com/adobe/helix-html2md-lib/issues/603)) ([96540af](https://github.com/adobe/helix-html2md-lib/commit/96540af8d9faeff049f5aeac8fe660a7b3586139))
* **deps:** update dependency @adobe/helix-mediahandler to v2.5.43 ([#617](https://github.com/adobe/helix-html2md-lib/issues/617)) ([de79f2d](https://github.com/adobe/helix-html2md-lib/commit/de79f2de03d01e5c0591b147714a8422d3c0fda2))
* **deps:** update dependency @adobe/helix-mediahandler to v2.5.6 ([b73b2be](https://github.com/adobe/helix-html2md-lib/commit/b73b2be14da82f96895b7a58a0baf37d59542c1a))
* **deps:** update dependency @adobe/helix-mediahandler to v2.6.6 ([#680](https://github.com/adobe/helix-html2md-lib/issues/680)) ([a8f39ff](https://github.com/adobe/helix-html2md-lib/commit/a8f39ff992df038b5a97e7818cc450dc81fd1b62))
* **deps:** update dependency @adobe/helix-mediahandler to v2.7.0 ([#708](https://github.com/adobe/helix-html2md-lib/issues/708)) ([d127c8b](https://github.com/adobe/helix-html2md-lib/commit/d127c8b740c70450ce2e7a23b03df9742141ab3d))
* **deps:** update dependency @adobe/helix-mediahandler to v2.7.11 ([#753](https://github.com/adobe/helix-html2md-lib/issues/753)) ([c4bd8a2](https://github.com/adobe/helix-html2md-lib/commit/c4bd8a212e91e80a832e475cbceacedf6f56c4e5))
* **deps:** update dependency @adobe/helix-mediahandler to v2.7.19 ([#780](https://github.com/adobe/helix-html2md-lib/issues/780)) ([d016d81](https://github.com/adobe/helix-html2md-lib/commit/d016d817bf264f52906e51f119614d950c28253b))
* **deps:** update dependency @adobe/helix-mediahandler to v2.7.20 ([#782](https://github.com/adobe/helix-html2md-lib/issues/782)) ([81f6e20](https://github.com/adobe/helix-html2md-lib/commit/81f6e2038a1da7e1103a546fd37303d81f016993))
* **deps:** update dependency @adobe/helix-mediahandler to v2.7.21 ([#784](https://github.com/adobe/helix-html2md-lib/issues/784)) ([ee00e25](https://github.com/adobe/helix-html2md-lib/commit/ee00e25bbb7b85c9813db62e44e5b765c7fbe15b))
* **deps:** update dependency @adobe/helix-mediahandler to v2.7.24 ([#796](https://github.com/adobe/helix-html2md-lib/issues/796)) ([036c117](https://github.com/adobe/helix-html2md-lib/commit/036c117e6b817e1e1edf01d52fd5a3d835b37be3))
* **deps:** update dependency @adobe/helix-mediahandler to v2.7.4 ([#719](https://github.com/adobe/helix-html2md-lib/issues/719)) ([ab68518](https://github.com/adobe/helix-html2md-lib/commit/ab685189bfea807761f7f9660498553b3d721fcd))
* **deps:** update dependency @adobe/helix-mediahandler to v2.7.5 ([#728](https://github.com/adobe/helix-html2md-lib/issues/728)) ([2ab6ec4](https://github.com/adobe/helix-html2md-lib/commit/2ab6ec4b77a79759fd911e90630736bfdb4b0ee3))
* **deps:** update dependency @adobe/helix-mediahandler to v2.8.1 ([#800](https://github.com/adobe/helix-html2md-lib/issues/800)) ([99ab855](https://github.com/adobe/helix-html2md-lib/commit/99ab855b5b06c545a30090dafab674caa3b978b4))
* **deps:** update dependency @adobe/helix-mediahandler to v2.9.0 ([#807](https://github.com/adobe/helix-html2md-lib/issues/807)) ([20224e8](https://github.com/adobe/helix-html2md-lib/commit/20224e8e08c6036d5e216ed300470fd7cede6859))
* **deps:** update dependency @adobe/helix-mediahandler to v2.9.1 ([#810](https://github.com/adobe/helix-html2md-lib/issues/810)) ([e31cf99](https://github.com/adobe/helix-html2md-lib/commit/e31cf99b2ce43f3b17a7a398c93bdd98404fa65d))
* **deps:** update dependency @adobe/helix-shared-body-data to v2.1.11 ([#736](https://github.com/adobe/helix-html2md-lib/issues/736)) ([9105c93](https://github.com/adobe/helix-html2md-lib/commit/9105c937ada10f93e8750aa5863dacd3cb975677))
* **deps:** update dependency @adobe/helix-shared-body-data to v2.2.2 ([#859](https://github.com/adobe/helix-html2md-lib/issues/859)) ([eedeeed](https://github.com/adobe/helix-html2md-lib/commit/eedeeed9eff5d6828991a1b911a4533a6b5528e5))
* **deps:** update dependency @adobe/helix-shared-process-queue to v2 ([#87](https://github.com/adobe/helix-html2md-lib/issues/87)) ([addff52](https://github.com/adobe/helix-html2md-lib/commit/addff52e964de12647925d21b8674b5ccb640316))
* **deps:** update dependency @adobe/helix-shared-process-queue to v2.1.0 ([0c9673c](https://github.com/adobe/helix-html2md-lib/commit/0c9673c290eec808e9d4775a5542539f0106df8f))
* **deps:** update dependency @adobe/helix-shared-process-queue to v3.0.2 ([15456d0](https://github.com/adobe/helix-html2md-lib/commit/15456d01f70e8b4f6969bd5053c4b5db18df8916))
* **deps:** update dependency @adobe/helix-shared-utils to v2.1.0 ([#35](https://github.com/adobe/helix-html2md-lib/issues/35)) ([d8e24a7](https://github.com/adobe/helix-html2md-lib/commit/d8e24a72e8ec35ee67135f5d366fc13c20f9df01))
* **deps:** update dependency @adobe/helix-status to v9.2.14 ([b567ea8](https://github.com/adobe/helix-html2md-lib/commit/b567ea84b4db0d7c40937c698badd8fb5863e938))
* **deps:** update dependency @adobe/helix-status to v9.2.15 ([eb6a936](https://github.com/adobe/helix-html2md-lib/commit/eb6a936e2eb0ee0d2d1bbf0c408b0d0cfb5c3b52))
* **deps:** update dependency @adobe/remark-gridtables to v1.0.1 ([#118](https://github.com/adobe/helix-html2md-lib/issues/118)) ([9f0589f](https://github.com/adobe/helix-html2md-lib/commit/9f0589fabf3ce3ddfffe4844c131368da3f9f8e9))
* **deps:** update dependency @adobe/remark-gridtables to v1.0.4 ([af26cfc](https://github.com/adobe/helix-html2md-lib/commit/af26cfc48de790d2797d6550315b20edb6e5d280))
* **deps:** update dependency @adobe/remark-gridtables to v3 ([#395](https://github.com/adobe/helix-html2md-lib/issues/395)) ([42b4f28](https://github.com/adobe/helix-html2md-lib/commit/42b4f28b9d73795871f3778b0b7fca2f488fb901))
* **deps:** update dependency @adobe/remark-gridtables to v3.0.1 ([f98acf5](https://github.com/adobe/helix-html2md-lib/commit/f98acf5efd0da21fbdecef293c849c3626544609))
* **deps:** update dependency @adobe/remark-gridtables to v3.0.11 ([#673](https://github.com/adobe/helix-html2md-lib/issues/673)) ([d65b7cc](https://github.com/adobe/helix-html2md-lib/commit/d65b7cc70122c21f86be2f27546172d3f06907cb))
* **deps:** update dependency @adobe/remark-gridtables to v3.0.12 ([#676](https://github.com/adobe/helix-html2md-lib/issues/676)) ([f397e8e](https://github.com/adobe/helix-html2md-lib/commit/f397e8ee7adf14cf1db00c330995318fc851b66e))
* **deps:** update dependency @adobe/remark-gridtables to v3.0.15 ([#829](https://github.com/adobe/helix-html2md-lib/issues/829)) ([077fd45](https://github.com/adobe/helix-html2md-lib/commit/077fd450649cad7a92ca480517643ce04a61bb5f))
* **deps:** update dependency @adobe/remark-gridtables to v3.0.9 ([#636](https://github.com/adobe/helix-html2md-lib/issues/636)) ([f2749e2](https://github.com/adobe/helix-html2md-lib/commit/f2749e25475d6ebd44a7f629dcafa6692b9be897))
* **deps:** update dependency hast-util-select to v6.0.3 ([#566](https://github.com/adobe/helix-html2md-lib/issues/566)) ([641f4cd](https://github.com/adobe/helix-html2md-lib/commit/641f4cdf04a50bf208cdec52b390ef207eceeb58))
* **deps:** update dependency hast-util-to-mdast to v10.0.1 ([#277](https://github.com/adobe/helix-html2md-lib/issues/277)) ([c5cad94](https://github.com/adobe/helix-html2md-lib/commit/c5cad94b12675fa94d4dd58be0fa3efb5224107b))
* **deps:** update dependency hast-util-to-mdast to v10.1.0 ([0981775](https://github.com/adobe/helix-html2md-lib/commit/09817758d050b8f3c7ec8b19d50c2e9e348df1cc))
* **deps:** update dependency hast-util-to-mdast to v10.1.2 ([#642](https://github.com/adobe/helix-html2md-lib/issues/642)) ([215190a](https://github.com/adobe/helix-html2md-lib/commit/215190a21ec256800576b1701c9b10c0248579ea))
* **deps:** update dependency hast-util-to-mdast to v9 ([#116](https://github.com/adobe/helix-html2md-lib/issues/116)) ([581b9ba](https://github.com/adobe/helix-html2md-lib/commit/581b9ba7c4bfc74ffb209d9dae432b3c1bf2ac55))
* **deps:** update dependency mdast-util-to-markdown to v2.1.2 ([#584](https://github.com/adobe/helix-html2md-lib/issues/584)) ([1a39202](https://github.com/adobe/helix-html2md-lib/commit/1a392026b411bc6aba641c30e877e5e81cd7facb))
* **deps:** update dependency unified to v11.0.4 ([#320](https://github.com/adobe/helix-html2md-lib/issues/320)) ([6b8fe97](https://github.com/adobe/helix-html2md-lib/commit/6b8fe976dc566aa533ef86342f4fb7d1bd593724))
* **deps:** update external fixes ([c61bda2](https://github.com/adobe/helix-html2md-lib/commit/c61bda2f40a7e07ccfb22b4ccd62ad14445b7ede))
* **deps:** update external fixes ([aca4b8e](https://github.com/adobe/helix-html2md-lib/commit/aca4b8e7c0e2f954f7e9a8ac0bdd7f1a454af5b1))
* **deps:** update external fixes ([28724fa](https://github.com/adobe/helix-html2md-lib/commit/28724faea5ec2196eaf3b48e844afb5d641c4b97))
* **deps:** update external fixes ([0f41ee5](https://github.com/adobe/helix-html2md-lib/commit/0f41ee579ade3b3efa068f0f2fec84e59bf9d58f))
* **deps:** update external fixes ([#600](https://github.com/adobe/helix-html2md-lib/issues/600)) ([680acfe](https://github.com/adobe/helix-html2md-lib/commit/680acfe9c7af674b541703b22dc374746654e7ac))
* **deps:** update external fixes ([#651](https://github.com/adobe/helix-html2md-lib/issues/651)) ([9902881](https://github.com/adobe/helix-html2md-lib/commit/9902881d071eb2d57bb2f7d94bb4b3f200a9aa9c))
* **deps:** update external fixes ([#660](https://github.com/adobe/helix-html2md-lib/issues/660)) ([085890c](https://github.com/adobe/helix-html2md-lib/commit/085890c402715fcdd350ac980597f93f551c5d11))
* **deps:** update external major (major) ([#241](https://github.com/adobe/helix-html2md-lib/issues/241)) ([ed877f7](https://github.com/adobe/helix-html2md-lib/commit/ed877f768cbd36af93262985c89bf93c562d012d))
* **deps:** update external major (major) ([#259](https://github.com/adobe/helix-html2md-lib/issues/259)) ([43a5e39](https://github.com/adobe/helix-html2md-lib/commit/43a5e39e4c45efa45b9714fa7e82eabe5da3a43e))
* detect blocks ([a67239d](https://github.com/adobe/helix-html2md-lib/commit/a67239d47114d1fad61b6119d56ac6a2e2803ca1)), closes [#5](https://github.com/adobe/helix-html2md-lib/issues/5)
* enforce image size limit of 10mb ([#798](https://github.com/adobe/helix-html2md-lib/issues/798)) ([9711b7e](https://github.com/adobe/helix-html2md-lib/commit/9711b7e4fc375d68d4abb3b0fe83cb632e0d3b81))
* extract library ([8313bbd](https://github.com/adobe/helix-html2md-lib/commit/8313bbd717f90a872d9060489a316861d30a5120))
* force deploy ([c10c784](https://github.com/adobe/helix-html2md-lib/commit/c10c784d5221234fca4055db3ecb464f200773ef))
* force http 1.1 until NGHTTP2_INTERNAL_ERROR is fixed ([#354](https://github.com/adobe/helix-html2md-lib/issues/354)) ([03607c1](https://github.com/adobe/helix-html2md-lib/commit/03607c196d9e692fe59f7ffcdae95e2e71b0e289))
* gzip response ([4e1ef06](https://github.com/adobe/helix-html2md-lib/commit/4e1ef0631f7140e1bead996d0550f676e63b93df))
* handle br in picture tag ([fc91c95](https://github.com/adobe/helix-html2md-lib/commit/fc91c954882d952e2b0c4a7a98e0c09d25668829)), closes [#747](https://github.com/adobe/helix-html2md-lib/issues/747)
* handle trailing slash correctly ([cf15413](https://github.com/adobe/helix-html2md-lib/commit/cf154134b5b0bfcd4232651984817df02ce95fb3))
* improve 403 internal handling ([#688](https://github.com/adobe/helix-html2md-lib/issues/688)) ([1b2ad36](https://github.com/adobe/helix-html2md-lib/commit/1b2ad367e3eb099ed2ec1cb2b7cdce97b6d9d911))
* include org/site in spread list logging ([#631](https://github.com/adobe/helix-html2md-lib/issues/631)) ([d262671](https://github.com/adobe/helix-html2md-lib/commit/d262671cfb01b9a211678c0733c6fde0e7b79eae)), closes [#539](https://github.com/adobe/helix-html2md-lib/issues/539) [#530](https://github.com/adobe/helix-html2md-lib/issues/530)
* increase memory size to 1G ([faddb03](https://github.com/adobe/helix-html2md-lib/commit/faddb033b8b56e9e03bc4a539bbf397576a43f11))
* keep empty blocks that contain only blank text ([#439](https://github.com/adobe/helix-html2md-lib/issues/439)) ([886fbeb](https://github.com/adobe/helix-html2md-lib/commit/886fbeb1cb2d6fb86a1bb5190e61805a7587b649))
* log stack in debug level (AWS) ([#582](https://github.com/adobe/helix-html2md-lib/issues/582)) ([e6cfb05](https://github.com/adobe/helix-html2md-lib/commit/e6cfb053a2fc9252b4d8cdcf99012037c334cf99))
* nested lists roundtrip ([#530](https://github.com/adobe/helix-html2md-lib/issues/530)) ([e27ba08](https://github.com/adobe/helix-html2md-lib/commit/e27ba08863e16ba8381e7ae06b5ea2a5ab18be01))
* nicely format json-ld ([d916b3a](https://github.com/adobe/helix-html2md-lib/commit/d916b3a3539afedb9cdc8efba355ba9d483a98a6))
* pass authorization header to mediahandler ([#39](https://github.com/adobe/helix-html2md-lib/issues/39)) ([bb063cf](https://github.com/adobe/helix-html2md-lib/commit/bb063cf18fe240fbe7f8acad972f6985c28b2000))
* pass R2 credentials from env ([#112](https://github.com/adobe/helix-html2md-lib/issues/112)) ([b538678](https://github.com/adobe/helix-html2md-lib/commit/b538678896b666184a45a0f74270a83440af56c3))
* post-deploy test ([1a8942e](https://github.com/adobe/helix-html2md-lib/commit/1a8942e7907f7f002c9f287c4c1c8d639555fc3a))
* preserve mountpoint pathname on content source req ([#91](https://github.com/adobe/helix-html2md-lib/issues/91)) ([1229ec6](https://github.com/adobe/helix-html2md-lib/commit/1229ec6ac3d568babae04662e2b7d3c6658f21e5))
* propagate 4xx status unchanged ([#342](https://github.com/adobe/helix-html2md-lib/issues/342)) ([be1dbec](https://github.com/adobe/helix-html2md-lib/commit/be1dbec57870569d672dbbe5975f42fb9ed62fec))
* properly handle sub/sup/u in divs without p ([#570](https://github.com/adobe/helix-html2md-lib/issues/570)) ([97e6fba](https://github.com/adobe/helix-html2md-lib/commit/97e6fbaac05fb3f14dad0b73128a632294f1fd78)), closes [#569](https://github.com/adobe/helix-html2md-lib/issues/569)
* raise default image limit ([#812](https://github.com/adobe/helix-html2md-lib/issues/812)) ([0a9b01d](https://github.com/adobe/helix-html2md-lib/commit/0a9b01d731fea3a40542413729dcda9c4ef8e516))
* reject entire conversion if image is too big ([#799](https://github.com/adobe/helix-html2md-lib/issues/799)) ([1dd97c8](https://github.com/adobe/helix-html2md-lib/commit/1dd97c8ed1581f87bdafb99e0920adf84c1e7153))
* remove empty section at the end of a document ([eba88d0](https://github.com/adobe/helix-html2md-lib/commit/eba88d0fab3bfeba4ff37c78b7d184bf7e9a769e))
* remove url support and move to helix3 ([86beac3](https://github.com/adobe/helix-html2md-lib/commit/86beac3efa72b9aca704457cab954e0f7c824cd3))
* respect maxHTMLSize limit ([88cdbad](https://github.com/adobe/helix-html2md-lib/commit/88cdbad6394b814f9041d521568e4726b2bd870f))
* respect row- and colspan in inline table ([#613](https://github.com/adobe/helix-html2md-lib/issues/613)) ([8360ffa](https://github.com/adobe/helix-html2md-lib/commit/8360ffa73702c48a38c6bcff62bb65ff6d38f000)), closes [#610](https://github.com/adobe/helix-html2md-lib/issues/610)
* Revert "fix: handle br in picture tag" ([#756](https://github.com/adobe/helix-html2md-lib/issues/756)) ([fffcb9a](https://github.com/adobe/helix-html2md-lib/commit/fffcb9a4c6e8d502f419583cf05391c1baf6f60c))
* Revert "fix: nested lists roundtrip" ([#539](https://github.com/adobe/helix-html2md-lib/issues/539)) ([ea645a9](https://github.com/adobe/helix-html2md-lib/commit/ea645a922c4a0083d070a70fa1d7057f82234493)), closes [#530](https://github.com/adobe/helix-html2md-lib/issues/530)
* revert loading all imgs in mediabus ([ff4dd1a](https://github.com/adobe/helix-html2md-lib/commit/ff4dd1ae18011b8317d7432274c59762014a1e49)), closes [#268](https://github.com/adobe/helix-html2md-lib/issues/268)
* sharpen classNameToBlockType ([#80](https://github.com/adobe/helix-html2md-lib/issues/80)) ([280d8f5](https://github.com/adobe/helix-html2md-lib/commit/280d8f5a344c536e8b2b6f82a53323021f4079ea))
* support maxImages in limit ([388644a](https://github.com/adobe/helix-html2md-lib/commit/388644a7e74e42c362dbe3052619a99288b5aa90))
* support relativ images with `:` ([ba195ee](https://github.com/adobe/helix-html2md-lib/commit/ba195ee5aa9eb1e683e549eaf30cfe1ae090416f))
* tests ([dc0c745](https://github.com/adobe/helix-html2md-lib/commit/dc0c745282b6662ea7576a915a05620ef9281c3f))
* translate .md files ([4963cf9](https://github.com/adobe/helix-html2md-lib/commit/4963cf99c9ce3a57579c434148825e1b7d558699))
* trigger a release ([90f7591](https://github.com/adobe/helix-html2md-lib/commit/90f759139bc7de5678e0ddca43a86df38e4db6c8))
* trigger release ([2051fcd](https://github.com/adobe/helix-html2md-lib/commit/2051fcdcf4dd660c98374f3b312bf4098fdf02e2))
* trigger release ([c06e7ef](https://github.com/adobe/helix-html2md-lib/commit/c06e7ef13bedda8101e3d1cf1b8aeef807752947))
* unmet constraints should return a 400 ([#589](https://github.com/adobe/helix-html2md-lib/issues/589)) ([e953304](https://github.com/adobe/helix-html2md-lib/commit/e9533046d96db9729a0f7cb2a9e0d60cc2cb98ea))
* up byom image limit to 120 ([#628](https://github.com/adobe/helix-html2md-lib/issues/628)) ([c07c697](https://github.com/adobe/helix-html2md-lib/commit/c07c697cb86355020ee53c1a561dc8b9a5bb2ad8))
* up byom image limit to 200 ([882db32](https://github.com/adobe/helix-html2md-lib/commit/882db32de4f5cb8dafce7da84a39478de857d298))
* update dependencies ([#291](https://github.com/adobe/helix-html2md-lib/issues/291)) ([7b028a6](https://github.com/adobe/helix-html2md-lib/commit/7b028a668c2f0a242f7b749bfd6c3e4bc9c40cc0))
* update remark-gridtables ([#424](https://github.com/adobe/helix-html2md-lib/issues/424)) ([2c9f832](https://github.com/adobe/helix-html2md-lib/commit/2c9f832f6dfbf91dae5a15ae194519e226d31a2f)), closes [#423](https://github.com/adobe/helix-html2md-lib/issues/423)
* use * for emphasis ([#823](https://github.com/adobe/helix-html2md-lib/issues/823)) ([86babf5](https://github.com/adobe/helix-html2md-lib/commit/86babf5f1c77e057e49a502a54e525e473997eac)), closes [#822](https://github.com/adobe/helix-html2md-lib/issues/822)
* use about:error for missing images ([#194](https://github.com/adobe/helix-html2md-lib/issues/194)) ([84769e3](https://github.com/adobe/helix-html2md-lib/commit/84769e31b3beb64054e433fb2cb7e228226f80cf))
* use adobe gridtables ([#73](https://github.com/adobe/helix-html2md-lib/issues/73)) ([8cfc0f1](https://github.com/adobe/helix-html2md-lib/commit/8cfc0f115cd04a59410d93fcde1a97b1cbc2e0ba))
* use async version in tests ([31db7b1](https://github.com/adobe/helix-html2md-lib/commit/31db7b139a6e9608c8e1bdc919359db8ca14f6a3))
* use latest grid-tables ([#19](https://github.com/adobe/helix-html2md-lib/issues/19)) ([60f9e2d](https://github.com/adobe/helix-html2md-lib/commit/60f9e2d6b0d8b958a78ba72d44416121bbbd39ab))
* Use node 18 for circleci and AWS ([#110](https://github.com/adobe/helix-html2md-lib/issues/110)) ([d11ca67](https://github.com/adobe/helix-html2md-lib/commit/d11ca67b5c5bc8350ef4928f47f8753e4531f2cf))
* use release gt ([#23](https://github.com/adobe/helix-html2md-lib/issues/23)) ([1429bc8](https://github.com/adobe/helix-html2md-lib/commit/1429bc8af69b06e934b65127e66ddd4f6bc52ed2))


### Features

* add better image size error ([#802](https://github.com/adobe/helix-html2md-lib/issues/802)) ([c557090](https://github.com/adobe/helix-html2md-lib/commit/c557090f263eeba9872fbadba839fa8c9436e4c9))
* add gridtables support ([#13](https://github.com/adobe/helix-html2md-lib/issues/13)) ([efa64eb](https://github.com/adobe/helix-html2md-lib/commit/efa64eb361e2178cf597a18f05f149365564f0ac))
* add handling for icons ([#300](https://github.com/adobe/helix-html2md-lib/issues/300)) ([f7644b3](https://github.com/adobe/helix-html2md-lib/commit/f7644b37bc8bc1dfa35fa588026cf63bbc00740d)), closes [#299](https://github.com/adobe/helix-html2md-lib/issues/299)
* add limits ([5ff8cec](https://github.com/adobe/helix-html2md-lib/commit/5ff8cecf64ee898f7c440742d381475997074509)), closes [#420](https://github.com/adobe/helix-html2md-lib/issues/420)
* add path-based fetch ([53fa0f9](https://github.com/adobe/helix-html2md-lib/commit/53fa0f9f52d3667cac2bade6ceee96ca5def7c21))
* Add sanitizeHeading function to html2md.js ([#411](https://github.com/adobe/helix-html2md-lib/issues/411)) ([dee0154](https://github.com/adobe/helix-html2md-lib/commit/dee015427b529a25f2c4dcf21e9f119849947c43))
* add support for images in page metadata ([ed0f6b4](https://github.com/adobe/helix-html2md-lib/commit/ed0f6b4aee6b88f4b355a2bde85203169b401086)), closes [#316](https://github.com/adobe/helix-html2md-lib/issues/316)
* enable debugging for new payload ([5c7049a](https://github.com/adobe/helix-html2md-lib/commit/5c7049af0407835b4ea4822b6a351e15b31655be))
* **external images:** augment image processing to optionally skip uploads for external images  ([#725](https://github.com/adobe/helix-html2md-lib/issues/725)) ([bdcebb5](https://github.com/adobe/helix-html2md-lib/commit/bdcebb5b14d11be2fae79d1eb269368a020af45f))
* fix post deploy test ([#596](https://github.com/adobe/helix-html2md-lib/issues/596)) ([1f034fd](https://github.com/adobe/helix-html2md-lib/commit/1f034fd320cb416942651ff915523e7dbb3b356c))
* forward x-content-source-location to origin ([#410](https://github.com/adobe/helix-html2md-lib/issues/410)) ([e0262e4](https://github.com/adobe/helix-html2md-lib/commit/e0262e460c855c6a6d77b4e6141469f639294b19))
* implement html2md ([8977f89](https://github.com/adobe/helix-html2md-lib/commit/8977f89e7b71539c3478764e5733305915ba9bcc))
* list and listItem spread logging ([#626](https://github.com/adobe/helix-html2md-lib/issues/626)) ([b83ea6c](https://github.com/adobe/helix-html2md-lib/commit/b83ea6ce3614b7fda43692602fb2a5941e48eb10)), closes [#539](https://github.com/adobe/helix-html2md-lib/issues/539) [#530](https://github.com/adobe/helix-html2md-lib/issues/530)
* log errors ([#647](https://github.com/adobe/helix-html2md-lib/issues/647)) ([87ec755](https://github.com/adobe/helix-html2md-lib/commit/87ec75557d164c8e6fd19f17ab99225a45390518))
* **metadata:** hreflang links ([#684](https://github.com/adobe/helix-html2md-lib/issues/684)) ([bbb9e90](https://github.com/adobe/helix-html2md-lib/commit/bbb9e906443fae9290dfa47b10862a303fff1135))
* **metadata:** html lang attribute ([#659](https://github.com/adobe/helix-html2md-lib/issues/659)) ([8c87c16](https://github.com/adobe/helix-html2md-lib/commit/8c87c16f7064e4879eb994b626a231a02bab1098))
* process images and upload to mediabus ([#38](https://github.com/adobe/helix-html2md-lib/issues/38)) ([084464a](https://github.com/adobe/helix-html2md-lib/commit/084464aa6490d3a58f0f94af3b2e61e4c835e346)), closes [#37](https://github.com/adobe/helix-html2md-lib/issues/37)
* return severity header ([#435](https://github.com/adobe/helix-html2md-lib/issues/435)) ([745bb83](https://github.com/adobe/helix-html2md-lib/commit/745bb838c382625c55298ec0af288efbac4ce15b))
* Support for empty blocks  ([0247b08](https://github.com/adobe/helix-html2md-lib/commit/0247b088544d9420038a9b78a1666659308fb613)), closes [#366](https://github.com/adobe/helix-html2md-lib/issues/366)
* Support og:image and twitter:image in page metadata  ([37ccd6a](https://github.com/adobe/helix-html2md-lib/commit/37ccd6a48b3ea4e8f87db524ff15975a76f83f06)), closes [#590](https://github.com/adobe/helix-html2md-lib/issues/590)
* support x-html2md-img-src header ([#273](https://github.com/adobe/helix-html2md-lib/issues/273)) ([2ad20ba](https://github.com/adobe/helix-html2md-lib/commit/2ad20bad09fc11a8275079d7ee445cbb35c56918)), closes [#268](https://github.com/adobe/helix-html2md-lib/issues/268)
* unspread lists with feature flag ([bb39a68](https://github.com/adobe/helix-html2md-lib/commit/bb39a68b0869e4a19749f93d57b237bc048b1874)), closes [#555](https://github.com/adobe/helix-html2md-lib/issues/555) [#529](https://github.com/adobe/helix-html2md-lib/issues/529)
* update media handler to 2.3.2 ([#330](https://github.com/adobe/helix-html2md-lib/issues/330)) ([fbe75f5](https://github.com/adobe/helix-html2md-lib/commit/fbe75f5d58b92b266a8ac34ba44ff419d3f19e61))
* use media bucket parameter ([#833](https://github.com/adobe/helix-html2md-lib/issues/833)) ([a932852](https://github.com/adobe/helix-html2md-lib/commit/a93285221f715761d115dfee3bdb749421a54804))
* use source url passed via params ([#496](https://github.com/adobe/helix-html2md-lib/issues/496)) ([45d1cef](https://github.com/adobe/helix-html2md-lib/commit/45d1cefaff8eda5ab78cb6169059b3fdb8b42834))


### BREAKING CHANGES

* url parameter no longer supported

## [2.19.5](https://github.com/adobe/[secure]-html2md/compare/v2.19.4...v2.19.5) (2025-12-02)


### Bug Fixes

* **deps:** update adobe fixes ([#864](https://github.com/adobe/[secure]-html2md/issues/864)) ([a413c27](https://github.com/adobe/[secure]-html2md/commit/a413c27538e5356d57fc0362730e3fb901995009))

## [2.19.4](https://github.com/adobe/[secure]-html2md/compare/v2.19.3...v2.19.4) (2025-11-27)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-shared-body-data to v2.2.2 ([#859](https://github.com/adobe/[secure]-html2md/issues/859)) ([eedeeed](https://github.com/adobe/[secure]-html2md/commit/eedeeed9eff5d6828991a1b911a4533a6b5528e5))

## [2.19.3](https://github.com/adobe/[secure]-html2md/compare/v2.19.2...v2.19.3) (2025-11-20)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-markdown-support to v7.1.15 ([#854](https://github.com/adobe/[secure]-html2md/issues/854)) ([5433b55](https://github.com/adobe/[secure]-html2md/commit/5433b558c0094e83c92e9a08972430dd56921575))

## [2.19.2](https://github.com/adobe/[secure]-html2md/compare/v2.19.1...v2.19.2) (2025-10-22)


### Bug Fixes

* **deps:** update adobe fixes ([#839](https://github.com/adobe/[secure]-html2md/issues/839)) ([f47b71c](https://github.com/adobe/[secure]-html2md/commit/f47b71c121adaf1d183f2dd41dd90e16adcefb0e))

## [2.19.1](https://github.com/adobe/[secure]-html2md/compare/v2.19.0...v2.19.1) (2025-10-15)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-markdown-support to v7.1.14 ([#835](https://github.com/adobe/[secure]-html2md/issues/835)) ([68a9b9b](https://github.com/adobe/[secure]-html2md/commit/68a9b9b70b8699174d1000a2bd113103f57a3579))

# [2.19.0](https://github.com/adobe/[secure]-html2md/compare/v2.18.10...v2.19.0) (2025-10-14)


### Features

* use media bucket parameter ([#833](https://github.com/adobe/[secure]-html2md/issues/833)) ([a932852](https://github.com/adobe/[secure]-html2md/commit/a93285221f715761d115dfee3bdb749421a54804))

## [2.18.10](https://github.com/adobe/[secure]-html2md/compare/v2.18.9...v2.18.10) (2025-10-10)


### Bug Fixes

* **deps:** update dependency @adobe/remark-gridtables to v3.0.15 ([#829](https://github.com/adobe/[secure]-html2md/issues/829)) ([077fd45](https://github.com/adobe/[secure]-html2md/commit/077fd450649cad7a92ca480517643ce04a61bb5f))

## [2.18.9](https://github.com/adobe/[secure]-html2md/compare/v2.18.8...v2.18.9) (2025-10-06)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-markdown-support to v7.1.13 ([#825](https://github.com/adobe/[secure]-html2md/issues/825)) ([08b4509](https://github.com/adobe/[secure]-html2md/commit/08b4509001e448d72344bc9fca6a9446f81f18ae))

## [2.18.8](https://github.com/adobe/[secure]-html2md/compare/v2.18.7...v2.18.8) (2025-10-06)


### Bug Fixes

* use * for emphasis ([#823](https://github.com/adobe/[secure]-html2md/issues/823)) ([86babf5](https://github.com/adobe/[secure]-html2md/commit/86babf5f1c77e057e49a502a54e525e473997eac)), closes [#822](https://github.com/adobe/[secure]-html2md/issues/822)

## [2.18.7](https://github.com/adobe/[secure]-html2md/compare/v2.18.6...v2.18.7) (2025-09-29)


### Bug Fixes

* respect maxHTMLSize limit ([88cdbad](https://github.com/adobe/[secure]-html2md/commit/88cdbad6394b814f9041d521568e4726b2bd870f))

## [2.18.6](https://github.com/adobe/[secure]-html2md/compare/v2.18.5...v2.18.6) (2025-09-16)


### Bug Fixes

* **deps:** update adobe fixes ([#815](https://github.com/adobe/[secure]-html2md/issues/815)) ([801cb42](https://github.com/adobe/[secure]-html2md/commit/801cb42c77a47347cc29ebba266deabd5693607b))

## [2.18.5](https://github.com/adobe/[secure]-html2md/compare/v2.18.4...v2.18.5) (2025-09-11)


### Bug Fixes

* force deploy ([c10c784](https://github.com/adobe/[secure]-html2md/commit/c10c784d5221234fca4055db3ecb464f200773ef))

## [2.18.4](https://github.com/adobe/[secure]-html2md/compare/v2.18.3...v2.18.4) (2025-09-10)


### Bug Fixes

* raise default image limit ([#812](https://github.com/adobe/[secure]-html2md/issues/812)) ([0a9b01d](https://github.com/adobe/[secure]-html2md/commit/0a9b01d731fea3a40542413729dcda9c4ef8e516))

## [2.18.3](https://github.com/adobe/[secure]-html2md/compare/v2.18.2...v2.18.3) (2025-09-09)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.9.1 ([#810](https://github.com/adobe/[secure]-html2md/issues/810)) ([e31cf99](https://github.com/adobe/[secure]-html2md/commit/e31cf99b2ce43f3b17a7a398c93bdd98404fa65d))

## [2.18.2](https://github.com/adobe/[secure]-html2md/compare/v2.18.1...v2.18.2) (2025-09-04)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.9.0 ([#807](https://github.com/adobe/[secure]-html2md/issues/807)) ([20224e8](https://github.com/adobe/[secure]-html2md/commit/20224e8e08c6036d5e216ed300470fd7cede6859))

## [2.18.1](https://github.com/adobe/[secure]-html2md/compare/v2.18.0...v2.18.1) (2025-09-02)


### Bug Fixes

* **deps:** update adobe fixes ([#804](https://github.com/adobe/[secure]-html2md/issues/804)) ([9b22538](https://github.com/adobe/[secure]-html2md/commit/9b22538de7eeb23e428bf27a2c4eace184d674d4))

# [2.18.0](https://github.com/adobe/[secure]-html2md/compare/v2.17.26...v2.18.0) (2025-09-01)


### Features

* add better image size error ([#802](https://github.com/adobe/[secure]-html2md/issues/802)) ([c557090](https://github.com/adobe/[secure]-html2md/commit/c557090f263eeba9872fbadba839fa8c9436e4c9))

## [2.17.26](https://github.com/adobe/[secure]-html2md/compare/v2.17.25...v2.17.26) (2025-08-28)


### Bug Fixes

* reject entire conversion if image is too big ([#799](https://github.com/adobe/[secure]-html2md/issues/799)) ([1dd97c8](https://github.com/adobe/[secure]-html2md/commit/1dd97c8ed1581f87bdafb99e0920adf84c1e7153))

## [2.17.25](https://github.com/adobe/[secure]-html2md/compare/v2.17.24...v2.17.25) (2025-08-25)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.8.1 ([#800](https://github.com/adobe/[secure]-html2md/issues/800)) ([99ab855](https://github.com/adobe/[secure]-html2md/commit/99ab855b5b06c545a30090dafab674caa3b978b4))

## [2.17.24](https://github.com/adobe/[secure]-html2md/compare/v2.17.23...v2.17.24) (2025-08-21)


### Bug Fixes

* enforce image size limit of 10mb ([#798](https://github.com/adobe/[secure]-html2md/issues/798)) ([9711b7e](https://github.com/adobe/[secure]-html2md/commit/9711b7e4fc375d68d4abb3b0fe83cb632e0d3b81))

## [2.17.23](https://github.com/adobe/[secure]-html2md/compare/v2.17.22...v2.17.23) (2025-08-19)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.7.24 ([#796](https://github.com/adobe/[secure]-html2md/issues/796)) ([036c117](https://github.com/adobe/[secure]-html2md/commit/036c117e6b817e1e1edf01d52fd5a3d835b37be3))

## [2.17.22](https://github.com/adobe/[secure]-html2md/compare/v2.17.21...v2.17.22) (2025-08-12)


### Bug Fixes

* **deps:** update adobe fixes ([#791](https://github.com/adobe/[secure]-html2md/issues/791)) ([ee687c9](https://github.com/adobe/[secure]-html2md/commit/ee687c9795351f85f9694baba2324b760cdd00a3))

## [2.17.21](https://github.com/adobe/[secure]-html2md/compare/v2.17.20...v2.17.21) (2025-08-04)


### Bug Fixes

* **deps:** update adobe fixes ([#787](https://github.com/adobe/[secure]-html2md/issues/787)) ([8cee234](https://github.com/adobe/[secure]-html2md/commit/8cee234a66d91a0c654118394f1f9eb601d038ab))

## [2.17.20](https://github.com/adobe/[secure]-html2md/compare/v2.17.19...v2.17.20) (2025-07-29)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.7.21 ([#784](https://github.com/adobe/[secure]-html2md/issues/784)) ([ee00e25](https://github.com/adobe/[secure]-html2md/commit/ee00e25bbb7b85c9813db62e44e5b765c7fbe15b))

## [2.17.19](https://github.com/adobe/[secure]-html2md/compare/v2.17.18...v2.17.19) (2025-07-26)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.7.20 ([#782](https://github.com/adobe/[secure]-html2md/issues/782)) ([81f6e20](https://github.com/adobe/[secure]-html2md/commit/81f6e2038a1da7e1103a546fd37303d81f016993))

## [2.17.18](https://github.com/adobe/[secure]-html2md/compare/v2.17.17...v2.17.18) (2025-07-25)


### Bug Fixes

* support relativ images with `:` ([ba195ee](https://github.com/adobe/[secure]-html2md/commit/ba195ee5aa9eb1e683e549eaf30cfe1ae090416f))

## [2.17.17](https://github.com/adobe/[secure]-html2md/compare/v2.17.16...v2.17.17) (2025-07-24)


### Bug Fixes

* gzip response ([4e1ef06](https://github.com/adobe/[secure]-html2md/commit/4e1ef0631f7140e1bead996d0550f676e63b93df))
* tests ([dc0c745](https://github.com/adobe/[secure]-html2md/commit/dc0c745282b6662ea7576a915a05620ef9281c3f))
* use async version in tests ([31db7b1](https://github.com/adobe/[secure]-html2md/commit/31db7b139a6e9608c8e1bdc919359db8ca14f6a3))

## [2.17.16](https://github.com/adobe/[secure]-html2md/compare/v2.17.15...v2.17.16) (2025-07-24)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.7.19 ([#780](https://github.com/adobe/[secure]-html2md/issues/780)) ([d016d81](https://github.com/adobe/[secure]-html2md/commit/d016d817bf264f52906e51f119614d950c28253b))

## [2.17.15](https://github.com/adobe/[secure]-html2md/compare/v2.17.14...v2.17.15) (2025-07-22)


### Bug Fixes

* **deps:** update adobe fixes ([#778](https://github.com/adobe/[secure]-html2md/issues/778)) ([7abcb0b](https://github.com/adobe/[secure]-html2md/commit/7abcb0b0cd204c588850abb30565e4519fbd8d89))

## [2.17.14](https://github.com/adobe/[secure]-html2md/compare/v2.17.13...v2.17.14) (2025-07-17)


### Bug Fixes

* support maxImages in limit ([388644a](https://github.com/adobe/[secure]-html2md/commit/388644a7e74e42c362dbe3052619a99288b5aa90))

## [2.17.13](https://github.com/adobe/[secure]-html2md/compare/v2.17.12...v2.17.13) (2025-07-16)


### Bug Fixes

* **deps:** update adobe fixes ([#769](https://github.com/adobe/[secure]-html2md/issues/769)) ([5597a6e](https://github.com/adobe/[secure]-html2md/commit/5597a6e98ab7dd9a4b8e548713a37cc1edd13230))

## [2.17.12](https://github.com/adobe/[secure]-html2md/compare/v2.17.11...v2.17.12) (2025-07-08)


### Bug Fixes

* **deps:** update adobe fixes ([#767](https://github.com/adobe/[secure]-html2md/issues/767)) ([3858b66](https://github.com/adobe/[secure]-html2md/commit/3858b66c3b4e749703b004f9beb93d7d76f32308))

## [2.17.11](https://github.com/adobe/[secure]-html2md/compare/v2.17.10...v2.17.11) (2025-07-02)


### Bug Fixes

* **deps:** update adobe fixes ([#764](https://github.com/adobe/[secure]-html2md/issues/764)) ([2ecdf64](https://github.com/adobe/[secure]-html2md/commit/2ecdf64232c8745a9c7a13f711f9e5d8344ebce6))

## [2.17.10](https://github.com/adobe/[secure]-html2md/compare/v2.17.9...v2.17.10) (2025-06-25)


### Bug Fixes

* **deps:** update adobe fixes ([#758](https://github.com/adobe/[secure]-html2md/issues/758)) ([88486be](https://github.com/adobe/[secure]-html2md/commit/88486be9c4de6977ea673f084211aed68925f88f))

## [2.17.9](https://github.com/adobe/[secure]-html2md/compare/v2.17.8...v2.17.9) (2025-06-23)


### Bug Fixes

* Revert "fix: handle br in picture tag" ([#756](https://github.com/adobe/[secure]-html2md/issues/756)) ([fffcb9a](https://github.com/adobe/[secure]-html2md/commit/fffcb9a4c6e8d502f419583cf05391c1baf6f60c))

## [2.17.8](https://github.com/adobe/[secure]-html2md/compare/v2.17.7...v2.17.8) (2025-06-23)


### Bug Fixes

* handle br in picture tag ([fc91c95](https://github.com/adobe/[secure]-html2md/commit/fc91c954882d952e2b0c4a7a98e0c09d25668829)), closes [#747](https://github.com/adobe/[secure]-html2md/issues/747)

## [2.17.7](https://github.com/adobe/[secure]-html2md/compare/v2.17.6...v2.17.7) (2025-06-18)


### Bug Fixes

* **deps:** update adobe fixes ([#755](https://github.com/adobe/[secure]-html2md/issues/755)) ([9f5f229](https://github.com/adobe/[secure]-html2md/commit/9f5f2295aa1f2d06ceaf2a53c741509a2d9c9458))

## [2.17.6](https://github.com/adobe/[secure]-html2md/compare/v2.17.5...v2.17.6) (2025-06-17)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.7.11 ([#753](https://github.com/adobe/[secure]-html2md/issues/753)) ([c4bd8a2](https://github.com/adobe/[secure]-html2md/commit/c4bd8a212e91e80a832e475cbceacedf6f56c4e5))

## [2.17.5](https://github.com/adobe/[secure]-html2md/compare/v2.17.4...v2.17.5) (2025-06-10)


### Bug Fixes

* **deps:** update adobe fixes ([#745](https://github.com/adobe/[secure]-html2md/issues/745)) ([8ae2ee2](https://github.com/adobe/[secure]-html2md/commit/8ae2ee280a9016201456bbcc275e8435f3f1646e))

## [2.17.4](https://github.com/adobe/[secure]-html2md/compare/v2.17.3...v2.17.4) (2025-06-02)


### Bug Fixes

* **deps:** update adobe fixes ([#741](https://github.com/adobe/[secure]-html2md/issues/741)) ([ab0311f](https://github.com/adobe/[secure]-html2md/commit/ab0311f1746e34f090c27113a6ff55134cfcbbf7))

## [2.17.3](https://github.com/adobe/[secure]-html2md/compare/v2.17.2...v2.17.3) (2025-05-26)


### Bug Fixes

* **deps:** update adobe fixes ([#737](https://github.com/adobe/[secure]-html2md/issues/737)) ([bce368d](https://github.com/adobe/[secure]-html2md/commit/bce368d7d9755b38cd0cb9f58f80b03b34d4c2e1))

## [2.17.2](https://github.com/adobe/[secure]-html2md/compare/v2.17.1...v2.17.2) (2025-05-23)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-shared-body-data to v2.1.11 ([#736](https://github.com/adobe/[secure]-html2md/issues/736)) ([9105c93](https://github.com/adobe/[secure]-html2md/commit/9105c937ada10f93e8750aa5863dacd3cb975677))

## [2.17.1](https://github.com/adobe/[secure]-html2md/compare/v2.17.0...v2.17.1) (2025-05-19)


### Bug Fixes

* **deps:** update adobe fixes ([#733](https://github.com/adobe/[secure]-html2md/issues/733)) ([9f63c51](https://github.com/adobe/[secure]-html2md/commit/9f63c5148a56123a71e0673616a0f62225c736ca))

# [2.17.0](https://github.com/adobe/[secure]-html2md/compare/v2.16.10...v2.17.0) (2025-05-19)


### Features

* **external images:** augment image processing to optionally skip uploads for external images  ([#725](https://github.com/adobe/[secure]-html2md/issues/725)) ([bdcebb5](https://github.com/adobe/[secure]-html2md/commit/bdcebb5b14d11be2fae79d1eb269368a020af45f))

## [2.16.10](https://github.com/adobe/[secure]-html2md/compare/v2.16.9...v2.16.10) (2025-05-13)


### Bug Fixes

* **deps:** update adobe fixes ([#729](https://github.com/adobe/[secure]-html2md/issues/729)) ([b3dd701](https://github.com/adobe/[secure]-html2md/commit/b3dd7016c565a54dc2ea8bee1059928d6af40824))

## [2.16.9](https://github.com/adobe/[secure]-html2md/compare/v2.16.8...v2.16.9) (2025-05-12)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.7.5 ([#728](https://github.com/adobe/[secure]-html2md/issues/728)) ([2ab6ec4](https://github.com/adobe/[secure]-html2md/commit/2ab6ec4b77a79759fd911e90630736bfdb4b0ee3))

## [2.16.8](https://github.com/adobe/[secure]-html2md/compare/v2.16.7...v2.16.8) (2025-05-11)


### Bug Fixes

* **deps:** update adobe fixes ([#722](https://github.com/adobe/[secure]-html2md/issues/722)) ([378fefd](https://github.com/adobe/[secure]-html2md/commit/378fefdc0b66f8dfb19f36deab77a2ec9fd27842))

## [2.16.7](https://github.com/adobe/[secure]-html2md/compare/v2.16.6...v2.16.7) (2025-05-08)


### Bug Fixes

* **deps:** update adobe fixes ([#721](https://github.com/adobe/[secure]-html2md/issues/721)) ([725756f](https://github.com/adobe/[secure]-html2md/commit/725756fe30cc43fb1cf9766b0776a2fb2d41f1d1))

## [2.16.6](https://github.com/adobe/[secure]-html2md/compare/v2.16.5...v2.16.6) (2025-05-07)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.7.4 ([#719](https://github.com/adobe/[secure]-html2md/issues/719)) ([ab68518](https://github.com/adobe/[secure]-html2md/commit/ab685189bfea807761f7f9660498553b3d721fcd))

## [2.16.5](https://github.com/adobe/[secure]-html2md/compare/v2.16.4...v2.16.5) (2025-05-05)


### Bug Fixes

* **deps:** update adobe fixes ([#712](https://github.com/adobe/[secure]-html2md/issues/712)) ([44ea40e](https://github.com/adobe/[secure]-html2md/commit/44ea40ed90ea6370ae9a3057dc0733c88181fcb4))

## [2.16.4](https://github.com/adobe/[secure]-html2md/compare/v2.16.3...v2.16.4) (2025-05-05)


### Bug Fixes

* allowed metadata handling ([#711](https://github.com/adobe/[secure]-html2md/issues/711)) ([023efb7](https://github.com/adobe/[secure]-html2md/commit/023efb79230db435bfffdf5a57dd145c9c80ce95))

## [2.16.3](https://github.com/adobe/[secure]-html2md/compare/v2.16.2...v2.16.3) (2025-04-22)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.7.0 ([#708](https://github.com/adobe/[secure]-html2md/issues/708)) ([d127c8b](https://github.com/adobe/[secure]-html2md/commit/d127c8b740c70450ce2e7a23b03df9742141ab3d))

## [2.16.2](https://github.com/adobe/[secure]-html2md/compare/v2.16.1...v2.16.2) (2025-04-14)


### Bug Fixes

* **deps:** update adobe fixes ([#703](https://github.com/adobe/[secure]-html2md/issues/703)) ([ae9ead7](https://github.com/adobe/[secure]-html2md/commit/ae9ead70ed665319fde68cc1daef9eb46baaf7c5))

## [2.16.1](https://github.com/adobe/[secure]-html2md/compare/v2.16.0...v2.16.1) (2025-04-08)


### Bug Fixes

* **deps:** update adobe fixes ([#698](https://github.com/adobe/[secure]-html2md/issues/698)) ([07132e8](https://github.com/adobe/[secure]-html2md/commit/07132e8d7825aa35ea681393499b9cdeaa61a42f))

# [2.16.0](https://github.com/adobe/[secure]-html2md/compare/v2.15.4...v2.16.0) (2025-04-02)


### Features

* unspread lists with feature flag ([bb39a68](https://github.com/adobe/[secure]-html2md/commit/bb39a68b0869e4a19749f93d57b237bc048b1874)), closes [#555](https://github.com/adobe/[secure]-html2md/issues/555) [#529](https://github.com/adobe/[secure]-html2md/issues/529)

## [2.15.4](https://github.com/adobe/[secure]-html2md/compare/v2.15.3...v2.15.4) (2025-04-01)


### Bug Fixes

* **deps:** update adobe fixes ([#695](https://github.com/adobe/[secure]-html2md/issues/695)) ([7915393](https://github.com/adobe/[secure]-html2md/commit/791539383cdb3cbfdcf044c24addbf6c062e273f))

## [2.15.3](https://github.com/adobe/[secure]-html2md/compare/v2.15.2...v2.15.3) (2025-03-31)


### Bug Fixes

* **deps:** update adobe fixes ([#694](https://github.com/adobe/[secure]-html2md/issues/694)) ([d81f888](https://github.com/adobe/[secure]-html2md/commit/d81f8886819883a88a3cadd1ffc982a41a63783b))

## [2.15.2](https://github.com/adobe/[secure]-html2md/compare/v2.15.1...v2.15.2) (2025-03-25)


### Bug Fixes

* **deps:** update adobe fixes ([#686](https://github.com/adobe/[secure]-html2md/issues/686)) ([31b1141](https://github.com/adobe/[secure]-html2md/commit/31b114189333df6e24db709cf44e44501a9548fc))

## [2.15.1](https://github.com/adobe/[secure]-html2md/compare/v2.15.0...v2.15.1) (2025-03-25)


### Bug Fixes

* improve 403 internal handling ([#688](https://github.com/adobe/[secure]-html2md/issues/688)) ([1b2ad36](https://github.com/adobe/[secure]-html2md/commit/1b2ad367e3eb099ed2ec1cb2b7cdce97b6d9d911))

# [2.15.0](https://github.com/adobe/[secure]-html2md/compare/v2.14.8...v2.15.0) (2025-03-20)


### Features

* **metadata:** hreflang links ([#684](https://github.com/adobe/[secure]-html2md/issues/684)) ([bbb9e90](https://github.com/adobe/[secure]-html2md/commit/bbb9e906443fae9290dfa47b10862a303fff1135))

## [2.14.8](https://github.com/adobe/[secure]-html2md/compare/v2.14.7...v2.14.8) (2025-03-18)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.6.6 ([#680](https://github.com/adobe/[secure]-html2md/issues/680)) ([a8f39ff](https://github.com/adobe/[secure]-html2md/commit/a8f39ff992df038b5a97e7818cc450dc81fd1b62))

## [2.14.7](https://github.com/adobe/[secure]-html2md/compare/v2.14.6...v2.14.7) (2025-03-16)


### Bug Fixes

* **deps:** update dependency @adobe/remark-gridtables to v3.0.12 ([#676](https://github.com/adobe/[secure]-html2md/issues/676)) ([f397e8e](https://github.com/adobe/[secure]-html2md/commit/f397e8ee7adf14cf1db00c330995318fc851b66e))

## [2.14.6](https://github.com/adobe/[secure]-html2md/compare/v2.14.5...v2.14.6) (2025-03-09)


### Bug Fixes

* **deps:** update dependency @adobe/remark-gridtables to v3.0.11 ([#673](https://github.com/adobe/[secure]-html2md/issues/673)) ([d65b7cc](https://github.com/adobe/[secure]-html2md/commit/d65b7cc70122c21f86be2f27546172d3f06907cb))

## [2.14.5](https://github.com/adobe/[secure]-html2md/compare/v2.14.4...v2.14.5) (2025-03-06)


### Bug Fixes

* **deps:** update adobe fixes ([#672](https://github.com/adobe/[secure]-html2md/issues/672)) ([7dcf6ed](https://github.com/adobe/[secure]-html2md/commit/7dcf6ed18d0a9f94b93dddcd98ff1f58c52a581e))

## [2.14.4](https://github.com/adobe/[secure]-html2md/compare/v2.14.3...v2.14.4) (2025-03-06)


### Bug Fixes

* **deps:** update adobe fixes ([#670](https://github.com/adobe/[secure]-html2md/issues/670)) ([d3d7d4b](https://github.com/adobe/[secure]-html2md/commit/d3d7d4be148e025536fe67436229be95958e3d7b))

## [2.14.3](https://github.com/adobe/[secure]-html2md/compare/v2.14.2...v2.14.3) (2025-03-04)


### Bug Fixes

* **deps:** update adobe fixes ([#668](https://github.com/adobe/[secure]-html2md/issues/668)) ([9f13253](https://github.com/adobe/[secure]-html2md/commit/9f13253468dab00341a2212b5b49b5192a67d9bf))

## [2.14.2](https://github.com/adobe/[secure]-html2md/compare/v2.14.1...v2.14.2) (2025-03-04)


### Bug Fixes

* **deps:** update adobe fixes ([#667](https://github.com/adobe/[secure]-html2md/issues/667)) ([6f98625](https://github.com/adobe/[secure]-html2md/commit/6f986250ddfa19832a0f711073e00c39429eeacd))

## [2.14.1](https://github.com/adobe/[secure]-html2md/compare/v2.14.0...v2.14.1) (2025-02-25)


### Bug Fixes

* **deps:** update adobe fixes ([#664](https://github.com/adobe/[secure]-html2md/issues/664)) ([7927b60](https://github.com/adobe/[secure]-html2md/commit/7927b601e3950c8bc01976adfe7d932875440945))

# [2.14.0](https://github.com/adobe/[secure]-html2md/compare/v2.13.8...v2.14.0) (2025-02-25)


### Features

* **metadata:** html lang attribute ([#659](https://github.com/adobe/[secure]-html2md/issues/659)) ([8c87c16](https://github.com/adobe/[secure]-html2md/commit/8c87c16f7064e4879eb994b626a231a02bab1098))

## [2.13.8](https://github.com/adobe/[secure]-html2md/compare/v2.13.7...v2.13.8) (2025-02-25)


### Bug Fixes

* **deps:** update adobe fixes ([#661](https://github.com/adobe/[secure]-html2md/issues/661)) ([6734937](https://github.com/adobe/[secure]-html2md/commit/67349375e2d0fcb274093959e88f7f03fedc1fbd))

## [2.13.7](https://github.com/adobe/[secure]-html2md/compare/v2.13.6...v2.13.7) (2025-02-24)


### Bug Fixes

* **deps:** update external fixes ([#660](https://github.com/adobe/[secure]-html2md/issues/660)) ([085890c](https://github.com/adobe/[secure]-html2md/commit/085890c402715fcdd350ac980597f93f551c5d11))

## [2.13.6](https://github.com/adobe/[secure]-html2md/compare/v2.13.5...v2.13.6) (2025-02-18)


### Bug Fixes

* **deps:** update adobe fixes ([#657](https://github.com/adobe/[secure]-html2md/issues/657)) ([531d43f](https://github.com/adobe/[secure]-html2md/commit/531d43f59c1e5361b95ef10c7f54ddf902415b55))

## [2.13.5](https://github.com/adobe/[secure]-html2md/compare/v2.13.4...v2.13.5) (2025-02-11)


### Bug Fixes

* **deps:** update adobe fixes ([#653](https://github.com/adobe/[secure]-html2md/issues/653)) ([52ab553](https://github.com/adobe/[secure]-html2md/commit/52ab55306998ba72cb6878607897643558c4bac8))

## [2.13.4](https://github.com/adobe/[secure]-html2md/compare/v2.13.3...v2.13.4) (2025-02-10)


### Bug Fixes

* **deps:** update external fixes ([#651](https://github.com/adobe/[secure]-html2md/issues/651)) ([9902881](https://github.com/adobe/[secure]-html2md/commit/9902881d071eb2d57bb2f7d94bb4b3f200a9aa9c))

## [2.13.3](https://github.com/adobe/[secure]-html2md/compare/v2.13.2...v2.13.3) (2025-02-07)


### Bug Fixes

* **deps:** update dependency hast-util-to-mdast to v10.1.2 ([#642](https://github.com/adobe/[secure]-html2md/issues/642)) ([215190a](https://github.com/adobe/[secure]-html2md/commit/215190a21ec256800576b1701c9b10c0248579ea))

## [2.13.2](https://github.com/adobe/[secure]-html2md/compare/v2.13.1...v2.13.2) (2025-02-06)


### Bug Fixes

* **deps:** update adobe fixes ([#649](https://github.com/adobe/[secure]-html2md/issues/649)) ([bfa2dd5](https://github.com/adobe/[secure]-html2md/commit/bfa2dd597e17dca00f46de6e123794eb054c75bb))

## [2.13.1](https://github.com/adobe/[secure]-html2md/compare/v2.13.0...v2.13.1) (2025-02-06)


### Bug Fixes

* **deps:** update adobe fixes ([#648](https://github.com/adobe/[secure]-html2md/issues/648)) ([c1874ba](https://github.com/adobe/[secure]-html2md/commit/c1874ba9bc5b846f9917ac58f635e1d699a75b4c))

# [2.13.0](https://github.com/adobe/[secure]-html2md/compare/v2.12.8...v2.13.0) (2025-02-05)


### Features

* log errors ([#647](https://github.com/adobe/[secure]-html2md/issues/647)) ([87ec755](https://github.com/adobe/[secure]-html2md/commit/87ec75557d164c8e6fd19f17ab99225a45390518))

## [2.12.8](https://github.com/adobe/[secure]-html2md/compare/v2.12.7...v2.12.8) (2025-02-05)


### Bug Fixes

* **deps:** update adobe fixes ([#645](https://github.com/adobe/[secure]-html2md/issues/645)) ([39861d3](https://github.com/adobe/[secure]-html2md/commit/39861d31eff97a49af3b28c4fdcd1284f4460665))

## [2.12.7](https://github.com/adobe/[secure]-html2md/compare/v2.12.6...v2.12.7) (2025-02-04)


### Bug Fixes

* **deps:** update adobe fixes ([#643](https://github.com/adobe/[secure]-html2md/issues/643)) ([f46fdcb](https://github.com/adobe/[secure]-html2md/commit/f46fdcb30dc9508ded2057adbfba5c2b15a10f98))

## [2.12.6](https://github.com/adobe/[secure]-html2md/compare/v2.12.5...v2.12.6) (2025-02-04)


### Bug Fixes

* up byom image limit to 200 ([882db32](https://github.com/adobe/[secure]-html2md/commit/882db32de4f5cb8dafce7da84a39478de857d298))

## [2.12.5](https://github.com/adobe/[secure]-html2md/compare/v2.12.4...v2.12.5) (2025-01-28)


### Bug Fixes

* **deps:** update adobe fixes ([#640](https://github.com/adobe/[secure]-html2md/issues/640)) ([f103955](https://github.com/adobe/[secure]-html2md/commit/f103955b25dcd6e8f05567b78640cae56e0e89f0))

## [2.12.4](https://github.com/adobe/[secure]-html2md/compare/v2.12.3...v2.12.4) (2025-01-27)


### Bug Fixes

* include org/site in spread list logging ([#631](https://github.com/adobe/[secure]-html2md/issues/631)) ([d262671](https://github.com/adobe/[secure]-html2md/commit/d262671cfb01b9a211678c0733c6fde0e7b79eae)), closes [#539](https://github.com/adobe/[secure]-html2md/issues/539) [#530](https://github.com/adobe/[secure]-html2md/issues/530)

## [2.12.3](https://github.com/adobe/[secure]-html2md/compare/v2.12.2...v2.12.3) (2025-01-26)


### Bug Fixes

* **deps:** update dependency @adobe/remark-gridtables to v3.0.9 ([#636](https://github.com/adobe/[secure]-html2md/issues/636)) ([f2749e2](https://github.com/adobe/[secure]-html2md/commit/f2749e25475d6ebd44a7f629dcafa6692b9be897))

## [2.12.2](https://github.com/adobe/[secure]-html2md/compare/v2.12.1...v2.12.2) (2025-01-21)


### Bug Fixes

* nicely format json-ld ([d916b3a](https://github.com/adobe/[secure]-html2md/commit/d916b3a3539afedb9cdc8efba355ba9d483a98a6))

## [2.12.1](https://github.com/adobe/[secure]-html2md/compare/v2.12.0...v2.12.1) (2025-01-21)


### Bug Fixes

* up byom image limit to 120 ([#628](https://github.com/adobe/[secure]-html2md/issues/628)) ([c07c697](https://github.com/adobe/[secure]-html2md/commit/c07c697cb86355020ee53c1a561dc8b9a5bb2ad8))

# [2.12.0](https://github.com/adobe/[secure]-html2md/compare/v2.11.15...v2.12.0) (2025-01-21)


### Features

* list and listItem spread logging ([#626](https://github.com/adobe/[secure]-html2md/issues/626)) ([b83ea6c](https://github.com/adobe/[secure]-html2md/commit/b83ea6ce3614b7fda43692602fb2a5941e48eb10)), closes [#539](https://github.com/adobe/[secure]-html2md/issues/539) [#530](https://github.com/adobe/[secure]-html2md/issues/530)

## [2.11.15](https://github.com/adobe/[secure]-html2md/compare/v2.11.14...v2.11.15) (2025-01-21)


### Bug Fixes

* **deps:** update adobe fixes ([#629](https://github.com/adobe/[secure]-html2md/issues/629)) ([1ab5ab6](https://github.com/adobe/[secure]-html2md/commit/1ab5ab6b3c1b5d43770c5ecc8e4e31c307f6a762))

## [2.11.14](https://github.com/adobe/[secure]-html2md/compare/v2.11.13...v2.11.14) (2025-01-14)


### Bug Fixes

* **deps:** update adobe fixes ([#625](https://github.com/adobe/[secure]-html2md/issues/625)) ([82d4dc7](https://github.com/adobe/[secure]-html2md/commit/82d4dc73cf146376aa9772c709f9bc9c777881d1))

## [2.11.13](https://github.com/adobe/[secure]-html2md/compare/v2.11.12...v2.11.13) (2025-01-07)


### Bug Fixes

* **deps:** update adobe fixes ([#623](https://github.com/adobe/[secure]-html2md/issues/623)) ([5f1358f](https://github.com/adobe/[secure]-html2md/commit/5f1358f33d2e449ef7887b959b07602b0749fd03))

## [2.11.12](https://github.com/adobe/[secure]-html2md/compare/v2.11.11...v2.11.12) (2025-01-04)


### Bug Fixes

* **deps:** update adobe fixes ([#619](https://github.com/adobe/[secure]-html2md/issues/619)) ([0c6e587](https://github.com/adobe/[secure]-html2md/commit/0c6e587091e09a86b2c0c8d39e31e6cb5d9c0f37))

## [2.11.11](https://github.com/adobe/[secure]-html2md/compare/v2.11.10...v2.11.11) (2024-12-29)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.5.43 ([#617](https://github.com/adobe/[secure]-html2md/issues/617)) ([de79f2d](https://github.com/adobe/[secure]-html2md/commit/de79f2de03d01e5c0591b147714a8422d3c0fda2))

## [2.11.10](https://github.com/adobe/[secure]-html2md/compare/v2.11.9...v2.11.10) (2024-12-22)


### Bug Fixes

* **deps:** update adobe fixes ([#615](https://github.com/adobe/[secure]-html2md/issues/615)) ([aeba6b9](https://github.com/adobe/[secure]-html2md/commit/aeba6b9855ca64c29b841b619409cf7927f672d1))

## [2.11.9](https://github.com/adobe/[secure]-html2md/compare/v2.11.8...v2.11.9) (2024-12-19)


### Bug Fixes

* respect row- and colspan in inline table ([#613](https://github.com/adobe/[secure]-html2md/issues/613)) ([8360ffa](https://github.com/adobe/[secure]-html2md/commit/8360ffa73702c48a38c6bcff62bb65ff6d38f000)), closes [#610](https://github.com/adobe/[secure]-html2md/issues/610)

## [2.11.8](https://github.com/adobe/[secure]-html2md/compare/v2.11.7...v2.11.8) (2024-12-15)


### Bug Fixes

* **deps:** update adobe fixes ([#612](https://github.com/adobe/[secure]-html2md/issues/612)) ([cc0055e](https://github.com/adobe/[secure]-html2md/commit/cc0055ecd56452c20c742b86dcb768772a09221a))

## [2.11.7](https://github.com/adobe/[secure]-html2md/compare/v2.11.6...v2.11.7) (2024-12-08)


### Bug Fixes

* **deps:** update adobe fixes ([#609](https://github.com/adobe/[secure]-html2md/issues/609)) ([e8aa0b2](https://github.com/adobe/[secure]-html2md/commit/e8aa0b2fac0f01fdc8b6503783dfcaacfffcd8de))

## [2.11.6](https://github.com/adobe/[secure]-html2md/compare/v2.11.5...v2.11.6) (2024-12-06)


### Bug Fixes

* **deps:** update adobe fixes ([#606](https://github.com/adobe/[secure]-html2md/issues/606)) ([167eebf](https://github.com/adobe/[secure]-html2md/commit/167eebf524a54f2b7fa88979f96e2eb0324503fd))

## [2.11.5](https://github.com/adobe/[secure]-html2md/compare/v2.11.4...v2.11.5) (2024-12-04)


### Bug Fixes

* trigger a release ([90f7591](https://github.com/adobe/[secure]-html2md/commit/90f759139bc7de5678e0ddca43a86df38e4db6c8))

## [2.11.4](https://github.com/adobe/[secure]-html2md/compare/v2.11.3...v2.11.4) (2024-12-03)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.5.35 ([#603](https://github.com/adobe/[secure]-html2md/issues/603)) ([96540af](https://github.com/adobe/[secure]-html2md/commit/96540af8d9faeff049f5aeac8fe660a7b3586139))

## [2.11.3](https://github.com/adobe/[secure]-html2md/compare/v2.11.2...v2.11.3) (2024-11-23)


### Bug Fixes

* **deps:** update external fixes ([#600](https://github.com/adobe/[secure]-html2md/issues/600)) ([680acfe](https://github.com/adobe/[secure]-html2md/commit/680acfe9c7af674b541703b22dc374746654e7ac))

## [2.11.2](https://github.com/adobe/[secure]-html2md/compare/v2.11.1...v2.11.2) (2024-11-23)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.5.33 ([#599](https://github.com/adobe/[secure]-html2md/issues/599)) ([81412ca](https://github.com/adobe/[secure]-html2md/commit/81412ca9d9eef0bea448bdff9f4e01c4625a6c22))

## [2.11.1](https://github.com/adobe/[secure]-html2md/compare/v2.11.0...v2.11.1) (2024-11-21)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-mediahandler to v2.5.32 ([#598](https://github.com/adobe/[secure]-html2md/issues/598)) ([cb30893](https://github.com/adobe/[secure]-html2md/commit/cb3089385be4af8962a49d814351e07e1a5cf981))

# [2.11.0](https://github.com/adobe/[secure]-html2md/compare/v2.10.16...v2.11.0) (2024-11-18)


### Features

* fix post deploy test ([#596](https://github.com/adobe/[secure]-html2md/issues/596)) ([1f034fd](https://github.com/adobe/[secure]-html2md/commit/1f034fd320cb416942651ff915523e7dbb3b356c))
* Support og:image and twitter:image in page metadata  ([37ccd6a](https://github.com/adobe/[secure]-html2md/commit/37ccd6a48b3ea4e8f87db524ff15975a76f83f06)), closes [#590](https://github.com/adobe/[secure]-html2md/issues/590)

## [2.10.16](https://github.com/adobe/[secure]-html2md/compare/v2.10.15...v2.10.16) (2024-11-14)


### Bug Fixes

* increase memory size to 1G ([faddb03](https://github.com/adobe/[secure]-html2md/commit/faddb033b8b56e9e03bc4a539bbf397576a43f11))

## [2.10.15](https://github.com/adobe/[secure]-html2md/compare/v2.10.14...v2.10.15) (2024-11-12)


### Bug Fixes

* unmet constraints should return a 400 ([#589](https://github.com/adobe/[secure]-html2md/issues/589)) ([e953304](https://github.com/adobe/[secure]-html2md/commit/e9533046d96db9729a0f7cb2a9e0d60cc2cb98ea))

## [2.10.14](https://github.com/adobe/[secure]-html2md/compare/v2.10.13...v2.10.14) (2024-11-06)


### Bug Fixes

* **deps:** update dependency mdast-util-to-markdown to v2.1.2 ([#584](https://github.com/adobe/[secure]-html2md/issues/584)) ([1a39202](https://github.com/adobe/[secure]-html2md/commit/1a392026b411bc6aba641c30e877e5e81cd7facb))

## [2.10.13](https://github.com/adobe/[secure]-html2md/compare/v2.10.12...v2.10.13) (2024-11-06)


### Bug Fixes

* log stack in debug level (AWS) ([#582](https://github.com/adobe/[secure]-html2md/issues/582)) ([e6cfb05](https://github.com/adobe/[secure]-html2md/commit/e6cfb053a2fc9252b4d8cdcf99012037c334cf99))

## [2.10.12](https://github.com/adobe/[secure]-html2md/compare/v2.10.11...v2.10.12) (2024-11-03)


### Bug Fixes

* **deps:** update adobe fixes ([0352499](https://github.com/adobe/[secure]-html2md/commit/0352499cf71b9d40a98ca632f2923315083ff22d))

## [2.10.11](https://github.com/adobe/[secure]-html2md/compare/v2.10.10...v2.10.11) (2024-11-02)


### Bug Fixes

* **deps:** update external fixes ([c61bda2](https://github.com/adobe/[secure]-html2md/commit/c61bda2f40a7e07ccfb22b4ccd62ad14445b7ede))

## [2.10.10](https://github.com/adobe/[secure]-html2md/compare/v2.10.9...v2.10.10) (2024-10-21)


### Bug Fixes

* allow more meta ([#565](https://github.com/adobe/[secure]-html2md/issues/565)) ([bee785a](https://github.com/adobe/[secure]-html2md/commit/bee785a34077e170d958fd933c228bc7c21737a1))

## [2.10.9](https://github.com/adobe/[secure]-html2md/compare/v2.10.8...v2.10.9) (2024-10-21)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-html-pipeline to v6.15.3 ([#575](https://github.com/adobe/[secure]-html2md/issues/575)) ([1afb3f6](https://github.com/adobe/[secure]-html2md/commit/1afb3f6db887ade532fbeef4e0bc9c545ba34857))

## [2.10.8](https://github.com/adobe/[secure]-html2md/compare/v2.10.7...v2.10.8) (2024-10-17)


### Bug Fixes

* properly handle sub/sup/u in divs without p ([#570](https://github.com/adobe/[secure]-html2md/issues/570)) ([97e6fba](https://github.com/adobe/[secure]-html2md/commit/97e6fbaac05fb3f14dad0b73128a632294f1fd78)), closes [#569](https://github.com/adobe/[secure]-html2md/issues/569)

## [2.10.7](https://github.com/adobe/[secure]-html2md/compare/v2.10.6...v2.10.7) (2024-10-14)


### Bug Fixes

* **deps:** update dependency hast-util-select to v6.0.3 ([#566](https://github.com/adobe/[secure]-html2md/issues/566)) ([641f4cd](https://github.com/adobe/[secure]-html2md/commit/641f4cdf04a50bf208cdec52b390ef207eceeb58))

## [2.10.6](https://github.com/adobe/[secure]-html2md/compare/v2.10.5...v2.10.6) (2024-09-28)


### Bug Fixes

* **deps:** update external fixes ([aca4b8e](https://github.com/adobe/[secure]-html2md/commit/aca4b8e7c0e2f954f7e9a8ac0bdd7f1a454af5b1))

## [2.10.5](https://github.com/adobe/[secure]-html2md/compare/v2.10.4...v2.10.5) (2024-09-27)


### Bug Fixes

* **deps:** update dependency @adobe/[secure]-markdown-support to v7.1.6 ([#550](https://github.com/adobe/[secure]-html2md/issues/550)) ([bbdf460](https://github.com/adobe/[secure]-html2md/commit/bbdf4603bb24a65aad39398093109ace49716155))

## [2.10.4](https://github.com/adobe/[secure]-html2md/compare/v2.10.3...v2.10.4) (2024-09-22)


### Bug Fixes

* **deps:** update adobe fixes ([36a4727](https://github.com/adobe/[secure]-html2md/commit/36a472717ee0f4252b0aef8ea56bbe1d9e910a26))

## [2.10.3](https://github.com/adobe/helix-html2md/compare/v2.10.2...v2.10.3) (2024-09-09)


### Bug Fixes

* add json-ld script handling ([#534](https://github.com/adobe/helix-html2md/issues/534)) ([6c7c1fc](https://github.com/adobe/helix-html2md/commit/6c7c1fce95d51323ee9eb96131537b417d2053bb))

## [2.10.2](https://github.com/adobe/helix-html2md/compare/v2.10.1...v2.10.2) (2024-09-06)


### Bug Fixes

* Revert "fix: nested lists roundtrip" ([#539](https://github.com/adobe/helix-html2md/issues/539)) ([ea645a9](https://github.com/adobe/helix-html2md/commit/ea645a922c4a0083d070a70fa1d7057f82234493)), closes [#530](https://github.com/adobe/helix-html2md/issues/530)

## [2.10.1](https://github.com/adobe/helix-html2md/compare/v2.10.0...v2.10.1) (2024-09-06)


### Bug Fixes

* nested lists roundtrip ([#530](https://github.com/adobe/helix-html2md/issues/530)) ([e27ba08](https://github.com/adobe/helix-html2md/commit/e27ba08863e16ba8381e7ae06b5ea2a5ab18be01))

# [2.10.0](https://github.com/adobe/helix-html2md/compare/v2.9.2...v2.10.0) (2024-06-17)


### Features

* use source url passed via params ([#496](https://github.com/adobe/helix-html2md/issues/496)) ([45d1cef](https://github.com/adobe/helix-html2md/commit/45d1cefaff8eda5ab78cb6169059b3fdb8b42834))

## [2.9.2](https://github.com/adobe/helix-html2md/compare/v2.9.1...v2.9.2) (2024-06-16)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.8.15 ([6f961ac](https://github.com/adobe/helix-html2md/commit/6f961ac7ad7f90f69b60a2dc372f5540f769582f))

## [2.9.1](https://github.com/adobe/helix-html2md/compare/v2.9.0...v2.9.1) (2024-06-15)


### Bug Fixes

* **deps:** update adobe fixes ([300324f](https://github.com/adobe/helix-html2md/commit/300324fdffb61186ef810c15faa4702313184c9f))

# [2.9.0](https://github.com/adobe/helix-html2md/compare/v2.8.31...v2.9.0) (2024-06-14)


### Features

* enable debugging for new payload ([5c7049a](https://github.com/adobe/helix-html2md/commit/5c7049af0407835b4ea4822b6a351e15b31655be))

## [2.8.31](https://github.com/adobe/helix-html2md/compare/v2.8.30...v2.8.31) (2024-06-09)


### Bug Fixes

* **deps:** update adobe fixes ([052cdd4](https://github.com/adobe/helix-html2md/commit/052cdd44bf6ea03014dea8dcff6433beec9e47c4))

## [2.8.30](https://github.com/adobe/helix-html2md/compare/v2.8.29...v2.8.30) (2024-06-07)


### Bug Fixes

* **deps:** update adobe fixes ([d7ec8c1](https://github.com/adobe/helix-html2md/commit/d7ec8c1230c5f685d867a5c64e560339d16d0db0))

## [2.8.29](https://github.com/adobe/helix-html2md/compare/v2.8.28...v2.8.29) (2024-06-06)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.8.9 ([ccf3a58](https://github.com/adobe/helix-html2md/commit/ccf3a58392ac29845d425b995c4fcb0f9ab6b4a5))

## [2.8.28](https://github.com/adobe/helix-html2md/compare/v2.8.27...v2.8.28) (2024-06-04)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.8.7 ([#487](https://github.com/adobe/helix-html2md/issues/487)) ([3c7a55e](https://github.com/adobe/helix-html2md/commit/3c7a55ec0dde423a3f70e20e85e2406e92a127ac))

## [2.8.27](https://github.com/adobe/helix-html2md/compare/v2.8.26...v2.8.27) (2024-06-03)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.5.6 ([b73b2be](https://github.com/adobe/helix-html2md/commit/b73b2be14da82f96895b7a58a0baf37d59542c1a))

## [2.8.26](https://github.com/adobe/helix-html2md/compare/v2.8.25...v2.8.26) (2024-06-02)


### Bug Fixes

* **deps:** update adobe fixes ([51400d1](https://github.com/adobe/helix-html2md/commit/51400d14b77b32ba04df2fabc10e441131c0c580))

## [2.8.25](https://github.com/adobe/helix-html2md/compare/v2.8.24...v2.8.25) (2024-05-30)


### Bug Fixes

* block name row, alignment info ([#480](https://github.com/adobe/helix-html2md/issues/480)) ([3a742b6](https://github.com/adobe/helix-html2md/commit/3a742b6e03d0f5e13af42097b4fc1f1faf323673)), closes [#474](https://github.com/adobe/helix-html2md/issues/474) [#475](https://github.com/adobe/helix-html2md/issues/475)

## [2.8.24](https://github.com/adobe/helix-html2md/compare/v2.8.23...v2.8.24) (2024-05-25)


### Bug Fixes

* **deps:** update adobe fixes ([82b3b83](https://github.com/adobe/helix-html2md/commit/82b3b83ca5098794b0080656948ecfd2bb78fa67))

## [2.8.23](https://github.com/adobe/helix-html2md/compare/v2.8.22...v2.8.23) (2024-05-19)


### Bug Fixes

* **deps:** update adobe fixes ([b3b4f2a](https://github.com/adobe/helix-html2md/commit/b3b4f2af6ca6993a24e1bd0aaf24abc5791946f1))

## [2.8.22](https://github.com/adobe/helix-html2md/compare/v2.8.21...v2.8.22) (2024-05-14)


### Bug Fixes

* **deps:** update adobe fixes ([#472](https://github.com/adobe/helix-html2md/issues/472)) ([db99e65](https://github.com/adobe/helix-html2md/commit/db99e65c4399e50826fc1c8648122fd3b289f8b9))

## [2.8.21](https://github.com/adobe/helix-html2md/compare/v2.8.20...v2.8.21) (2024-04-18)


### Bug Fixes

* trigger release ([2051fcd](https://github.com/adobe/helix-html2md/commit/2051fcdcf4dd660c98374f3b312bf4098fdf02e2))

## [2.8.20](https://github.com/adobe/helix-html2md/compare/v2.8.19...v2.8.20) (2024-04-18)


### Bug Fixes

* Create col spans for expanding trailing cells ([8fb34ed](https://github.com/adobe/helix-html2md/commit/8fb34ed3c6c5a91dfbd538455797a2ca46bfa133)), closes [#463](https://github.com/adobe/helix-html2md/issues/463)

## [2.8.19](https://github.com/adobe/helix-html2md/compare/v2.8.18...v2.8.19) (2024-04-17)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.4.21 ([79c5617](https://github.com/adobe/helix-html2md/commit/79c56175a0184ea03eaf71ad721beb9b6f5d5702))

## [2.8.18](https://github.com/adobe/helix-html2md/compare/v2.8.17...v2.8.18) (2024-04-17)


### Bug Fixes

* **deps:** update adobe fixes ([#461](https://github.com/adobe/helix-html2md/issues/461)) ([9ff903b](https://github.com/adobe/helix-html2md/commit/9ff903be6a3189e29b052546ce1713f472630a19))

## [2.8.17](https://github.com/adobe/helix-html2md/compare/v2.8.16...v2.8.17) (2024-04-17)


### Bug Fixes

* **deps:** update adobe fixes ([#460](https://github.com/adobe/helix-html2md/issues/460)) ([7f1be4f](https://github.com/adobe/helix-html2md/commit/7f1be4ff95dd56c23684f210b2c701c51859a5b6))

## [2.8.16](https://github.com/adobe/helix-html2md/compare/v2.8.15...v2.8.16) (2024-04-16)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.8.0 ([b9300da](https://github.com/adobe/helix-html2md/commit/b9300dad129abe0820a8bb30a5780807ff801ed1))

## [2.8.15](https://github.com/adobe/helix-html2md/compare/v2.8.14...v2.8.15) (2024-04-13)


### Bug Fixes

* **deps:** update adobe fixes ([ff6f1b9](https://github.com/adobe/helix-html2md/commit/ff6f1b95f1068385722b027407ea40a70f2c472e))

## [2.8.14](https://github.com/adobe/helix-html2md/compare/v2.8.13...v2.8.14) (2024-04-13)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.4.20 ([cd843e1](https://github.com/adobe/helix-html2md/commit/cd843e1d43d8c4ce00ade41671d3eb3afbdf6c68))

## [2.8.13](https://github.com/adobe/helix-html2md/compare/v2.8.12...v2.8.13) (2024-04-12)


### Bug Fixes

* **deps:** update adobe fixes ([#454](https://github.com/adobe/helix-html2md/issues/454)) ([eda58c8](https://github.com/adobe/helix-html2md/commit/eda58c8c0e31a8652c522544a173846bb98737d7))

## [2.8.12](https://github.com/adobe/helix-html2md/compare/v2.8.11...v2.8.12) (2024-04-11)


### Bug Fixes

* **deps:** update adobe fixes ([#453](https://github.com/adobe/helix-html2md/issues/453)) ([8bed34e](https://github.com/adobe/helix-html2md/commit/8bed34e768d2912cd76276498d52baed964596fd))

## [2.8.11](https://github.com/adobe/helix-html2md/compare/v2.8.10...v2.8.11) (2024-04-07)


### Bug Fixes

* **deps:** update adobe fixes ([2307bff](https://github.com/adobe/helix-html2md/commit/2307bff50a0c260cb073cb4f139533f3a0722716))

## [2.8.10](https://github.com/adobe/helix-html2md/compare/v2.8.9...v2.8.10) (2024-04-06)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.7.0 ([bb47d52](https://github.com/adobe/helix-html2md/commit/bb47d52b1f2fcdbb11607cbf739c1401378fa58f))

## [2.8.9](https://github.com/adobe/helix-html2md/compare/v2.8.8...v2.8.9) (2024-04-02)


### Bug Fixes

* **deps:** update adobe fixes ([#448](https://github.com/adobe/helix-html2md/issues/448)) ([9595733](https://github.com/adobe/helix-html2md/commit/9595733546714239bbd945f02ea6ed91d42f2a37))

## [2.8.8](https://github.com/adobe/helix-html2md/compare/v2.8.7...v2.8.8) (2024-03-30)


### Bug Fixes

* **deps:** update dependency @adobe/helix-shared-process-queue to v3.0.2 ([15456d0](https://github.com/adobe/helix-html2md/commit/15456d01f70e8b4f6969bd5053c4b5db18df8916))

## [2.8.7](https://github.com/adobe/helix-html2md/compare/v2.8.6...v2.8.7) (2024-03-24)


### Bug Fixes

* **deps:** update adobe fixes ([f8c4f17](https://github.com/adobe/helix-html2md/commit/f8c4f17e14084d5317d7e67030e44047bd8cd7aa))

## [2.8.6](https://github.com/adobe/helix-html2md/compare/v2.8.5...v2.8.6) (2024-03-22)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.6.0 ([1d450b9](https://github.com/adobe/helix-html2md/commit/1d450b91829d14b02e8f9c0d39c99a41f04da1b2))

## [2.8.5](https://github.com/adobe/helix-html2md/compare/v2.8.4...v2.8.5) (2024-03-19)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.4.16 ([#440](https://github.com/adobe/helix-html2md/issues/440)) ([f7116f1](https://github.com/adobe/helix-html2md/commit/f7116f1337287788dcb684b59a9adf39874910cf))

## [2.8.4](https://github.com/adobe/helix-html2md/compare/v2.8.3...v2.8.4) (2024-03-18)


### Bug Fixes

* keep empty blocks that contain only blank text ([#439](https://github.com/adobe/helix-html2md/issues/439)) ([886fbeb](https://github.com/adobe/helix-html2md/commit/886fbeb1cb2d6fb86a1bb5190e61805a7587b649))

## [2.8.3](https://github.com/adobe/helix-html2md/compare/v2.8.2...v2.8.3) (2024-03-17)


### Bug Fixes

* **deps:** update adobe fixes ([1b9a6cc](https://github.com/adobe/helix-html2md/commit/1b9a6cc4b63faab6011b15e8e3f64eabc19f5e27))

## [2.8.2](https://github.com/adobe/helix-html2md/compare/v2.8.1...v2.8.2) (2024-03-14)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.5.1 ([d101989](https://github.com/adobe/helix-html2md/commit/d1019896878c30f265bda9abea36a2e14fcf6043))

## [2.8.1](https://github.com/adobe/helix-html2md/compare/v2.8.0...v2.8.1) (2024-03-13)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.5.0 ([#436](https://github.com/adobe/helix-html2md/issues/436)) ([7ce553c](https://github.com/adobe/helix-html2md/commit/7ce553c52187236cd9285a8ce640438c67a9615f))

# [2.8.0](https://github.com/adobe/helix-html2md/compare/v2.7.8...v2.8.0) (2024-03-13)


### Features

* return severity header ([#435](https://github.com/adobe/helix-html2md/issues/435)) ([745bb83](https://github.com/adobe/helix-html2md/commit/745bb838c382625c55298ec0af288efbac4ce15b))

## [2.7.8](https://github.com/adobe/helix-html2md/compare/v2.7.7...v2.7.8) (2024-03-10)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.4.5 ([a1d012f](https://github.com/adobe/helix-html2md/commit/a1d012f4fc933cc9d88b983d72d809b140a7c21f))

## [2.7.7](https://github.com/adobe/helix-html2md/compare/v2.7.6...v2.7.7) (2024-03-10)


### Bug Fixes

* **deps:** update adobe fixes ([27dbba6](https://github.com/adobe/helix-html2md/commit/27dbba65b4e249a346581eb37c22d5cd2f0a04eb))

## [2.7.6](https://github.com/adobe/helix-html2md/compare/v2.7.5...v2.7.6) (2024-03-03)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.4.3 ([9a13080](https://github.com/adobe/helix-html2md/commit/9a130804637f3ff25b7319acab3911dc8f0a1636))

## [2.7.5](https://github.com/adobe/helix-html2md/compare/v2.7.4...v2.7.5) (2024-03-02)


### Bug Fixes

* **deps:** update adobe fixes ([f40f3ef](https://github.com/adobe/helix-html2md/commit/f40f3efec8094f40a43e572c98ef3168bed581f3))

## [2.7.4](https://github.com/adobe/helix-html2md/compare/v2.7.3...v2.7.4) (2024-03-01)


### Bug Fixes

* **deps:** update adobe fixes ([db96369](https://github.com/adobe/helix-html2md/commit/db963692cd1ea849dffc0be1416317293fc1ce6f))

## [2.7.3](https://github.com/adobe/helix-html2md/compare/v2.7.2...v2.7.3) (2024-02-29)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.4.0 ([7812687](https://github.com/adobe/helix-html2md/commit/7812687de6d73d0a335ade66670fc4488b760e5b))

## [2.7.2](https://github.com/adobe/helix-html2md/compare/v2.7.1...v2.7.2) (2024-02-28)


### Bug Fixes

* update remark-gridtables ([#424](https://github.com/adobe/helix-html2md/issues/424)) ([2c9f832](https://github.com/adobe/helix-html2md/commit/2c9f832f6dfbf91dae5a15ae194519e226d31a2f)), closes [#423](https://github.com/adobe/helix-html2md/issues/423)

## [2.7.1](https://github.com/adobe/helix-html2md/compare/v2.7.0...v2.7.1) (2024-02-28)


### Bug Fixes

* **deps:** update dependency @adobe/remark-gridtables to v3.0.1 ([f98acf5](https://github.com/adobe/helix-html2md/commit/f98acf5efd0da21fbdecef293c849c3626544609))

# [2.7.0](https://github.com/adobe/helix-html2md/compare/v2.6.2...v2.7.0) (2024-02-28)


### Features

* add limits ([5ff8cec](https://github.com/adobe/helix-html2md/commit/5ff8cecf64ee898f7c440742d381475997074509)), closes [#420](https://github.com/adobe/helix-html2md/issues/420)

## [2.6.2](https://github.com/adobe/helix-html2md/compare/v2.6.1...v2.6.2) (2024-02-25)


### Bug Fixes

* **deps:** update adobe fixes ([8aa07fb](https://github.com/adobe/helix-html2md/commit/8aa07fbb34ce8f0f09177dbe2c622608b578f376))

## [2.6.1](https://github.com/adobe/helix-html2md/compare/v2.6.0...v2.6.1) (2024-02-18)


### Bug Fixes

* **deps:** update adobe fixes ([9bc8472](https://github.com/adobe/helix-html2md/commit/9bc8472df12497fe40b612f90a7fb45c6193ac2e))

# [2.6.0](https://github.com/adobe/helix-html2md/compare/v2.5.8...v2.6.0) (2024-02-12)


### Features

* Add sanitizeHeading function to html2md.js ([#411](https://github.com/adobe/helix-html2md/issues/411)) ([dee0154](https://github.com/adobe/helix-html2md/commit/dee015427b529a25f2c4dcf21e9f119849947c43))
* forward x-content-source-location to origin ([#410](https://github.com/adobe/helix-html2md/issues/410)) ([e0262e4](https://github.com/adobe/helix-html2md/commit/e0262e460c855c6a6d77b4e6141469f639294b19))

## [2.5.8](https://github.com/adobe/helix-html2md/compare/v2.5.7...v2.5.8) (2024-02-11)


### Bug Fixes

* **deps:** update adobe fixes ([400c2e0](https://github.com/adobe/helix-html2md/commit/400c2e059ae7e218135b6c82a37a56988fd7c25c))

## [2.5.7](https://github.com/adobe/helix-html2md/compare/v2.5.6...v2.5.7) (2024-02-07)


### Bug Fixes

* **deps:** update adobe fixes ([#402](https://github.com/adobe/helix-html2md/issues/402)) ([497cf8f](https://github.com/adobe/helix-html2md/commit/497cf8febb70f10ae4eb6e853d4a14e6c8b674a9))

## [2.5.6](https://github.com/adobe/helix-html2md/compare/v2.5.5...v2.5.6) (2024-01-30)


### Bug Fixes

* **deps:** update dependency @adobe/remark-gridtables to v3 ([#395](https://github.com/adobe/helix-html2md/issues/395)) ([42b4f28](https://github.com/adobe/helix-html2md/commit/42b4f28b9d73795871f3778b0b7fca2f488fb901))

## [2.5.5](https://github.com/adobe/helix-html2md/compare/v2.5.4...v2.5.5) (2024-01-28)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.3.16 ([2b4546f](https://github.com/adobe/helix-html2md/commit/2b4546fc95e15e885c5532736845240f8328ecc5))

## [2.5.4](https://github.com/adobe/helix-html2md/compare/v2.5.3...v2.5.4) (2024-01-27)


### Bug Fixes

* **deps:** update adobe fixes ([78bdab0](https://github.com/adobe/helix-html2md/commit/78bdab0cae08541528eb10dca7d8a77f97d6aefc))

## [2.5.3](https://github.com/adobe/helix-html2md/compare/v2.5.2...v2.5.3) (2024-01-21)


### Bug Fixes

* **deps:** update adobe fixes ([d8a3687](https://github.com/adobe/helix-html2md/commit/d8a3687081edab775dd875645f65cf2da413200c))

## [2.5.2](https://github.com/adobe/helix-html2md/compare/v2.5.1...v2.5.2) (2024-01-15)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.3.13 ([adfd1ae](https://github.com/adobe/helix-html2md/commit/adfd1ae00fe111fd9fcb2cd6b9580997de379528))

## [2.5.1](https://github.com/adobe/helix-html2md/compare/v2.5.0...v2.5.1) (2024-01-13)


### Bug Fixes

* **deps:** update adobe fixes ([3ac7e29](https://github.com/adobe/helix-html2md/commit/3ac7e29b97549938332910887ed921e52aa4bd82))

# [2.5.0](https://github.com/adobe/helix-html2md/compare/v2.4.19...v2.5.0) (2024-01-10)


### Features

* Support for empty blocks  ([0247b08](https://github.com/adobe/helix-html2md/commit/0247b088544d9420038a9b78a1666659308fb613)), closes [#366](https://github.com/adobe/helix-html2md/issues/366)

## [2.4.19](https://github.com/adobe/helix-html2md/compare/v2.4.18...v2.4.19) (2024-01-06)


### Bug Fixes

* **deps:** update adobe fixes ([7129509](https://github.com/adobe/helix-html2md/commit/71295093494956eb5a29a66c31e6d82c6704fc43))

## [2.4.18](https://github.com/adobe/helix-html2md/compare/v2.4.17...v2.4.18) (2023-12-30)


### Bug Fixes

* **deps:** update adobe fixes ([4d6e7ef](https://github.com/adobe/helix-html2md/commit/4d6e7ef39de0fc3376cb3456af1915c203b3977c))

## [2.4.17](https://github.com/adobe/helix-html2md/compare/v2.4.16...v2.4.17) (2023-12-24)


### Bug Fixes

* **deps:** update adobe fixes ([d584369](https://github.com/adobe/helix-html2md/commit/d584369472c60e0e2e06ffcce3565256f75f5866))

## [2.4.16](https://github.com/adobe/helix-html2md/compare/v2.4.15...v2.4.16) (2023-12-17)


### Bug Fixes

* **deps:** update adobe fixes ([666cb5d](https://github.com/adobe/helix-html2md/commit/666cb5d6c894eefc401d850d4781a921469204d4))

## [2.4.15](https://github.com/adobe/helix-html2md/compare/v2.4.14...v2.4.15) (2023-12-12)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.4.0 ([5a78442](https://github.com/adobe/helix-html2md/commit/5a78442f0e1f63940e5e0cc977fdfa15eeb9ab3c))

## [2.4.14](https://github.com/adobe/helix-html2md/compare/v2.4.13...v2.4.14) (2023-12-09)


### Bug Fixes

* **deps:** update adobe fixes ([9803e5a](https://github.com/adobe/helix-html2md/commit/9803e5ab62145c6b591b429054d6f20224f5bd58))

## [2.4.13](https://github.com/adobe/helix-html2md/compare/v2.4.12...v2.4.13) (2023-12-07)


### Bug Fixes

* **deps:** update adobe fixes ([6a75a57](https://github.com/adobe/helix-html2md/commit/6a75a57b8fa97e6905d7b1b9291336f0a7bb0b3a))

## [2.4.12](https://github.com/adobe/helix-html2md/compare/v2.4.11...v2.4.12) (2023-12-07)


### Bug Fixes

* force http 1.1 until NGHTTP2_INTERNAL_ERROR is fixed ([#354](https://github.com/adobe/helix-html2md/issues/354)) ([03607c1](https://github.com/adobe/helix-html2md/commit/03607c196d9e692fe59f7ffcdae95e2e71b0e289))

## [2.4.11](https://github.com/adobe/helix-html2md/compare/v2.4.10...v2.4.11) (2023-12-04)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.3.7 ([a690d69](https://github.com/adobe/helix-html2md/commit/a690d693d69a68c62ab5987a809157d5d87d9252))

## [2.4.10](https://github.com/adobe/helix-html2md/compare/v2.4.9...v2.4.10) (2023-12-04)


### Bug Fixes

* **deps:** update adobe fixes ([#349](https://github.com/adobe/helix-html2md/issues/349)) ([5985117](https://github.com/adobe/helix-html2md/commit/5985117e10b135f36d00342793206f4a3833036d))

## [2.4.9](https://github.com/adobe/helix-html2md/compare/v2.4.8...v2.4.9) (2023-11-26)


### Bug Fixes

* **deps:** update adobe fixes ([007b066](https://github.com/adobe/helix-html2md/commit/007b066feec825e759ee3d29f2f50fdfcc701f53))

## [2.4.8](https://github.com/adobe/helix-html2md/compare/v2.4.7...v2.4.8) (2023-11-19)


### Bug Fixes

* **deps:** update adobe fixes ([b7f08d2](https://github.com/adobe/helix-html2md/commit/b7f08d23551a06625f2db207b2a4bd487c15e04b))

## [2.4.7](https://github.com/adobe/helix-html2md/compare/v2.4.6...v2.4.7) (2023-11-18)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.3.4 ([ae6625a](https://github.com/adobe/helix-html2md/commit/ae6625a658be3a35908609df463bd0d50f80b313))

## [2.4.6](https://github.com/adobe/helix-html2md/compare/v2.4.5...v2.4.6) (2023-11-16)


### Bug Fixes

* propagate 4xx status unchanged ([#342](https://github.com/adobe/helix-html2md/issues/342)) ([be1dbec](https://github.com/adobe/helix-html2md/commit/be1dbec57870569d672dbbe5975f42fb9ed62fec))

## [2.4.5](https://github.com/adobe/helix-html2md/compare/v2.4.4...v2.4.5) (2023-11-14)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.3.2 ([51259f4](https://github.com/adobe/helix-html2md/commit/51259f45719a1006d23ffcccea8d75abfd3c46a2))

## [2.4.4](https://github.com/adobe/helix-html2md/compare/v2.4.3...v2.4.4) (2023-11-13)


### Bug Fixes

* **deps:** update adobe fixes ([#338](https://github.com/adobe/helix-html2md/issues/338)) ([b0c826a](https://github.com/adobe/helix-html2md/commit/b0c826a6ca92a80fa6a2f8f09622fb755a6b44f6))

## [2.4.3](https://github.com/adobe/helix-html2md/compare/v2.4.2...v2.4.3) (2023-11-12)


### Bug Fixes

* **deps:** update external fixes ([28724fa](https://github.com/adobe/helix-html2md/commit/28724faea5ec2196eaf3b48e844afb5d641c4b97))

## [2.4.2](https://github.com/adobe/helix-html2md/compare/v2.4.1...v2.4.2) (2023-11-09)


### Bug Fixes

* trigger release ([c06e7ef](https://github.com/adobe/helix-html2md/commit/c06e7ef13bedda8101e3d1cf1b8aeef807752947))

## [2.4.1](https://github.com/adobe/helix-html2md/compare/v2.4.0...v2.4.1) (2023-11-08)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.3.0 ([5a27c08](https://github.com/adobe/helix-html2md/commit/5a27c08730e63b4d813ead535c2154d410fe595c))

# [2.4.0](https://github.com/adobe/helix-html2md/compare/v2.3.6...v2.4.0) (2023-11-07)


### Features

* update media handler to 2.3.2 ([#330](https://github.com/adobe/helix-html2md/issues/330)) ([fbe75f5](https://github.com/adobe/helix-html2md/commit/fbe75f5d58b92b266a8ac34ba44ff419d3f19e61))

## [2.3.6](https://github.com/adobe/helix-html2md/compare/v2.3.5...v2.3.6) (2023-11-05)


### Bug Fixes

* **deps:** update adobe fixes ([90dd2c9](https://github.com/adobe/helix-html2md/commit/90dd2c997ddfc98ba853f67c6cd4912858241f34))

## [2.3.5](https://github.com/adobe/helix-html2md/compare/v2.3.4...v2.3.5) (2023-10-30)


### Bug Fixes

* revert loading all imgs in mediabus ([ff4dd1a](https://github.com/adobe/helix-html2md/commit/ff4dd1ae18011b8317d7432274c59762014a1e49)), closes [#268](https://github.com/adobe/helix-html2md/issues/268)

## [2.3.4](https://github.com/adobe/helix-html2md/compare/v2.3.3...v2.3.4) (2023-10-30)


### Bug Fixes

* **deps:** update adobe fixes ([43c8c83](https://github.com/adobe/helix-html2md/commit/43c8c83e30049afe2356f998dcd8f8247ab26305))

## [2.3.3](https://github.com/adobe/helix-html2md/compare/v2.3.2...v2.3.3) (2023-10-30)


### Bug Fixes

* **deps:** update dependency @adobe/fetch to v4.1.1 ([#323](https://github.com/adobe/helix-html2md/issues/323)) ([8473f94](https://github.com/adobe/helix-html2md/commit/8473f94778418258d268274a5864113328f82305))

## [2.3.2](https://github.com/adobe/helix-html2md/compare/v2.3.1...v2.3.2) (2023-10-28)


### Bug Fixes

* **deps:** update dependency unified to v11.0.4 ([#320](https://github.com/adobe/helix-html2md/issues/320)) ([6b8fe97](https://github.com/adobe/helix-html2md/commit/6b8fe976dc566aa533ef86342f4fb7d1bd593724))

## [2.3.1](https://github.com/adobe/helix-html2md/compare/v2.3.0...v2.3.1) (2023-10-28)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.2.18 ([efb5705](https://github.com/adobe/helix-html2md/commit/efb5705edd826c185d0f1b0410d9005a80d30fa5))

# [2.3.0](https://github.com/adobe/helix-html2md/compare/v2.2.7...v2.3.0) (2023-10-26)


### Features

* add support for images in page metadata ([ed0f6b4](https://github.com/adobe/helix-html2md/commit/ed0f6b4aee6b88f4b355a2bde85203169b401086)), closes [#316](https://github.com/adobe/helix-html2md/issues/316)

## [2.2.7](https://github.com/adobe/helix-html2md/compare/v2.2.6...v2.2.7) (2023-10-24)


### Bug Fixes

* add support for sub-, superscript, and underline ([#315](https://github.com/adobe/helix-html2md/issues/315)) ([66f1b6e](https://github.com/adobe/helix-html2md/commit/66f1b6e0c38c2e1aaf3f0e8862c82de5e13d0755)), closes [#314](https://github.com/adobe/helix-html2md/issues/314)

## [2.2.6](https://github.com/adobe/helix-html2md/compare/v2.2.5...v2.2.6) (2023-10-21)


### Bug Fixes

* **deps:** update adobe fixes ([613b08e](https://github.com/adobe/helix-html2md/commit/613b08e84a3c5777b96ad10762601fa0c7bce544))

## [2.2.5](https://github.com/adobe/helix-html2md/compare/v2.2.4...v2.2.5) (2023-10-21)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.2.16 ([cc6246a](https://github.com/adobe/helix-html2md/commit/cc6246a762a0dac3bc3f46be301c5b2747bc94e7))

## [2.2.4](https://github.com/adobe/helix-html2md/compare/v2.2.3...v2.2.4) (2023-10-18)


### Bug Fixes

* remove empty section at the end of a document ([eba88d0](https://github.com/adobe/helix-html2md/commit/eba88d0fab3bfeba4ff37c78b7d184bf7e9a769e))

## [2.2.3](https://github.com/adobe/helix-html2md/compare/v2.2.2...v2.2.3) (2023-10-14)


### Bug Fixes

* **deps:** update adobe fixes ([1737095](https://github.com/adobe/helix-html2md/commit/173709569aa9a22dfc77dd0220490dc0c57dd63f))

## [2.2.2](https://github.com/adobe/helix-html2md/compare/v2.2.1...v2.2.2) (2023-10-13)


### Bug Fixes

* convert all HTML tables to gridtables ([1c2ab8f](https://github.com/adobe/helix-html2md/commit/1c2ab8f0ecf145739bfb858a9cec0121bfd17156))

## [2.2.1](https://github.com/adobe/helix-html2md/compare/v2.2.0...v2.2.1) (2023-10-07)


### Bug Fixes

* **deps:** update adobe fixes ([c2f22ea](https://github.com/adobe/helix-html2md/commit/c2f22ea49fb3155b48ca6c0d43f984bddcdd97f0))

# [2.2.0](https://github.com/adobe/helix-html2md/compare/v2.1.12...v2.2.0) (2023-10-06)


### Features

* add handling for icons ([#300](https://github.com/adobe/helix-html2md/issues/300)) ([f7644b3](https://github.com/adobe/helix-html2md/commit/f7644b37bc8bc1dfa35fa588026cf63bbc00740d)), closes [#299](https://github.com/adobe/helix-html2md/issues/299)

## [2.1.12](https://github.com/adobe/helix-html2md/compare/v2.1.11...v2.1.12) (2023-10-02)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v7.1.0 ([c97feda](https://github.com/adobe/helix-html2md/commit/c97feda35531a88427d2b7888aee1947194dc232))

## [2.1.11](https://github.com/adobe/helix-html2md/compare/v2.1.10...v2.1.11) (2023-09-30)


### Bug Fixes

* **deps:** update dependency hast-util-to-mdast to v10.1.0 ([0981775](https://github.com/adobe/helix-html2md/commit/09817758d050b8f3c7ec8b19d50c2e9e348df1cc))

## [2.1.10](https://github.com/adobe/helix-html2md/compare/v2.1.9...v2.1.10) (2023-09-30)


### Bug Fixes

* **deps:** update adobe fixes ([a09fc95](https://github.com/adobe/helix-html2md/commit/a09fc9523c704b86088945c7b17f9b23637e4fa4))

## [2.1.9](https://github.com/adobe/helix-html2md/compare/v2.1.8...v2.1.9) (2023-09-27)


### Bug Fixes

* update dependencies ([#291](https://github.com/adobe/helix-html2md/issues/291)) ([7b028a6](https://github.com/adobe/helix-html2md/commit/7b028a668c2f0a242f7b749bfd6c3e4bc9c40cc0))

## [2.1.8](https://github.com/adobe/helix-html2md/compare/v2.1.7...v2.1.8) (2023-09-27)


### Bug Fixes

* **deps:** update adobe fixes ([#290](https://github.com/adobe/helix-html2md/issues/290)) ([7d361b2](https://github.com/adobe/helix-html2md/commit/7d361b2fdf049a411a9c68fe10fe843b9dd2cb7c))

## [2.1.7](https://github.com/adobe/helix-html2md/compare/v2.1.6...v2.1.7) (2023-09-16)


### Bug Fixes

* **deps:** update adobe fixes ([c3d15fa](https://github.com/adobe/helix-html2md/commit/c3d15faeccecfb896e9efa0aa55238992e4dac9e))

## [2.1.6](https://github.com/adobe/helix-html2md/compare/v2.1.5...v2.1.6) (2023-09-13)


### Bug Fixes

* **deps:** update adobe fixes ([1cd3c80](https://github.com/adobe/helix-html2md/commit/1cd3c80f9f0ec836a2f34f1dd9447036ba9ce485))

## [2.1.5](https://github.com/adobe/helix-html2md/compare/v2.1.4...v2.1.5) (2023-09-13)


### Bug Fixes

* **deps:** update dependency @adobe/fetch to v4.1.0 ([#285](https://github.com/adobe/helix-html2md/issues/285)) ([993658e](https://github.com/adobe/helix-html2md/commit/993658eba498ec299f734829613d0dd72eea457b))

## [2.1.4](https://github.com/adobe/helix-html2md/compare/v2.1.3...v2.1.4) (2023-09-09)


### Bug Fixes

* **deps:** update adobe fixes ([#284](https://github.com/adobe/helix-html2md/issues/284)) ([06520aa](https://github.com/adobe/helix-html2md/commit/06520aa92a6ca031f012288cd2c2817c2bf1d2fe))

## [2.1.3](https://github.com/adobe/helix-html2md/compare/v2.1.2...v2.1.3) (2023-09-04)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.2.8 ([#280](https://github.com/adobe/helix-html2md/issues/280)) ([0bf285a](https://github.com/adobe/helix-html2md/commit/0bf285afaec43eb74d564e6fa13be03dbb828236))

## [2.1.2](https://github.com/adobe/helix-html2md/compare/v2.1.1...v2.1.2) (2023-09-04)


### Bug Fixes

* **deps:** update dependency hast-util-to-mdast to v10.0.1 ([#277](https://github.com/adobe/helix-html2md/issues/277)) ([c5cad94](https://github.com/adobe/helix-html2md/commit/c5cad94b12675fa94d4dd58be0fa3efb5224107b))

## [2.1.1](https://github.com/adobe/helix-html2md/compare/v2.1.0...v2.1.1) (2023-09-02)


### Bug Fixes

* **deps:** update adobe fixes ([b46d073](https://github.com/adobe/helix-html2md/commit/b46d0738e9f8f0ddec0a8eb236fcc7207db3f318))

# [2.1.0](https://github.com/adobe/helix-html2md/compare/v2.0.44...v2.1.0) (2023-08-29)


### Features

* support x-html2md-img-src header ([#273](https://github.com/adobe/helix-html2md/issues/273)) ([2ad20ba](https://github.com/adobe/helix-html2md/commit/2ad20bad09fc11a8275079d7ee445cbb35c56918)), closes [#268](https://github.com/adobe/helix-html2md/issues/268)

## [2.0.44](https://github.com/adobe/helix-html2md/compare/v2.0.43...v2.0.44) (2023-08-26)


### Bug Fixes

* **deps:** update adobe fixes ([c16db89](https://github.com/adobe/helix-html2md/commit/c16db89912c8731b8a797e02836afbcb14213e52))

## [2.0.43](https://github.com/adobe/helix-html2md/compare/v2.0.42...v2.0.43) (2023-08-24)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v6.3.1 ([#270](https://github.com/adobe/helix-html2md/issues/270)) ([869d72b](https://github.com/adobe/helix-html2md/commit/869d72bbe457ded2f33c48b48e51c29167727491))

## [2.0.42](https://github.com/adobe/helix-html2md/compare/v2.0.41...v2.0.42) (2023-08-21)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.2.5 ([13f412a](https://github.com/adobe/helix-html2md/commit/13f412a5b8d3fa1ce2dafabb6c791a184a5575db))

## [2.0.41](https://github.com/adobe/helix-html2md/compare/v2.0.40...v2.0.41) (2023-08-14)


### Bug Fixes

* **deps:** update external major (major) ([#259](https://github.com/adobe/helix-html2md/issues/259)) ([43a5e39](https://github.com/adobe/helix-html2md/commit/43a5e39e4c45efa45b9714fa7e82eabe5da3a43e))

## [2.0.40](https://github.com/adobe/helix-html2md/compare/v2.0.39...v2.0.40) (2023-08-14)


### Bug Fixes

* **deps:** update adobe fixes ([#258](https://github.com/adobe/helix-html2md/issues/258)) ([f0b6258](https://github.com/adobe/helix-html2md/commit/f0b6258edd0c69ff8f5d1a224b265618e6791c46))

## [2.0.39](https://github.com/adobe/helix-html2md/compare/v2.0.38...v2.0.39) (2023-07-31)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.2.0 ([7da0480](https://github.com/adobe/helix-html2md/commit/7da0480189dc71aab97d9a8d2066ac4586462dfa))

## [2.0.38](https://github.com/adobe/helix-html2md/compare/v2.0.37...v2.0.38) (2023-07-29)


### Bug Fixes

* **deps:** update adobe fixes ([9319323](https://github.com/adobe/helix-html2md/commit/93193235c9e0dc22e8a806b0b7fb2f4011d11963))

## [2.0.37](https://github.com/adobe/helix-html2md/compare/v2.0.36...v2.0.37) (2023-07-24)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.1.32 ([5633f0b](https://github.com/adobe/helix-html2md/commit/5633f0b6c0bd45cdbb11abfdaccd2d476f5720fb))

## [2.0.36](https://github.com/adobe/helix-html2md/compare/v2.0.35...v2.0.36) (2023-07-22)


### Bug Fixes

* **deps:** update adobe fixes ([04d5267](https://github.com/adobe/helix-html2md/commit/04d5267fdf6ad73c7cd9b4f3236c8c052a910f68))

## [2.0.35](https://github.com/adobe/helix-html2md/compare/v2.0.34...v2.0.35) (2023-07-18)


### Bug Fixes

* **deps:** update adobe fixes ([#246](https://github.com/adobe/helix-html2md/issues/246)) ([57d9086](https://github.com/adobe/helix-html2md/commit/57d90860981a800ee8cb291662fc6386ce6dfa7d))

## [2.0.34](https://github.com/adobe/helix-html2md/compare/v2.0.33...v2.0.34) (2023-07-16)


### Bug Fixes

* **deps:** update adobe fixes ([c815de9](https://github.com/adobe/helix-html2md/commit/c815de9b564256d8e2b633a5ca6da210b29f63d5))

## [2.0.33](https://github.com/adobe/helix-html2md/compare/v2.0.32...v2.0.33) (2023-07-15)


### Bug Fixes

* **deps:** update adobe fixes ([4aaf4de](https://github.com/adobe/helix-html2md/commit/4aaf4dedb0f08ac037c3d8c975db7091fa37f457))

## [2.0.32](https://github.com/adobe/helix-html2md/compare/v2.0.31...v2.0.32) (2023-07-11)


### Bug Fixes

* **deps:** update external major (major) ([#241](https://github.com/adobe/helix-html2md/issues/241)) ([ed877f7](https://github.com/adobe/helix-html2md/commit/ed877f768cbd36af93262985c89bf93c562d012d))

## [2.0.31](https://github.com/adobe/helix-html2md/compare/v2.0.30...v2.0.31) (2023-07-08)


### Bug Fixes

* **deps:** update adobe fixes ([00e274e](https://github.com/adobe/helix-html2md/commit/00e274ebbd54336a13a1e21cee586f105ad7c179))

## [2.0.30](https://github.com/adobe/helix-html2md/compare/v2.0.29...v2.0.30) (2023-07-06)


### Bug Fixes

* **deps:** update adobe fixes ([#238](https://github.com/adobe/helix-html2md/issues/238)) ([57da930](https://github.com/adobe/helix-html2md/commit/57da93075e23e1c474eecd81eea2a5965da1fe1a))

## [2.0.29](https://github.com/adobe/helix-html2md/compare/v2.0.28...v2.0.29) (2023-06-28)


### Bug Fixes

* codeblock with tabs is not correctly converted to grid table ([#229](https://github.com/adobe/helix-html2md/issues/229)) ([ac77309](https://github.com/adobe/helix-html2md/commit/ac77309cad94aca96a160a47eddebc6b1e39326a)), closes [#230](https://github.com/adobe/helix-html2md/issues/230)

## [2.0.28](https://github.com/adobe/helix-html2md/compare/v2.0.27...v2.0.28) (2023-06-28)


### Bug Fixes

* **deps:** update dependency @adobe/remark-gridtables to v1.0.4 ([af26cfc](https://github.com/adobe/helix-html2md/commit/af26cfc48de790d2797d6550315b20edb6e5d280))

## [2.0.27](https://github.com/adobe/helix-html2md/compare/v2.0.26...v2.0.27) (2023-06-24)


### Bug Fixes

* **deps:** update adobe fixes ([48f6357](https://github.com/adobe/helix-html2md/commit/48f635770187ef0c18b9f367401ab241e87c81f9))

## [2.0.26](https://github.com/adobe/helix-html2md/compare/v2.0.25...v2.0.26) (2023-06-18)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.1.23 ([3d80548](https://github.com/adobe/helix-html2md/commit/3d8054817492ab5d593d9cc620d5fcb0b421eaae))

## [2.0.25](https://github.com/adobe/helix-html2md/compare/v2.0.24...v2.0.25) (2023-06-16)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.2.0 ([b98dcaa](https://github.com/adobe/helix-html2md/commit/b98dcaa750e2a381afbccaf45d964a5ea8262dc8))

## [2.0.24](https://github.com/adobe/helix-html2md/compare/v2.0.23...v2.0.24) (2023-06-10)


### Bug Fixes

* **deps:** update adobe fixes ([1f95346](https://github.com/adobe/helix-html2md/commit/1f95346ff3f0c5b193f5f0e213e965715932fcaa))

## [2.0.23](https://github.com/adobe/helix-html2md/compare/v2.0.22...v2.0.23) (2023-06-10)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.1.15 ([#220](https://github.com/adobe/helix-html2md/issues/220)) ([cd46f86](https://github.com/adobe/helix-html2md/commit/cd46f86233336124b5e8a86e3faae9575eada7e5))

## [2.0.22](https://github.com/adobe/helix-html2md/compare/v2.0.21...v2.0.22) (2023-06-04)


### Bug Fixes

* **deps:** update adobe fixes ([e07f87d](https://github.com/adobe/helix-html2md/commit/e07f87dcdf6ef2cd52e7d43844a768d399beaf5d))

## [2.0.21](https://github.com/adobe/helix-html2md/compare/v2.0.20...v2.0.21) (2023-05-28)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.1.19 ([44f07f6](https://github.com/adobe/helix-html2md/commit/44f07f6722b222c9ab9bc92b3d8ca6bf527b0cf5))

## [2.0.20](https://github.com/adobe/helix-html2md/compare/v2.0.19...v2.0.20) (2023-05-27)


### Bug Fixes

* **deps:** update adobe fixes ([a551453](https://github.com/adobe/helix-html2md/commit/a551453ef8b60dfffa9f1cdcde8c61614b6387dd))

## [2.0.19](https://github.com/adobe/helix-html2md/compare/v2.0.18...v2.0.19) (2023-05-20)


### Bug Fixes

* **deps:** update adobe fixes ([5f9f10c](https://github.com/adobe/helix-html2md/commit/5f9f10c8adcd6696a2fdab59a348c697b881ff80))

## [2.0.18](https://github.com/adobe/helix-html2md/compare/v2.0.17...v2.0.18) (2023-05-19)


### Bug Fixes

* **deps:** update adobe fixes ([7f3cec9](https://github.com/adobe/helix-html2md/commit/7f3cec9bfc3e729e07d53416f61fa9888d58e620))

## [2.0.17](https://github.com/adobe/helix-html2md/compare/v2.0.16...v2.0.17) (2023-05-14)


### Bug Fixes

* **deps:** update adobe fixes ([de5e049](https://github.com/adobe/helix-html2md/commit/de5e04938498190f22e6f45c5c78c592e31cd1aa))

## [2.0.16](https://github.com/adobe/helix-html2md/compare/v2.0.15...v2.0.16) (2023-05-14)


### Bug Fixes

* **deps:** update adobe fixes ([58144ee](https://github.com/adobe/helix-html2md/commit/58144eef8e279816300e2122740daaefb4bf293e))

## [2.0.15](https://github.com/adobe/helix-html2md/compare/v2.0.14...v2.0.15) (2023-05-09)


### Bug Fixes

* **deps:** update adobe fixes ([#196](https://github.com/adobe/helix-html2md/issues/196)) ([3af7530](https://github.com/adobe/helix-html2md/commit/3af7530deb474eec2c6cf140c585c3e033a5623d))

## [2.0.14](https://github.com/adobe/helix-html2md/compare/v2.0.13...v2.0.14) (2023-05-09)


### Bug Fixes

* **deps:** update adobe fixes ([#193](https://github.com/adobe/helix-html2md/issues/193)) ([7738f4d](https://github.com/adobe/helix-html2md/commit/7738f4d471c17e35f76d8a846fd1780cdf92e680))

## [2.0.13](https://github.com/adobe/helix-html2md/compare/v2.0.12...v2.0.13) (2023-05-09)


### Bug Fixes

* use about:error for missing images ([#194](https://github.com/adobe/helix-html2md/issues/194)) ([84769e3](https://github.com/adobe/helix-html2md/commit/84769e31b3beb64054e433fb2cb7e228226f80cf))

## [2.0.12](https://github.com/adobe/helix-html2md/compare/v2.0.11...v2.0.12) (2023-05-08)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.1.12 ([#192](https://github.com/adobe/helix-html2md/issues/192)) ([f857347](https://github.com/adobe/helix-html2md/commit/f857347220d8d7eccbd8b6f97fb6f001a3414b19))

## [2.0.11](https://github.com/adobe/helix-html2md/compare/v2.0.10...v2.0.11) (2023-05-06)


### Bug Fixes

* **deps:** update adobe fixes ([01e3093](https://github.com/adobe/helix-html2md/commit/01e30938e0a830335d01d295074aa032296f93f1))

## [2.0.10](https://github.com/adobe/helix-html2md/compare/v2.0.9...v2.0.10) (2023-05-04)


### Bug Fixes

* **deps:** update adobe fixes ([#188](https://github.com/adobe/helix-html2md/issues/188)) ([5f35b62](https://github.com/adobe/helix-html2md/commit/5f35b6238aeab5f961fed5e4b7a4b74fe84dff20))

## [2.0.9](https://github.com/adobe/helix-html2md/compare/v2.0.8...v2.0.9) (2023-04-29)


### Bug Fixes

* **deps:** update adobe fixes ([6594671](https://github.com/adobe/helix-html2md/commit/65946712e24281aca6ab45208d4cbe02282e9a6a))

## [2.0.8](https://github.com/adobe/helix-html2md/compare/v2.0.7...v2.0.8) (2023-04-29)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2.1.8 ([76c4e8d](https://github.com/adobe/helix-html2md/commit/76c4e8df6016b677b94bfc5071d1637de0045e23))

## [2.0.7](https://github.com/adobe/helix-html2md/compare/v2.0.6...v2.0.7) (2023-04-22)


### Bug Fixes

* **deps:** update adobe fixes ([4c34a92](https://github.com/adobe/helix-html2md/commit/4c34a926d8ca88b536aa741d37c2263345a9a690))

## [2.0.6](https://github.com/adobe/helix-html2md/compare/v2.0.5...v2.0.6) (2023-04-17)


### Bug Fixes

* **deps:** update adobe fixes ([#178](https://github.com/adobe/helix-html2md/issues/178)) ([95db1ab](https://github.com/adobe/helix-html2md/commit/95db1ab80734932843d30e771e03aa50fe226f32))

## [2.0.5](https://github.com/adobe/helix-html2md/compare/v2.0.4...v2.0.5) (2023-04-13)


### Bug Fixes

* **deps:** update adobe fixes ([a2124d1](https://github.com/adobe/helix-html2md/commit/a2124d1ea1c5a3ade27b8b6c3e63a2b2b384167b))

## [2.0.4](https://github.com/adobe/helix-html2md/compare/v2.0.3...v2.0.4) (2023-04-11)


### Bug Fixes

* **deps:** update adobe fixes ([181c492](https://github.com/adobe/helix-html2md/commit/181c492dd7682a3f3e49486667ea6a097961e748))

## [2.0.3](https://github.com/adobe/helix-html2md/compare/v2.0.2...v2.0.3) (2023-04-11)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v2 ([#170](https://github.com/adobe/helix-html2md/issues/170)) ([e503c1b](https://github.com/adobe/helix-html2md/commit/e503c1b89145bb17b62523edc0a07ac118cfabbf))

## [2.0.2](https://github.com/adobe/helix-html2md/compare/v2.0.1...v2.0.2) (2023-04-04)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2.1.0 ([c948ece](https://github.com/adobe/helix-html2md/commit/c948ece0cf7352554528b047eb5067f613146907))

## [2.0.1](https://github.com/adobe/helix-html2md/compare/v2.0.0...v2.0.1) (2023-04-02)


### Bug Fixes

* **deps:** update adobe fixes ([e4e8940](https://github.com/adobe/helix-html2md/commit/e4e89405a1c769a2a4e59fb1fa7d5a5a9ab0c071))

# [2.0.0](https://github.com/adobe/helix-html2md/compare/v1.3.65...v2.0.0) (2023-03-28)


### Bug Fixes

* remove url support and move to helix3 ([86beac3](https://github.com/adobe/helix-html2md/commit/86beac3efa72b9aca704457cab954e0f7c824cd3))


### BREAKING CHANGES

* url parameter no longer supported

## [1.3.65](https://github.com/adobe/helix-html2md/compare/v1.3.64...v1.3.65) (2023-03-27)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v1.6.36 ([8c9b685](https://github.com/adobe/helix-html2md/commit/8c9b6855c020cee9391e6b70484ff4a4d0527383))

## [1.3.64](https://github.com/adobe/helix-html2md/compare/v1.3.63...v1.3.64) (2023-03-27)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v1.6.35 ([16ae7e4](https://github.com/adobe/helix-html2md/commit/16ae7e41233f01af32c0b0c48d5cc686a5b30f17))

## [1.3.63](https://github.com/adobe/helix-html2md/compare/v1.3.62...v1.3.63) (2023-03-21)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v1.6.34 ([94cbf07](https://github.com/adobe/helix-html2md/commit/94cbf079be3809f60811c0b739324300bc7ccb83))

## [1.3.62](https://github.com/adobe/helix-html2md/compare/v1.3.61...v1.3.62) (2023-03-21)


### Bug Fixes

* **deps:** update adobe fixes ([799424c](https://github.com/adobe/helix-html2md/commit/799424ca4a42ae07a32aab91ccfbd19bfea8e09a))

## [1.3.61](https://github.com/adobe/helix-html2md/compare/v1.3.60...v1.3.61) (2023-03-18)


### Bug Fixes

* **deps:** update adobe fixes ([b1427f4](https://github.com/adobe/helix-html2md/commit/b1427f41c5a61cfd9552729fa598a137acfef634))

## [1.3.60](https://github.com/adobe/helix-html2md/compare/v1.3.59...v1.3.60) (2023-03-14)


### Bug Fixes

* **deps:** update adobe fixes ([ef0ec02](https://github.com/adobe/helix-html2md/commit/ef0ec02d67e707309480ebfc6c5a2c09982c222d))

## [1.3.59](https://github.com/adobe/helix-html2md/compare/v1.3.58...v1.3.59) (2023-03-11)


### Bug Fixes

* **deps:** update adobe fixes ([e03b39b](https://github.com/adobe/helix-html2md/commit/e03b39b18b5a3358429d6170a78a20a5407e0a9b))

## [1.3.58](https://github.com/adobe/helix-html2md/compare/v1.3.57...v1.3.58) (2023-03-05)


### Bug Fixes

* **deps:** update adobe fixes ([4a5be4c](https://github.com/adobe/helix-html2md/commit/4a5be4c39a237ec4138f030c168b6d43e9e52311))

## [1.3.57](https://github.com/adobe/helix-html2md/compare/v1.3.56...v1.3.57) (2023-02-22)


### Bug Fixes

* **deps:** update adobe fixes ([#141](https://github.com/adobe/helix-html2md/issues/141)) ([fdc8c8b](https://github.com/adobe/helix-html2md/commit/fdc8c8bfce5edc9f67b554d760beaeded5668b9a))

## [1.3.56](https://github.com/adobe/helix-html2md/compare/v1.3.55...v1.3.56) (2023-02-18)


### Bug Fixes

* **deps:** update adobe fixes ([0d5473d](https://github.com/adobe/helix-html2md/commit/0d5473d7c424d26d4d650db4a7bffbb15d382b76))

## [1.3.55](https://github.com/adobe/helix-html2md/compare/v1.3.54...v1.3.55) (2023-02-15)


### Bug Fixes

* **deps:** update adobe fixes ([3b67076](https://github.com/adobe/helix-html2md/commit/3b6707629f810f750cf7340abc0b75eda34ec141))

## [1.3.54](https://github.com/adobe/helix-html2md/compare/v1.3.53...v1.3.54) (2023-02-12)


### Bug Fixes

* **deps:** update adobe fixes ([003d8e6](https://github.com/adobe/helix-html2md/commit/003d8e68dcad27b66c54485a15aa24aef142994e))

## [1.3.53](https://github.com/adobe/helix-html2md/compare/v1.3.52...v1.3.53) (2023-02-04)


### Bug Fixes

* **deps:** update adobe fixes ([ce84539](https://github.com/adobe/helix-html2md/commit/ce84539bc11be5a0077046caf62acaf76b9eafae))

## [1.3.52](https://github.com/adobe/helix-html2md/compare/v1.3.51...v1.3.52) (2023-01-31)


### Bug Fixes

* **deps:** update adobe major (major) ([#126](https://github.com/adobe/helix-html2md/issues/126)) ([5cfae4e](https://github.com/adobe/helix-html2md/commit/5cfae4e2ee609c6133a47d594aa6f46044a1ceaf))

## [1.3.51](https://github.com/adobe/helix-html2md/compare/v1.3.50...v1.3.51) (2023-01-29)


### Bug Fixes

* **deps:** update adobe fixes ([d03f666](https://github.com/adobe/helix-html2md/commit/d03f666bf4bca092231c3383ebfeb3af7065e7e7))

## [1.3.50](https://github.com/adobe/helix-html2md/compare/v1.3.49...v1.3.50) (2023-01-28)


### Bug Fixes

* **deps:** update external fixes ([0f41ee5](https://github.com/adobe/helix-html2md/commit/0f41ee579ade3b3efa068f0f2fec84e59bf9d58f))

## [1.3.49](https://github.com/adobe/helix-html2md/compare/v1.3.48...v1.3.49) (2023-01-26)


### Bug Fixes

* **deps:** update dependency @adobe/helix-shared-process-queue to v2.1.0 ([0c9673c](https://github.com/adobe/helix-html2md/commit/0c9673c290eec808e9d4775a5542539f0106df8f))

## [1.3.48](https://github.com/adobe/helix-html2md/compare/v1.3.47...v1.3.48) (2023-01-23)


### Bug Fixes

* **deps:** update adobe fixes ([#122](https://github.com/adobe/helix-html2md/issues/122)) ([927fd73](https://github.com/adobe/helix-html2md/commit/927fd7340097c47d0022f4dca99b01da81b0140d))

## [1.3.47](https://github.com/adobe/helix-html2md/compare/v1.3.46...v1.3.47) (2023-01-20)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v6.1.0 ([797fd5f](https://github.com/adobe/helix-html2md/commit/797fd5f633ecbb2dd7052f2d8d62ad3be9db7f0f))

## [1.3.46](https://github.com/adobe/helix-html2md/compare/v1.3.45...v1.3.46) (2023-01-19)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v6.0.1 ([ff3f788](https://github.com/adobe/helix-html2md/commit/ff3f788258c8163aa8c8c35ca1afdfb2bbf4e3e2))

## [1.3.45](https://github.com/adobe/helix-html2md/compare/v1.3.44...v1.3.45) (2023-01-18)


### Bug Fixes

* **deps:** update dependency @adobe/remark-gridtables to v1.0.1 ([#118](https://github.com/adobe/helix-html2md/issues/118)) ([9f0589f](https://github.com/adobe/helix-html2md/commit/9f0589fabf3ce3ddfffe4844c131368da3f9f8e9))

## [1.3.44](https://github.com/adobe/helix-html2md/compare/v1.3.43...v1.3.44) (2023-01-16)


### Bug Fixes

* **deps:** update dependency hast-util-to-mdast to v9 ([#116](https://github.com/adobe/helix-html2md/issues/116)) ([581b9ba](https://github.com/adobe/helix-html2md/commit/581b9ba7c4bfc74ffb209d9dae432b3c1bf2ac55))

## [1.3.43](https://github.com/adobe/helix-html2md/compare/v1.3.42...v1.3.43) (2023-01-13)


### Bug Fixes

* pass R2 credentials from env ([#112](https://github.com/adobe/helix-html2md/issues/112)) ([b538678](https://github.com/adobe/helix-html2md/commit/b538678896b666184a45a0f74270a83440af56c3))

## [1.3.42](https://github.com/adobe/helix-html2md/compare/v1.3.41...v1.3.42) (2023-01-13)


### Bug Fixes

* **deps:** update adobe fixes ([#111](https://github.com/adobe/helix-html2md/issues/111)) ([33a22c8](https://github.com/adobe/helix-html2md/commit/33a22c8c33d1f67021d8a8f7ba9d32eb977eb1e5))

## [1.3.41](https://github.com/adobe/helix-html2md/compare/v1.3.40...v1.3.41) (2023-01-12)


### Bug Fixes

* Use node 18 for circleci and AWS ([#110](https://github.com/adobe/helix-html2md/issues/110)) ([d11ca67](https://github.com/adobe/helix-html2md/commit/d11ca67b5c5bc8350ef4928f47f8753e4531f2cf))

## [1.3.40](https://github.com/adobe/helix-html2md/compare/v1.3.39...v1.3.40) (2023-01-12)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v2 ([#109](https://github.com/adobe/helix-html2md/issues/109)) ([bc945a7](https://github.com/adobe/helix-html2md/commit/bc945a726e47b4a771e8c168c08b5fce2d1361bc))

## [1.3.39](https://github.com/adobe/helix-html2md/compare/v1.3.38...v1.3.39) (2023-01-09)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v1.2.25 ([#106](https://github.com/adobe/helix-html2md/issues/106)) ([fef4743](https://github.com/adobe/helix-html2md/commit/fef47433795ac323085d32de3cfa4b42f23b2bca))

## [1.3.38](https://github.com/adobe/helix-html2md/compare/v1.3.37...v1.3.38) (2022-12-26)


### Bug Fixes

* **deps:** update adobe fixes ([2737062](https://github.com/adobe/helix-html2md/commit/2737062db07fcba6c3d625d10d36046eb02b1c07))

## [1.3.37](https://github.com/adobe/helix-html2md/compare/v1.3.36...v1.3.37) (2022-12-17)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v1.2.21 ([4b3eb16](https://github.com/adobe/helix-html2md/commit/4b3eb16aa0181cdeb41be4d6996651f5b60e3fff))

## [1.3.36](https://github.com/adobe/helix-html2md/compare/v1.3.35...v1.3.36) (2022-12-17)


### Bug Fixes

* add round-trip conversion tests ([#93](https://github.com/adobe/helix-html2md/issues/93)) ([61552f1](https://github.com/adobe/helix-html2md/commit/61552f15b596a1327afc31fdf984f25363054c56))

## [1.3.35](https://github.com/adobe/helix-html2md/compare/v1.3.34...v1.3.35) (2022-12-10)


### Bug Fixes

* **deps:** update adobe fixes ([d585d56](https://github.com/adobe/helix-html2md/commit/d585d5649a7a828552b72fa90d6ada82f52206ab))

## [1.3.34](https://github.com/adobe/helix-html2md/compare/v1.3.33...v1.3.34) (2022-12-03)


### Bug Fixes

* **deps:** update adobe fixes ([898d436](https://github.com/adobe/helix-html2md/commit/898d4365e08556f1a4816e93b27b0318a47b9a34))

## [1.3.33](https://github.com/adobe/helix-html2md/compare/v1.3.32...v1.3.33) (2022-11-29)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v1.6.13 ([5b617d9](https://github.com/adobe/helix-html2md/commit/5b617d9cafd46c983332168b1d771f6f3984171a))

## [1.3.32](https://github.com/adobe/helix-html2md/compare/v1.3.31...v1.3.32) (2022-11-29)


### Bug Fixes

* preserve mountpoint pathname on content source req ([#91](https://github.com/adobe/helix-html2md/issues/91)) ([1229ec6](https://github.com/adobe/helix-html2md/commit/1229ec6ac3d568babae04662e2b7d3c6658f21e5))

## [1.3.31](https://github.com/adobe/helix-html2md/compare/v1.3.30...v1.3.31) (2022-11-27)


### Bug Fixes

* **deps:** update adobe fixes ([ebc61ae](https://github.com/adobe/helix-html2md/commit/ebc61ae2942764bb01411cbc9b63bc6fcddfce7c))

## [1.3.30](https://github.com/adobe/helix-html2md/compare/v1.3.29...v1.3.30) (2022-11-23)


### Bug Fixes

* **deps:** update dependency @adobe/helix-shared-process-queue to v2 ([#87](https://github.com/adobe/helix-html2md/issues/87)) ([addff52](https://github.com/adobe/helix-html2md/commit/addff52e964de12647925d21b8674b5ccb640316))

## [1.3.29](https://github.com/adobe/helix-html2md/compare/v1.3.28...v1.3.29) (2022-11-19)


### Bug Fixes

* **deps:** update adobe fixes ([cca0b97](https://github.com/adobe/helix-html2md/commit/cca0b97ec8ab2601f9e0db4d332bbc6413c399a9))

## [1.3.28](https://github.com/adobe/helix-html2md/compare/v1.3.27...v1.3.28) (2022-11-18)


### Bug Fixes

* **deps:** update adobe fixes ([a7719e3](https://github.com/adobe/helix-html2md/commit/a7719e3398636a103ae3ae6cabca71680d9f32b9))

## [1.3.27](https://github.com/adobe/helix-html2md/compare/v1.3.26...v1.3.27) (2022-11-18)


### Bug Fixes

* **deps:** remove @adobe/helix-universal-logger ([fb1d38c](https://github.com/adobe/helix-html2md/commit/fb1d38c69c53e748c2d3a8daebca33a764b2deee))

## [1.3.26](https://github.com/adobe/helix-html2md/compare/v1.3.25...v1.3.26) (2022-11-16)


### Bug Fixes

* sharpen classNameToBlockType ([#80](https://github.com/adobe/helix-html2md/issues/80)) ([280d8f5](https://github.com/adobe/helix-html2md/commit/280d8f5a344c536e8b2b6f82a53323021f4079ea))

## [1.3.25](https://github.com/adobe/helix-html2md/compare/v1.3.24...v1.3.25) (2022-11-12)


### Bug Fixes

* **deps:** update adobe fixes ([7528317](https://github.com/adobe/helix-html2md/commit/75283176a2d1379f7f2da8327e4a46afc07420f8))

## [1.3.24](https://github.com/adobe/helix-html2md/compare/v1.3.23...v1.3.24) (2022-11-05)


### Bug Fixes

* **deps:** update adobe fixes ([adecfa7](https://github.com/adobe/helix-html2md/commit/adecfa72feab7cbae86bd848c8259eb8fedbe631))

## [1.3.23](https://github.com/adobe/helix-html2md/compare/v1.3.22...v1.3.23) (2022-11-03)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v6 ([#74](https://github.com/adobe/helix-html2md/issues/74)) ([f5de704](https://github.com/adobe/helix-html2md/commit/f5de70496021b9c7103a307b7261fec7d897c3f9))

## [1.3.22](https://github.com/adobe/helix-html2md/compare/v1.3.21...v1.3.22) (2022-11-03)


### Bug Fixes

* use adobe gridtables ([#73](https://github.com/adobe/helix-html2md/issues/73)) ([8cfc0f1](https://github.com/adobe/helix-html2md/commit/8cfc0f115cd04a59410d93fcde1a97b1cbc2e0ba))

## [1.3.21](https://github.com/adobe/helix-html2md/compare/v1.3.20...v1.3.21) (2022-10-29)


### Bug Fixes

* **deps:** update adobe fixes ([97002f6](https://github.com/adobe/helix-html2md/commit/97002f67c896bd916c7ce82f19c680671c469b32))

## [1.3.20](https://github.com/adobe/helix-html2md/compare/v1.3.19...v1.3.20) (2022-10-26)


### Bug Fixes

* **deps:** update adobe fixes ([#70](https://github.com/adobe/helix-html2md/issues/70)) ([a868199](https://github.com/adobe/helix-html2md/commit/a86819939b22e4ee9cee6a9fa97fb673d1b0cb8e))

## [1.3.19](https://github.com/adobe/helix-html2md/compare/v1.3.18...v1.3.19) (2022-10-15)


### Bug Fixes

* **deps:** update adobe fixes ([ec53c15](https://github.com/adobe/helix-html2md/commit/ec53c15134710965ec283dd43cfd267dcd4c3540))

## [1.3.18](https://github.com/adobe/helix-html2md/compare/v1.3.17...v1.3.18) (2022-10-15)


### Bug Fixes

* **deps:** update adobe fixes ([770dc67](https://github.com/adobe/helix-html2md/commit/770dc67b53ccaa88c5a334d73a9e8d18081f74c4))

## [1.3.17](https://github.com/adobe/helix-html2md/compare/v1.3.16...v1.3.17) (2022-10-14)


### Bug Fixes

* **deps:** update adobe fixes ([d756fc9](https://github.com/adobe/helix-html2md/commit/d756fc92ab60ab72bcbe5325116993d81dabdfa1))

## [1.3.16](https://github.com/adobe/helix-html2md/compare/v1.3.15...v1.3.16) (2022-10-13)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v1.6.0 ([cede8ba](https://github.com/adobe/helix-html2md/commit/cede8ba12a619342daeaee01b75f9d27730f65fd))

## [1.3.15](https://github.com/adobe/helix-html2md/compare/v1.3.14...v1.3.15) (2022-10-11)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v1.5.0 ([cb67b75](https://github.com/adobe/helix-html2md/commit/cb67b75e23e411d90c62d350683556edd40b5056))

## [1.3.14](https://github.com/adobe/helix-html2md/compare/v1.3.13...v1.3.14) (2022-10-08)


### Bug Fixes

* **deps:** update adobe fixes ([d78ecd2](https://github.com/adobe/helix-html2md/commit/d78ecd2299f56175c3967048fbea688179abd4cc))

## [1.3.13](https://github.com/adobe/helix-html2md/compare/v1.3.12...v1.3.13) (2022-10-06)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v1.2.7 ([#57](https://github.com/adobe/helix-html2md/issues/57)) ([e1ee735](https://github.com/adobe/helix-html2md/commit/e1ee73579eaf5b272df155eecd95812b0642a9f0))

## [1.3.12](https://github.com/adobe/helix-html2md/compare/v1.3.11...v1.3.12) (2022-10-05)


### Bug Fixes

* **deps:** update adobe fixes ([#56](https://github.com/adobe/helix-html2md/issues/56)) ([410be51](https://github.com/adobe/helix-html2md/commit/410be51ef464880deaf6964e39c9f3ba6babf102))

## [1.3.11](https://github.com/adobe/helix-html2md/compare/v1.3.10...v1.3.11) (2022-10-04)


### Bug Fixes

* **deps:** update dependency @adobe/helix-status to v9.2.15 ([eb6a936](https://github.com/adobe/helix-html2md/commit/eb6a936e2eb0ee0d2d1bbf0c408b0d0cfb5c3b52))

## [1.3.10](https://github.com/adobe/helix-html2md/compare/v1.3.9...v1.3.10) (2022-10-01)


### Bug Fixes

* **deps:** update adobe fixes ([2f09902](https://github.com/adobe/helix-html2md/commit/2f09902a02027696de9cd87aeeb559f615d56bd0))

## [1.3.9](https://github.com/adobe/helix-html2md/compare/v1.3.8...v1.3.9) (2022-09-28)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v5.0.9 ([#51](https://github.com/adobe/helix-html2md/issues/51)) ([daa9dab](https://github.com/adobe/helix-html2md/commit/daa9dab72850d818fbc63da4a16357d147b7f636))

## [1.3.8](https://github.com/adobe/helix-html2md/compare/v1.3.7...v1.3.8) (2022-09-27)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v1.3.13 ([#50](https://github.com/adobe/helix-html2md/issues/50)) ([43d0f70](https://github.com/adobe/helix-html2md/commit/43d0f7069d70e9be1da1ac19abc25039e1d6e656))

## [1.3.7](https://github.com/adobe/helix-html2md/compare/v1.3.6...v1.3.7) (2022-09-25)


### Bug Fixes

* @adobe/helix-fetch -> @adobe/fetch ([ec6d9a7](https://github.com/adobe/helix-html2md/commit/ec6d9a76614b8bfa6aa624b2b9268c5f96e4a51b))

## [1.3.6](https://github.com/adobe/helix-html2md/compare/v1.3.5...v1.3.6) (2022-09-24)


### Bug Fixes

* **deps:** update adobe fixes ([42d7e9c](https://github.com/adobe/helix-html2md/commit/42d7e9cbdeefc9b4cd8bb7779cbf63d00183c5d0))

## [1.3.5](https://github.com/adobe/helix-html2md/compare/v1.3.4...v1.3.5) (2022-09-23)


### Bug Fixes

* **deps:** update dependency @adobe/helix-admin-support to v1.3.10 ([38a7ce4](https://github.com/adobe/helix-html2md/commit/38a7ce449d09df8015cce65ffb763c3a60a22f4e))

## [1.3.4](https://github.com/adobe/helix-html2md/compare/v1.3.3...v1.3.4) (2022-09-23)


### Bug Fixes

* **deps:** update adobe fixes ([ac767a3](https://github.com/adobe/helix-html2md/commit/ac767a3ad5874534f29290ff55813e4334d9b47f))

## [1.3.3](https://github.com/adobe/helix-html2md/compare/v1.3.2...v1.3.3) (2022-09-22)


### Bug Fixes

* **deps:** update dependency @adobe/helix-status to v9.2.14 ([b567ea8](https://github.com/adobe/helix-html2md/commit/b567ea84b4db0d7c40937c698badd8fb5863e938))

## [1.3.2](https://github.com/adobe/helix-html2md/compare/v1.3.1...v1.3.2) (2022-09-17)


### Bug Fixes

* **deps:** update adobe fixes ([dac8e82](https://github.com/adobe/helix-html2md/commit/dac8e82c11236e6fb2bf1282b22a7435cb6a12a1))

## [1.3.1](https://github.com/adobe/helix-html2md/compare/v1.3.0...v1.3.1) (2022-09-14)


### Bug Fixes

* pass authorization header to mediahandler ([#39](https://github.com/adobe/helix-html2md/issues/39)) ([bb063cf](https://github.com/adobe/helix-html2md/commit/bb063cf18fe240fbe7f8acad972f6985c28b2000))

# [1.3.0](https://github.com/adobe/helix-html2md/compare/v1.2.13...v1.3.0) (2022-09-14)


### Features

* process images and upload to mediabus ([#38](https://github.com/adobe/helix-html2md/issues/38)) ([084464a](https://github.com/adobe/helix-html2md/commit/084464aa6490d3a58f0f94af3b2e61e4c835e346)), closes [#37](https://github.com/adobe/helix-html2md/issues/37)

## [1.2.13](https://github.com/adobe/helix-html2md/compare/v1.2.12...v1.2.13) (2022-09-13)


### Bug Fixes

* translate .md files ([4963cf9](https://github.com/adobe/helix-html2md/commit/4963cf99c9ce3a57579c434148825e1b7d558699))

## [1.2.12](https://github.com/adobe/helix-html2md/compare/v1.2.11...v1.2.12) (2022-09-13)


### Bug Fixes

* **deps:** update dependency @adobe/helix-shared-utils to v2.1.0 ([#35](https://github.com/adobe/helix-html2md/issues/35)) ([d8e24a7](https://github.com/adobe/helix-html2md/commit/d8e24a72e8ec35ee67135f5d366fc13c20f9df01))

## [1.2.11](https://github.com/adobe/helix-html2md/compare/v1.2.10...v1.2.11) (2022-09-13)


### Bug Fixes

* handle trailing slash correctly ([cf15413](https://github.com/adobe/helix-html2md/commit/cf154134b5b0bfcd4232651984817df02ce95fb3))

## [1.2.10](https://github.com/adobe/helix-html2md/compare/v1.2.9...v1.2.10) (2022-09-13)


### Bug Fixes

* always use gridtables ([#34](https://github.com/adobe/helix-html2md/issues/34)) ([20c787f](https://github.com/adobe/helix-html2md/commit/20c787fbcaee857e96bb5870af8c7a3f006c7744))
* post-deploy test ([1a8942e](https://github.com/adobe/helix-html2md/commit/1a8942e7907f7f002c9f287c4c1c8d639555fc3a))

## [1.2.9](https://github.com/adobe/helix-html2md/compare/v1.2.8...v1.2.9) (2022-09-11)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v1.2.2 ([d2411d4](https://github.com/adobe/helix-html2md/commit/d2411d49b27b7ba784899dff819c7449b5d0439f))

## [1.2.8](https://github.com/adobe/helix-html2md/compare/v1.2.7...v1.2.8) (2022-09-10)


### Bug Fixes

* **deps:** update adobe fixes ([#32](https://github.com/adobe/helix-html2md/issues/32)) ([580c2ef](https://github.com/adobe/helix-html2md/commit/580c2ef28c85dfacf6d6cfaa71b8647ea4a01f2d))

## [1.2.7](https://github.com/adobe/helix-html2md/compare/v1.2.6...v1.2.7) (2022-09-10)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v1.2.1 ([#31](https://github.com/adobe/helix-html2md/issues/31)) ([a9c723a](https://github.com/adobe/helix-html2md/commit/a9c723a5b9550d5f0b0cd2b7d30a19f9f053b123))

## [1.2.6](https://github.com/adobe/helix-html2md/compare/v1.2.5...v1.2.6) (2022-09-09)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v5 ([#28](https://github.com/adobe/helix-html2md/issues/28)) ([ec65620](https://github.com/adobe/helix-html2md/commit/ec65620ccadcdd8d5ec605540dfb89647c3c6a69))
* **deps:** update dependency @adobe/helix-markdown-support to v5.0.7 ([#29](https://github.com/adobe/helix-html2md/issues/29)) ([1c66587](https://github.com/adobe/helix-html2md/commit/1c6658749691c0b363f870639f6b654a7f7417be))

## [1.2.5](https://github.com/adobe/helix-html2md/compare/v1.2.4...v1.2.5) (2022-09-06)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v4.0.4 ([39f3d33](https://github.com/adobe/helix-html2md/commit/39f3d3384e31234d40629787fc977885b8319af4))

## [1.2.4](https://github.com/adobe/helix-html2md/compare/v1.2.3...v1.2.4) (2022-09-05)


### Bug Fixes

* **deps:** update adobe fixes ([cc1f7b8](https://github.com/adobe/helix-html2md/commit/cc1f7b81ffe248c781cc6d11d93cadc0adc0a022))

## [1.2.3](https://github.com/adobe/helix-html2md/compare/v1.2.2...v1.2.3) (2022-09-03)


### Bug Fixes

* **deps:** update dependency @adobe/helix-markdown-support to v4.0.2 ([7708c11](https://github.com/adobe/helix-html2md/commit/7708c117d95282a617c71fd4d78b916f5ec314ae))

## [1.2.2](https://github.com/adobe/helix-html2md/compare/v1.2.1...v1.2.2) (2022-09-02)


### Bug Fixes

* **deps:** update adobe fixes ([#21](https://github.com/adobe/helix-html2md/issues/21)) ([e8b5e7d](https://github.com/adobe/helix-html2md/commit/e8b5e7d31b67d940ba7700d2ce817dd5399db29e))
* use release gt ([#23](https://github.com/adobe/helix-html2md/issues/23)) ([1429bc8](https://github.com/adobe/helix-html2md/commit/1429bc8af69b06e934b65127e66ddd4f6bc52ed2))

## [1.2.1](https://github.com/adobe/helix-html2md/compare/v1.2.0...v1.2.1) (2022-08-31)


### Bug Fixes

* **deps:** update adobe fixes ([#15](https://github.com/adobe/helix-html2md/issues/15)) ([eac703e](https://github.com/adobe/helix-html2md/commit/eac703eb84254814f15a4cf503f3cced3e172012))
* **deps:** update dependency @adobe/helix-mediahandler to v1.1.0 ([#18](https://github.com/adobe/helix-html2md/issues/18)) ([2bc3264](https://github.com/adobe/helix-html2md/commit/2bc326473f5d53e8b4808b47d59ceb4ebf090271))
* use latest grid-tables ([#19](https://github.com/adobe/helix-html2md/issues/19)) ([60f9e2d](https://github.com/adobe/helix-html2md/commit/60f9e2d6b0d8b958a78ba72d44416121bbbd39ab))

# [1.2.0](https://github.com/adobe/helix-html2md/compare/v1.1.0...v1.2.0) (2022-08-25)


### Features

* add path-based fetch ([53fa0f9](https://github.com/adobe/helix-html2md/commit/53fa0f9f52d3667cac2bade6ceee96ca5def7c21))

# [1.1.0](https://github.com/adobe/helix-html2md/compare/v1.0.2...v1.1.0) (2022-08-25)


### Features

* add gridtables support ([#13](https://github.com/adobe/helix-html2md/issues/13)) ([efa64eb](https://github.com/adobe/helix-html2md/commit/efa64eb361e2178cf597a18f05f149365564f0ac))

## [1.0.2](https://github.com/adobe/helix-html2md/compare/v1.0.1...v1.0.2) (2022-08-20)


### Bug Fixes

* **deps:** update dependency @adobe/helix-mediahandler to v1.0.41 ([49b0680](https://github.com/adobe/helix-html2md/commit/49b06800e1f7f96e7308d720c24add38e5e5b71f))

## [1.0.1](https://github.com/adobe/helix-html2md/compare/v1.0.0...v1.0.1) (2022-08-20)


### Bug Fixes

* detect blocks ([a67239d](https://github.com/adobe/helix-html2md/commit/a67239d47114d1fad61b6119d56ac6a2e2803ca1)), closes [#5](https://github.com/adobe/helix-html2md/issues/5)

# 1.0.0 (2022-08-19)


### Bug Fixes

* **deps:** update adobe fixes ([#1](https://github.com/adobe/helix-html2md/issues/1)) ([b720fce](https://github.com/adobe/helix-html2md/commit/b720fce54314690a55dcc1b886a3bea2c5484a58))


### Features

* implement html2md ([8977f89](https://github.com/adobe/helix-html2md/commit/8977f89e7b71539c3478764e5733305915ba9bcc))
