Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump puppeteer from 10.1.0 to 12.0.1 #375

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2021

Bumps puppeteer from 10.1.0 to 12.0.1.

Release notes

Sourced from puppeteer's releases.

12.0.1

Bug Fixes

  • handle extraInfo events even if event.hasExtraInfo === false (#7808) (6ee2feb), closes #7805

12.0.0

⚠ BREAKING CHANGES

  • chromium: roll to Chromium 97.0.4692.0 (r938248)

Features

  • chromium: roll to Chromium 97.0.4692.0 (r938248) (ac162c5), closes #7458
  • support for custom user data (profile) directory for Firefox (#7684) (790c7a0)

Bug Fixes

  • ariaqueryhandler: allow single quotes in aria attribute selector (#7750) (b0319ec), closes #7721
  • clearer jsdoc for behavior of headless when devtools is true (#7748) (9f9b4ed)
  • null check for frame in FrameManager (#7773) (23ee295), closes #7749
  • only kill the process when there is no browser instance available (#7762) (51e6169), closes #7668
  • parse statusText from the extraInfo event (#7798) (a26b12b), closes #7458
  • try to remove the temporary user data directory after the process has been killed (#7761) (fc94a28)

v11.0.0

11.0.0 (2021-11-02)

⚠ BREAKING CHANGES

  • oop iframes: integrate OOP iframes with the frame manager (#7556)

Features

Bug Fixes

  • add support for relative install paths to BrowserFetcher (#7613) (eebf452), closes #7592
  • add webp to screenshot quality option allow list (#7631) (b20c2bf)
  • prevent Target closed errors on streams (#7728) (5b792de)

... (truncated)

Changelog

Sourced from puppeteer's changelog.

12.0.1 (2021-11-29)

Bug Fixes

  • handle extraInfo events even if event.hasExtraInfo === false (#7808) (6ee2feb), closes #7805

12.0.0 (2021-11-26)

⚠ BREAKING CHANGES

  • chromium: roll to Chromium 97.0.4692.0 (r938248)

Features

  • chromium: roll to Chromium 97.0.4692.0 (r938248) (ac162c5), closes #7458
  • support for custom user data (profile) directory for Firefox (#7684) (790c7a0)

Bug Fixes

  • ariaqueryhandler: allow single quotes in aria attribute selector (#7750) (b0319ec), closes #7721
  • clearer jsdoc for behavior of headless when devtools is true (#7748) (9f9b4ed)
  • null check for frame in FrameManager (#7773) (23ee295), closes #7749
  • only kill the process when there is no browser instance available (#7762) (51e6169), closes #7668
  • parse statusText from the extraInfo event (#7798) (a26b12b), closes #7458
  • try to remove the temporary user data directory after the process has been killed (#7761) (fc94a28)

11.0.0 (2021-11-02)

⚠ BREAKING CHANGES

  • oop iframes: integrate OOP iframes with the frame manager (#7556)

Features

Bug Fixes

  • add support for relative install paths to BrowserFetcher (#7613) (eebf452), closes #7592
  • add webp to screenshot quality option allow list (#7631) (b20c2bf)

... (truncated)

Commits
  • 913ff12 chore(release): mark v12.0.1 (#7810)
  • 6ee2feb fix: handle extraInfo events even if event.hasExtraInfo === false (#7808)
  • 921c3bc chore: bump version to v12.0.0-post (#7804)
  • 641588a chore(release): mark v12.0.0 (#7800)
  • a26b12b fix: parse statusText from the extraInfo event (#7798)
  • ac162c5 feat(chromium)!: roll to Chromium 97.0.4692.0 (r938248)
  • 4c3caaa chore: re-enable tests for Firefox related to fixed Input.dispatchMouseEvent ...
  • 9f9b4ed fix: clearer jsdoc for behavior of headless when devtools is true (#7748)
  • 23ee295 fix: null check for frame in FrameManager (#7773)
  • fc94a28 fix: try to remove the temporary user data directory after the process has be...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2021
@kellyjosephprice kellyjosephprice temporarily deployed to markdown-pr-375 November 29, 2021 21:01 Inactive
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 10.1.0 to 12.0.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@v10.1.0...v12.0.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/puppeteer-12.0.1 branch from a1410f5 to 0b5a666 Compare December 2, 2021 18:55
@kellyjosephprice kellyjosephprice temporarily deployed to markdown-pr-375 December 2, 2021 18:55 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2021

Looks like puppeteer is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 6, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/puppeteer-12.0.1 branch December 6, 2021 22:22
moyarenko pushed a commit to moyarenko/markdown that referenced this pull request Nov 3, 2022
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/moyarenko/markdown/issues/171)) ([9a5e1c6](https://github.com/moyarenko/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/moyarenko/markdown/issues/547)) ([bab15ff](https://github.com/moyarenko/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/moyarenko/markdown/issues/283)) ([f2414ed](https://github.com/moyarenko/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/moyarenko/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/moyarenko/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/moyarenko/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/moyarenko/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/moyarenko/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/moyarenko/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/moyarenko/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/moyarenko/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/moyarenko/markdown/issues/448)) ([e3c8b43](https://github.com/moyarenko/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/moyarenko/markdown/issues/825)) ([89480ee](https://github.com/moyarenko/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **callouts:** minor updates ([#445](https://github.com/moyarenko/markdown/issues/445)) ([f99df00](https://github.com/moyarenko/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/moyarenko/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/moyarenko//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/moyarenko/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/moyarenko/markdown/issues/105)) ([8651c88](https://github.com/moyarenko/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/moyarenko/markdown/issues/172)) ([5c3725d](https://github.com/moyarenko/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/moyarenko/markdown/issues/107)) ([239d0df](https://github.com/moyarenko/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/moyarenko/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/moyarenko/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/moyarenko/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/moyarenko/markdown/issues/127)) ([72c4475](https://github.com/moyarenko/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/moyarenko/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/moyarenko/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/moyarenko/markdown/issues/462)) ([7b513e0](https://github.com/moyarenko/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/moyarenko/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/moyarenko/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### ✨ New & Improved

* **markdown:**  ([#660](https://github.com/moyarenko/markdown/issues/660)) ([268a282](https://github.com/moyarenko/markdown/commit/268a28242dbb94e526db8d73989f278745f0933b)), closes [readmeio/readme#2700](https://github.com/readmeio/readme/issues/2700)
* ✨ implement isomorphic markdown parser package ([#537](https://github.com/moyarenko/markdown/issues/537)) ([8fa38e3](https://github.com/moyarenko/markdown/commit/8fa38e3684d69ddd16d5a710cc008a8d4d254b1c))
* **explorer:** add .markdown-body class to excerpt ([#665](https://github.com/moyarenko/markdown/issues/665)) ([cd1daaf](https://github.com/moyarenko/markdown/commit/cd1daafa1cfbbfc62ff112b2dc495744d17476bc))
* **release:** add a next channel ([#91](https://github.com/moyarenko/markdown/issues/91)) ([5938622](https://github.com/moyarenko/markdown/commit/59386226fc8785f159fe97464ad4aef48dbb58b8))
* add class for blank-line ([#457](https://github.com/moyarenko/markdown/issues/457)) ([347cfa6](https://github.com/moyarenko/markdown/commit/347cfa60cb45a23d3cb50671290b168bd91ce006))
* add dark option for code blocks ([#284](https://github.com/moyarenko/markdown/issues/284)) ([885b844](https://github.com/moyarenko/markdown/commit/885b8441a6ad423b4d59a14a7430c882f5ea1fad))
* add escape type ([#489](https://github.com/moyarenko/markdown/issues/489)) ([dd3d851](https://github.com/moyarenko/markdown/commit/dd3d851f2d0b165c851adf2469ef1b207e881745))
* add lazy flag for images ([#594](https://github.com/moyarenko/markdown/issues/594)) ([fda31b8](https://github.com/moyarenko/markdown/commit/fda31b8dcc60706545d5e42e0c4ebbb0c06cdb5b))
* add safeMode flag ([#517](https://github.com/moyarenko/markdown/issues/517)) ([4e79005](https://github.com/moyarenko/markdown/commit/4e79005f3cc0c1820536657059ad3d2083a66e1d))
* add support for syntax highlighting more languages  ([#728](https://github.com/moyarenko/markdown/issues/728)) ([13cb4e4](https://github.com/moyarenko/markdown/commit/13cb4e4eb06e8f235f4a0acc3ce2f78dcd2ab29a))
* add width support to image compiler ([#417](https://github.com/moyarenko/markdown/issues/417)) ([8fc2d50](https://github.com/moyarenko/markdown/commit/8fc2d500900c406f6685f3ed5596257fcaef9b39))
* add yaml compiler ([#509](https://github.com/moyarenko/markdown/issues/509)) ([ac238d1](https://github.com/moyarenko/markdown/commit/ac238d1d58164071eafeb893992662e4e00c6aec))
* adding a handful of new status codes ([#520](https://github.com/moyarenko/markdown/issues/520)) ([35db543](https://github.com/moyarenko/markdown/commit/35db54372bc59ab0ac080731cc738c39eab2f96f))
* adding a handful of unofficial http status codes ([#522](https://github.com/moyarenko/markdown/issues/522)) ([6d94a79](https://github.com/moyarenko/markdown/commit/6d94a79039e5cbd5baaf7ab6422e0c1dee1d528f))
* adding a new `copyButtons` option for disabling code copy btns ([#59](https://github.com/moyarenko/markdown/issues/59)) ([e4c40fd](https://github.com/moyarenko/markdown/commit/e4c40fde5f0e6411e24b25ba44c8c424bf406913))
* adding support for a handful of language highlight aliases ([#643](https://github.com/moyarenko/markdown/issues/643)) ([7d52154](https://github.com/moyarenko/markdown/commit/7d5215441ef6559ecda58a5c09fcf56438ab190e))
* adding support for cookie auth ([#817](https://github.com/moyarenko/markdown/issues/817)) ([5a2ef14](https://github.com/moyarenko/markdown/commit/5a2ef14615fde6302d2ac062aa49e7c10ba59043))
* adding support for cookies to oas-to-har ([#794](https://github.com/moyarenko/markdown/issues/794)) ([37b020d](https://github.com/moyarenko/markdown/commit/37b020d5dc86f444807e8194a0fe2bdbfdf6548d))
* adding support for handling `default` responses ([#846](https://github.com/moyarenko/markdown/issues/846)) ([783fe1a](https://github.com/moyarenko/markdown/commit/783fe1a24c9cc2b3509366bb0e9b862ae71a7a99))
* adding support for highlighting diffs ([#835](https://github.com/moyarenko/markdown/issues/835)) ([eb04c38](https://github.com/moyarenko/markdown/commit/eb04c38e0b944b26bc5e03cb63d8a2730586dc3d))
* adding support for highlighting OCaml and R languages ([#151](https://github.com/moyarenko/markdown/issues/151)) ([b901605](https://github.com/moyarenko/markdown/commit/b90160520a74f624faedf780d5bea6df583aa180))
* adding support for more string formats ([#381](https://github.com/moyarenko/markdown/issues/381)) ([da9c5a2](https://github.com/moyarenko/markdown/commit/da9c5a2d415842b65aa9da680fb1b61312a76536))
* Adding support for multiple media types ([#312](https://github.com/moyarenko/markdown/issues/312)) ([6ac7b67](https://github.com/moyarenko/markdown/commit/6ac7b67dd279c2c3e1652c24cff5b4a27dc2a5b7))
* addition of a new "node-simple" client language for our api sdk module ([#792](https://github.com/moyarenko/markdown/issues/792)) ([8f53c87](https://github.com/moyarenko/markdown/commit/8f53c871fe409a57ad14a4b7263855eeeb92846e))
* **markdown:** adjust lightbox img width ([#645](https://github.com/moyarenko/markdown/issues/645)) ([a016b88](https://github.com/moyarenko/markdown/commit/a016b88ee47a44e7f891efa7762dbaabcd7d76a0))
* adopt variable ([#200](https://github.com/moyarenko/markdown/issues/200)) ([947e31e](https://github.com/moyarenko/markdown/commit/947e31e08e02fe4d82c628ebd5bf3dd268ff3471))
* allow disabling tokenizers ([#119](https://github.com/moyarenko/markdown/issues/119)) ([0418a05](https://github.com/moyarenko/markdown/commit/0418a0543e0b15a00b51c0de38180c9de2f2b5fe))
* allow download attr in a-tags ([#39](https://github.com/moyarenko/markdown/issues/39)) ([87d8099](https://github.com/moyarenko/markdown/commit/87d8099e77095ce2aabe3a8c94c5da44d0b5a2a7))
* allow nesting callouts ([#601](https://github.com/moyarenko/markdown/issues/601)) ([e624b9a](https://github.com/moyarenko/markdown/commit/e624b9a18de59e570e15b5f899de71af06d77d4e))
* always use ATX format for headers ([#571](https://github.com/moyarenko/markdown/issues/571)) ([270e86f](https://github.com/moyarenko/markdown/commit/270e86f50e93746561f97e3702ec52de5d23bd4c))
* App selections should update current auth states ([#220](https://github.com/moyarenko/markdown/issues/220)) ([c97ff83](https://github.com/moyarenko/markdown/commit/c97ff8392c8a901b94766aef31382502804b7356))
* autoregister custom component tags and attrs ([#342](https://github.com/moyarenko/markdown/issues/342)) ([e58309a](https://github.com/moyarenko/markdown/commit/e58309aa27aebd6fccfc73a32e0f25daa7167aa9))
* compile custom magic blocks ([#399](https://github.com/moyarenko/markdown/issues/399)) ([d62229a](https://github.com/moyarenko/markdown/commit/d62229a6f12a6280ec4e313e22cdb1802b49796a))
* creating a new http-status-codes package ([#519](https://github.com/moyarenko/markdown/issues/519)) ([4f29c2b](https://github.com/moyarenko/markdown/commit/4f29c2bb65c5c9ae3a535d06d0fa6a1d9b705736))
* **glossary:** dark mode ([#599](https://github.com/moyarenko/markdown/issues/599)) ([6d9e7eb](https://github.com/moyarenko/markdown/commit/6d9e7eb92ee958bd9db1e88bfbb316adf6efd3bd))
* decoupling OAS code snippet generation into a standalone package ([#812](https://github.com/moyarenko/markdown/issues/812)) ([8fbe211](https://github.com/moyarenko/markdown/commit/8fbe21101dbde115e36d94506f810d91576ed33c))
* don't render style in safeMode ([#525](https://github.com/moyarenko/markdown/issues/525)) ([8a68880](https://github.com/moyarenko/markdown/commit/8a6888017fdbcfe125353718773b5449952796bd))
* ensure bordered images are rendered via a magic block ([#579](https://github.com/moyarenko/markdown/issues/579)) ([c3fb6f2](https://github.com/moyarenko/markdown/commit/c3fb6f299dde6619dea8e789042f746242d486af))
* error codes are now unique to the error message they're for ([#542](https://github.com/moyarenko/markdown/issues/542)) ([8e6d4c1](https://github.com/moyarenko/markdown/commit/8e6d4c11f74d7d101f902a24d8b517c266a6df20))
* export callout icons ([#219](https://github.com/moyarenko/markdown/issues/219)) ([7391b14](https://github.com/moyarenko/markdown/commit/7391b143d4ae889556e4be0d7c78650049c143ba))
* export components ([#218](https://github.com/moyarenko/markdown/issues/218)) ([4f888f6](https://github.com/moyarenko/markdown/commit/4f888f6a4e0db2429b30652b32efceb2a6139fae))
* expose the core setup method ([#51](https://github.com/moyarenko/markdown/issues/51)) ([3e85a53](https://github.com/moyarenko/markdown/commit/3e85a539d99eb86ff1dea3ea050eb2b5add9aa74))
* Extracting oas-to-har into @readme/oas-to-har ([#376](https://github.com/moyarenko/markdown/issues/376)) ([cd7dba3](https://github.com/moyarenko/markdown/commit/cd7dba3ad76e181b7df05932fdb917f7e4e24436))
* fix glossary term overflow in tables ([#108](https://github.com/moyarenko/markdown/issues/108)) ([52e8d9e](https://github.com/moyarenko/markdown/commit/52e8d9efddcfdd205c17be6fdbd62c70f6b31fe5))
* **rdmd/callout:** fix icon alignment ([#853](https://github.com/moyarenko/markdown/issues/853)) ([7ee7b5f](https://github.com/moyarenko/markdown/commit/7ee7b5f472c6b0248e4fb9745631b18e8e2cbb59))
* **rdmd:** fix link text-decoration ([#826](https://github.com/moyarenko/markdown/issues/826)) ([e080e92](https://github.com/moyarenko/markdown/commit/e080e9258ac59ac0c5c6632b232a2c9193aa7f40))
* fix plain string compiler ([#532](https://github.com/moyarenko/markdown/issues/532)) ([278d5ed](https://github.com/moyarenko/markdown/commit/278d5ed3e31b58799c46852d98c7d03e248df053))
* fixing some ssr issues with the markdown renderer  ([#705](https://github.com/moyarenko/markdown/issues/705)) ([52690a0](https://github.com/moyarenko/markdown/commit/52690a0dd7f174ef07cbfcf1c73edf768d9dea73))
* **tables:** hide empty table header rows ([#99](https://github.com/moyarenko/markdown/issues/99)) ([8b6d24b](https://github.com/moyarenko/markdown/commit/8b6d24bf3b1cebfce19b161bb669e504bddf083d))
* html block ([#609](https://github.com/moyarenko/markdown/issues/609)) ([6e9d8db](https://github.com/moyarenko/markdown/commit/6e9d8db0d901f131206f3ac23400bfd844e0836c))
* implement markdown/html in excerpt([#161](https://github.com/moyarenko/markdown/issues/161)) ([aee9d82](https://github.com/moyarenko/markdown/commit/aee9d82400db9a8f61110f44dffb3a1e501797af))
* implementing @readme/http-status-codes in the API Explorer ([#521](https://github.com/moyarenko/markdown/issues/521)) ([b04c980](https://github.com/moyarenko/markdown/commit/b04c980818f7844442ebe9d21ef3f3b2cd4eb01f))
* importing @readme/emojis in the markdown processor ([#473](https://github.com/moyarenko/markdown/issues/473)) ([ae1652e](https://github.com/moyarenko/markdown/commit/ae1652e4aa32b1c7d5c40ef8d598e2c3e341dd8a))
* improved har generation ([#689](https://github.com/moyarenko/markdown/issues/689)) ([2e6ac2e](https://github.com/moyarenko/markdown/commit/2e6ac2ec2dd29acd03cd9154c51f457218752d57))
* incrementing version ([7639794](https://github.com/moyarenko/markdown/commit/76397941cb4c454844961fd9fe0402e8067dbd75))
* initial implementation ([bbb5a12](https://github.com/moyarenko/markdown/commit/bbb5a12dc868f7dc3c8a889725e8139f90c6cf77))
* introducing enforcement on commit messages ([#703](https://github.com/moyarenko/markdown/issues/703)) ([7dba727](https://github.com/moyarenko/markdown/commit/7dba727bd2ea9b36af8d36e925ee9faf792d5d66))
* less lossy md() ([#377](https://github.com/moyarenko/markdown/issues/377)) ([4189554](https://github.com/moyarenko/markdown/commit/4189554e6f332ca396c6095ad3f028f567c7c2f3))
* **logs:** match null state to logged-out designs ([#833](https://github.com/moyarenko/markdown/issues/833)) ([9a6a8da](https://github.com/moyarenko/markdown/commit/9a6a8dafb3a2b767016cb15720d079c56b8ab4aa))
* **anchor:** menu item styling for doc links ([#589](https://github.com/moyarenko/markdown/issues/589)) ([31dbf68](https://github.com/moyarenko/markdown/commit/31dbf684832cf204eb952b50a2e59d60152975e5))
* more compiler updates ([#383](https://github.com/moyarenko/markdown/issues/383)) ([313e905](https://github.com/moyarenko/markdown/commit/313e9056e8eb114bc556bc50c163ebafaa6f1bcc))
* nested ast processing ([#679](https://github.com/moyarenko/markdown/issues/679)) ([67066b8](https://github.com/moyarenko/markdown/commit/67066b8fed325d47d29bcd68636df2152023ff83))
* new markdown engine ([#458](https://github.com/moyarenko/markdown/issues/458)) ([864b64b](https://github.com/moyarenko/markdown/commit/864b64b646ae505c8e527ddf42518a589d28dd87)), closes [#306](https://github.com/moyarenko/markdown/issues/306) [#398](https://github.com/moyarenko/markdown/issues/398) [#435](https://github.com/moyarenko/markdown/issues/435) [#404](https://github.com/moyarenko/markdown/issues/404) [#405](https://github.com/moyarenko/markdown/issues/405) [#406](https://github.com/moyarenko/markdown/issues/406) [#407](https://github.com/moyarenko/markdown/issues/407) [#413](https://github.com/moyarenko/markdown/issues/413) [#416](https://github.com/moyarenko/markdown/issues/416) [#410](https://github.com/moyarenko/markdown/issues/410) [#415](https://github.com/moyarenko/markdown/issues/415) [#408](https://github.com/moyarenko/markdown/issues/408) [#409](https://github.com/moyarenko/markdown/issues/409) [#417](https://github.com/moyarenko/markdown/issues/417) [#411](https://github.com/moyarenko/markdown/issues/411) [#412](https://github.com/moyarenko/markdown/issues/412) [#414](https://github.com/moyarenko/markdown/issues/414) [#424](https://github.com/moyarenko/markdown/issues/424) [#428](https://github.com/moyarenko/markdown/issues/428) [#425](https://github.com/moyarenko/markdown/issues/425) [#418](https://github.com/moyarenko/markdown/issues/418) [#419](https://github.com/moyarenko/markdown/issues/419) [#421](https://github.com/moyarenko/markdown/issues/421) [#422](https://github.com/moyarenko/markdown/issues/422) [#423](https://github.com/moyarenko/markdown/issues/423) [#426](https://github.com/moyarenko/markdown/issues/426) [#427](https://github.com/moyarenko/markdown/issues/427) [#429](https://github.com/moyarenko/markdown/issues/429) [#430](https://github.com/moyarenko/markdown/issues/430) [#432](https://github.com/moyarenko/markdown/issues/432) [#431](https://github.com/moyarenko/markdown/issues/431) [#434](https://github.com/moyarenko/markdown/issues/434) [/github.com/facebook/jest/issues/9396#issuecomment-573328488](https://github.com/moyarenko//github.com/facebook/jest/issues/9396/issues/issuecomment-573328488) [#508](https://github.com/moyarenko/markdown/issues/508) [#515](https://github.com/moyarenko/markdown/issues/515) [#516](https://github.com/moyarenko/markdown/issues/516)
* **demo:** polish sticky scrolling ([#523](https://github.com/moyarenko/markdown/issues/523)) ([3c6c2e6](https://github.com/moyarenko/markdown/commit/3c6c2e623e993ba7d8a2ff950ed12435040d0f6d))
* promote the markdown engine into a dedicated repo ([#12](https://github.com/moyarenko/markdown/issues/12)) ([6093851](https://github.com/moyarenko/markdown/commit/6093851f26007da7a5775e381027773e948db644))
* prompt to log into docs for hubs with logs ([#683](https://github.com/moyarenko/markdown/issues/683)) ([84027ec](https://github.com/moyarenko/markdown/commit/84027ecaba55ff8e372c5a4a34b49e23eb3d5271)), closes [/github.com/readmeio/api-explorer/pull/683#discussion_r421133565](https://github.com/moyarenko//github.com/readmeio/api-explorer/pull/683/issues/discussion_r421133565)
* **markdown:** pull CSS from readme ([#650](https://github.com/moyarenko/markdown/issues/650)) ([bd3d0d3](https://github.com/moyarenko/markdown/commit/bd3d0d39ddb4688bfd4ac59bbf7134bd72bbbf4f)), closes [#647](https://github.com/moyarenko/markdown/issues/647)
* refer to new pointers for log ([#407](https://github.com/moyarenko/markdown/issues/407)) ([193b38b](https://github.com/moyarenko/markdown/commit/193b38b17687f99a9df5f104638cdb7ed2dea36c))
* removing an eslint disable in the http-status-codes pkg ([3e35c56](https://github.com/moyarenko/markdown/commit/3e35c56c0822241ede00d5d452ebea88911a811b))
* save newlines with spaces ([#471](https://github.com/moyarenko/markdown/issues/471)) ([63649e7](https://github.com/moyarenko/markdown/commit/63649e73656f1e41c3c5ef7284ddad22d4831193))
* **markdown:** server-side rdmd bundle ([#767](https://github.com/moyarenko/markdown/issues/767)) ([4422341](https://github.com/moyarenko/markdown/commit/44223414eb14f4cfa46a10482c7207c2f801efed))
* setting a custom header for all "Try It" requests ([#471](https://github.com/moyarenko/markdown/issues/471)) ([663d82f](https://github.com/moyarenko/markdown/commit/663d82f09092b9fb35f6f43b464b171590a599f9))
* specify component-to-custom magic block mappings ([#60](https://github.com/moyarenko/markdown/issues/60)) ([460270b](https://github.com/moyarenko/markdown/commit/460270be16a2ca4709d57089b70a179d622daabf))
* splitting out our current markdown engine to a new package ([#514](https://github.com/moyarenko/markdown/issues/514)) ([087374d](https://github.com/moyarenko/markdown/commit/087374d2af9e2f1b0f1322507324979f7d9494b7))
* support for allOf and a host of small improvements and bug fixes ([#436](https://github.com/moyarenko/markdown/issues/436)) ([f1381d1](https://github.com/moyarenko/markdown/commit/f1381d16e06df1b49c25e7d6d66f2fdd436d9357)), closes [#517](https://github.com/moyarenko/markdown/issues/517)
* support multiple response types ([#208](https://github.com/moyarenko/markdown/issues/208)) ([d87cc3d](https://github.com/moyarenko/markdown/commit/d87cc3dc7be82a2d4e13b892f5318fd160728ca6))
* table of contents generator ([#43](https://github.com/moyarenko/markdown/issues/43)) ([056bea6](https://github.com/moyarenko/markdown/commit/056bea6d43ee3868f703fe76c3b74d521b2564da))
* throw when parsing invalid magic block json ([#563](https://github.com/moyarenko/markdown/issues/563)) ([72a59dc](https://github.com/moyarenko/markdown/commit/72a59dcc2790fb2721504e7ddee69042e03163c3))
* treat react and react-dom as external deps ([#90](https://github.com/moyarenko/markdown/issues/90)) ([7be16d7](https://github.com/moyarenko/markdown/commit/7be16d7a4de3ede54a3c46ef7cc5797a1a47888e))
* **release:** trigger build ([00b91cc](https://github.com/moyarenko/markdown/commit/00b91ccfac60004ab7d8d78515c67a1ffe8d1797))
* **release:** trigger build ([ff9e757](https://github.com/moyarenko/markdown/commit/ff9e757a8db1e2ad5ea4e3d095ecb09d06fb0f10))
* trigger release ([9549095](https://github.com/moyarenko/markdown/commit/9549095fc9c4587812bd482bf2d1f52b295e53ff))
* try using purecomponent for html ([#562](https://github.com/moyarenko/markdown/issues/562)) ([6f44d4b](https://github.com/moyarenko/markdown/commit/6f44d4b1cfe2ae2724ab425f08056a78c27138f4))
* Update Schema Form UI ([#228](https://github.com/moyarenko/markdown/issues/228)) ([162086c](https://github.com/moyarenko/markdown/commit/162086c04a7e0989ef2631f69e901a4581663618))
* updating dependabot to follow our commit standards ([a06d86d](https://github.com/moyarenko/markdown/commit/a06d86dd7193c79c4f7cf496e3fe9b9ddcef5ad7))
* updating our callout emoji regex to use `emoji-regex` ([#536](https://github.com/moyarenko/markdown/issues/536)) ([87fdde2](https://github.com/moyarenko/markdown/commit/87fdde2fe48d958694308e0b7facec18a7e6219e))
* Upgrade to Webpack 4 ([#270](https://github.com/moyarenko/markdown/issues/270)) ([27efa37](https://github.com/moyarenko/markdown/commit/27efa379b4963af2648cba0ba9df7786735c2035))
* upgrading @readme/react-jsonschema-form to v1.2.0 ([#852](https://github.com/moyarenko/markdown/issues/852)) ([4e37271](https://github.com/moyarenko/markdown/commit/4e3727163371753c69088181c3702f01da3518b3))
* upgrading out of date deps ([#542](https://github.com/moyarenko/markdown/issues/542)) ([f8aae4f](https://github.com/moyarenko/markdown/commit/f8aae4f9a387974079e8d958917e936755b45820))
* upgrading prettier to 2.0 ([#546](https://github.com/moyarenko/markdown/issues/546)) ([e3582ec](https://github.com/moyarenko/markdown/commit/e3582ec0d742f6152a03ea730ac12adcba1370e3))
* upgrading syntax-highlighter to support Lua and Solidity ([#391](https://github.com/moyarenko/markdown/issues/391)) ([3466ece](https://github.com/moyarenko/markdown/commit/3466ecefc97405a3e2ebe953a1d754f4eb8be6b2))
* **glossary-item:** use react-tippy to control tooltips ([#553](https://github.com/moyarenko/markdown/issues/553)) ([0302473](https://github.com/moyarenko/markdown/commit/03024739dd439ebac3ffc45b35c073d80eb576c4))
* validate oas on preview ([#721](https://github.com/moyarenko/markdown/issues/721)) ([4e6df88](https://github.com/moyarenko/markdown/commit/4e6df886285b6dd30903c5a43c6e68e50d89f912))
* visual regression testing and dev server app ([#94](https://github.com/moyarenko/markdown/issues/94)) ([0774166](https://github.com/moyarenko/markdown/commit/07741663d0a603c7f178b63ebed6a81695e36ec2))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/moyarenko/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/moyarenko/markdown/issues/580)) ([11a145b](https://github.com/moyarenko/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/moyarenko/markdown/issues/418)) ([f06bfb2](https://github.com/moyarenko/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/moyarenko/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/moyarenko/markdown/issues/559)) ([af577ba](https://github.com/moyarenko/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/moyarenko/markdown/issues/118)) ([03d966a](https://github.com/moyarenko/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/moyarenko/markdown/issues/535)) ([4d7876b](https://github.com/moyarenko/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/moyarenko/markdown/issues/230)) ([1df0220](https://github.com/moyarenko/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/moyarenko/markdown/issues/126)) ([184c238](https://github.com/moyarenko/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/moyarenko/markdown/issues/279)) ([163863f](https://github.com/moyarenko/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/moyarenko/markdown/issues/82)) ([5a3aa52](https://github.com/moyarenko/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/moyarenko/markdown/issues/461)) ([36f0b9d](https://github.com/moyarenko/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/moyarenko/markdown/issues/447)) ([06a463e](https://github.com/moyarenko/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/moyarenko/markdown/issues/455)) ([a99f57f](https://github.com/moyarenko/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/moyarenko/markdown/issues/808)) ([3a6e720](https://github.com/moyarenko/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/moyarenko/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/moyarenko/markdown/issues/79)) ([bd3e8e5](https://github.com/moyarenko/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/moyarenko/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/moyarenko/markdown/issues/115)) ([94e505d](https://github.com/moyarenko/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/moyarenko/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/moyarenko/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/moyarenko/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/moyarenko/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/moyarenko/markdown/issues/479)) ([3701f6c](https://github.com/moyarenko/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/moyarenko/markdown/issues/847)) ([7f80255](https://github.com/moyarenko/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/moyarenko/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/moyarenko/markdown/issues/379)) ([f2d9027](https://github.com/moyarenko/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/moyarenko/markdown/issues/431)) ([8bcd03c](https://github.com/moyarenko/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/moyarenko/markdown/issues/611)) ([b56d2fc](https://github.com/moyarenko/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/moyarenko/markdown/issues/136)) ([9bdd6e7](https://github.com/moyarenko/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/moyarenko/markdown/issues/362)) ([2b55c09](https://github.com/moyarenko/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/moyarenko/markdown/issues/149)) ([b70fb90](https://github.com/moyarenko/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/moyarenko/markdown/issues/390)) ([27c30f6](https://github.com/moyarenko/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/moyarenko/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/moyarenko/markdown/issues/605)) ([98b482e](https://github.com/moyarenko/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/moyarenko/markdown/issues/591)) ([f870549](https://github.com/moyarenko/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/moyarenko/markdown/issues/561)) ([477322a](https://github.com/moyarenko/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/moyarenko/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/moyarenko/markdown/issues/484)) ([e425040](https://github.com/moyarenko/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/moyarenko/markdown/issues/494)) ([427c917](https://github.com/moyarenko/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/moyarenko/markdown/issues/587)) ([a9a5d5d](https://github.com/moyarenko/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/moyarenko/markdown/issues/346)) ([45f728e](https://github.com/moyarenko/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* broken api log url ([#460](https://github.com/moyarenko/markdown/issues/460)) ([503154d](https://github.com/moyarenko/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/moyarenko/markdown/issues/599)) ([ef18f54](https://github.com/moyarenko/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/moyarenko/markdown/issues/98)) ([8f54042](https://github.com/moyarenko/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/moyarenko/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/moyarenko/markdown/issues/169)) ([8666a71](https://github.com/moyarenko/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/moyarenko/markdown/issues/373)) ([fa528cb](https://github.com/moyarenko/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/moyarenko/markdown/issues/384)) ([580f77e](https://github.com/moyarenko/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/moyarenko/markdown/issues/399)) ([a460110](https://github.com/moyarenko/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/moyarenko/markdown/issues/422)) ([2cbe0ab](https://github.com/moyarenko/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/moyarenko/markdown/issues/437)) ([986189d](https://github.com/moyarenko/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/moyarenko/markdown/issues/454)) ([0cd1d23](https://github.com/moyarenko/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/moyarenko/markdown/issues/467)) ([00e49d0](https://github.com/moyarenko/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/moyarenko/markdown/issues/501)) ([e7aa3f3](https://github.com/moyarenko/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/moyarenko/markdown/issues/509)) ([86192fd](https://github.com/moyarenko/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/moyarenko/markdown/issues/556)) ([a4d6f8c](https://github.com/moyarenko/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/moyarenko/markdown/issues/677)) ([8d277ac](https://github.com/moyarenko/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/moyarenko/markdown/issues/811)) ([a791fd5](https://github.com/moyarenko/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/moyarenko/markdown/issues/190)) ([0599876](https://github.com/moyarenko/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/moyarenko/markdown/issues/553)) ([eb21c31](https://github.com/moyarenko/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/moyarenko/markdown/issues/609)) ([6f98e42](https://github.com/moyarenko/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/moyarenko/markdown/issues/707)) ([728689f](https://github.com/moyarenko/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/moyarenko/markdown/issues/197)) ([0eb0e19](https://github.com/moyarenko/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/moyarenko/markdown/issues/369)) ([f04a680](https://github.com/moyarenko/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/moyarenko/markdown/issues/383)) ([400a917](https://github.com/moyarenko/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/moyarenko/markdown/issues/400)) ([3261792](https://github.com/moyarenko/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/moyarenko/markdown/issues/413)) ([82ca75c](https://github.com/moyarenko/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/moyarenko/markdown/issues/449)) ([c105f56](https://github.com/moyarenko/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/moyarenko/markdown/issues/465)) ([b29a26d](https://github.com/moyarenko/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/moyarenko/markdown/issues/504)) ([54f23d2](https://github.com/moyarenko/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/moyarenko/markdown/issues/511)) ([d2c4a8e](https://github.com/moyarenko/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/moyarenko/markdown/issues/555)) ([4a742ad](https://github.com/moyarenko/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/moyarenko/markdown/issues/593)) ([c40a910](https://github.com/moyarenko/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/moyarenko/markdown/issues/676)) ([8e507de](https://github.com/moyarenko/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/moyarenko/markdown/issues/370)) ([fc7fff7](https://github.com/moyarenko/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/moyarenko/markdown/issues/389)) ([c0c4988](https://github.com/moyarenko/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/moyarenko/markdown/issues/443)) ([f288246](https://github.com/moyarenko/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/moyarenko/markdown/issues/450)) ([dc9cb32](https://github.com/moyarenko/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/moyarenko/markdown/issues/552)) ([80b44dc](https://github.com/moyarenko/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/moyarenko/markdown/issues/576)) ([1f7f16f](https://github.com/moyarenko/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/moyarenko/markdown/issues/182)) ([50325ed](https://github.com/moyarenko/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/moyarenko/markdown/issues/162)) ([227c5ed](https://github.com/moyarenko/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/moyarenko/markdown/issues/195)) ([43bc4b4](https://github.com/moyarenko/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/moyarenko/markdown/issues/384)) ([048ee9f](https://github.com/moyarenko/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/moyarenko/markdown/issues/478)) ([f5a0244](https://github.com/moyarenko/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/moyarenko/markdown/issues/489)) ([85be6bd](https://github.com/moyarenko/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/moyarenko/markdown/issues/505)) ([3060973](https://github.com/moyarenko/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/moyarenko/markdown/issues/535)) ([1abc64c](https://github.com/moyarenko/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/moyarenko/markdown/issues/385)) ([deae3ad](https://github.com/moyarenko/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/moyarenko/markdown/issues/406)) ([dd34213](https://github.com/moyarenko/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/moyarenko/markdown/issues/416)) ([2564103](https://github.com/moyarenko/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/moyarenko/markdown/issues/424)) ([ef98735](https://github.com/moyarenko/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/moyarenko/markdown/issues/445)) ([906ff84](https://github.com/moyarenko/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/moyarenko/markdown/issues/448)) ([2f1781b](https://github.com/moyarenko/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/moyarenko/markdown/issues/610)) ([abe119a](https://github.com/moyarenko/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/moyarenko/markdown/issues/64)) ([ab61909](https://github.com/moyarenko/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/moyarenko/markdown/issues/531)) ([b3568a6](https://github.com/moyarenko/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/moyarenko/markdown/issues/774)) ([7e4e12d](https://github.com/moyarenko/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/moyarenko/markdown/issues/188)) ([16724d8](https://github.com/moyarenko/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/moyarenko/markdown/issues/307)) ([51da52a](https://github.com/moyarenko/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/moyarenko/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/moyarenko/markdown/issues/504)) ([a9ffb70](https://github.com/moyarenko/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/moyarenko/markdown/issues/540)) ([2f9b998](https://github.com/moyarenko/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/moyarenko/markdown/issues/442)) ([dd78e22](https://github.com/moyarenko/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/moyarenko/markdown/issues/780)) ([e87fa1a](https://github.com/moyarenko/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/moyarenko/markdown/issues/800)) ([211417c](https://github.com/moyarenko/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/moyarenko/markdown/issues/205)) ([decc3bd](https://github.com/moyarenko/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/moyarenko/markdown/issues/235)) ([95e3a2b](https://github.com/moyarenko/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/moyarenko/markdown/issues/251)) ([c013b36](https://github.com/moyarenko/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/moyarenko/markdown/issues/440)) ([d134aab](https://github.com/moyarenko/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/moyarenko/markdown/issues/781)) ([6c1e9bd](https://github.com/moyarenko/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/moyarenko/markdown/issues/810)) ([31d5a07](https://github.com/moyarenko/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/moyarenko/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/moyarenko/markdown/issues/438)) ([575117a](https://github.com/moyarenko/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/moyarenko/markdown/issues/573)) ([a1426f9](https://github.com/moyarenko/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/moyarenko/markdown/issues/581)) ([464d75b](https://github.com/moyarenko/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/moyarenko/markdown/issues/692)) ([b8aefee](https://github.com/moyarenko/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/moyarenko/markdown/issues/801)) ([928d8c0](https://github.com/moyarenko/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/moyarenko/markdown/issues/502)) ([3292167](https://github.com/moyarenko/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/moyarenko/markdown/issues/455)) ([083ca1c](https://github.com/moyarenko/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/moyarenko/markdown/issues/570)) ([3edda2d](https://github.com/moyarenko/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/moyarenko/markdown/issues/582)) ([5a4e354](https://github.com/moyarenko/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/moyarenko/markdown/issues/615)) ([532f8ad](https://github.com/moyarenko/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/moyarenko/markdown/issues/814)) ([bf4d56b](https://github.com/moyarenko/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/moyarenko/markdown/issues/187)) ([dd26212](https://github.com/moyarenko/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/moyarenko/markdown/issues/569)) ([e006edc](https://github.com/moyarenko/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/moyarenko/markdown/issues/412)) ([d7b1d61](https://github.com/moyarenko/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/moyarenko/markdown/issues/427)) ([1722353](https://github.com/moyarenko/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/moyarenko/markdown/issues/456)) ([46d2719](https://github.com/moyarenko/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/moyarenko/markdown/issues/492)) ([2459950](https://github.com/moyarenko/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/moyarenko/markdown/issues/549)) ([b9d6576](https://github.com/moyarenko/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/moyarenko/markdown/issues/635)) ([aae6ae2](https://github.com/moyarenko/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/moyarenko/markdown/issues/788)) ([eb44fac](https://github.com/moyarenko/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/moyarenko/markdown/issues/177)) ([35eb916](https://github.com/moyarenko/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/moyarenko/markdown/issues/201)) ([6f8c953](https://github.com/moyarenko/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/moyarenko/markdown/issues/401)) ([4a135ed](https://github.com/moyarenko/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/moyarenko/markdown/issues/405)) ([f772c49](https://github.com/moyarenko/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/moyarenko/markdown/issues/411)) ([3502e5c](https://github.com/moyarenko/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/moyarenko/markdown/issues/426)) ([710dd4a](https://github.com/moyarenko/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/moyarenko/markdown/issues/440)) ([fbfcf51](https://github.com/moyarenko/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/moyarenko/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/moyarenko/markdown/issues/229)) ([325396b](https://github.com/moyarenko/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/moyarenko/markdown/issues/408)) ([9fa958c](https://github.com/moyarenko/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/moyarenko/markdown/issues/417)) ([ea4f5cc](https://github.com/moyarenko/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/moyarenko/markdown/issues/386)) ([5340dde](https://github.com/moyarenko/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/moyarenko/markdown/issues/395)) ([6179015](https://github.com/moyarenko/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/moyarenko/markdown/issues/410)) ([7595b99](https://github.com/moyarenko/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/moyarenko/markdown/issues/709)) ([e1652e3](https://github.com/moyarenko/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/moyarenko/markdown/issues/773)) ([22e2eca](https://github.com/moyarenko/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/moyarenko/markdown/issues/184)) ([7e032cf](https://github.com/moyarenko/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/moyarenko/markdown/issues/813)) ([172d3a0](https://github.com/moyarenko/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/moyarenko/markdown/issues/209)) ([5309d0e](https://github.com/moyarenko/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/moyarenko/markdown/issues/248)) ([76e5a79](https://github.com/moyarenko/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/moyarenko/markdown/issues/391)) ([d49a802](https://github.com/moyarenko/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/moyarenko/markdown/issues/394)) ([5565e38](https://github.com/moyarenko/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/moyarenko/markdown/issues/392)) ([da75860](https://github.com/moyarenko/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/moyarenko/markdown/issues/382)) ([69b2e89](https://github.com/moyarenko/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/moyarenko/markdown/issues/487)) ([191782e](https://github.com/moyarenko/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/moyarenko/markdown/issues/550)) ([0489556](https://github.com/moyarenko/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/moyarenko/markdown/issues/786)) ([66bcfe9](https://github.com/moyarenko/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/moyarenko/markdown/issues/442)) ([80907f1](https://github.com/moyarenko/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/moyarenko/markdown/issues/156)) ([e5fda67](https://github.com/moyarenko/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/moyarenko/markdown/issues/778)) ([44ff101](https://github.com/moyarenko/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/moyarenko/markdown/issues/208)) ([1f09f4a](https://github.com/moyarenko/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/moyarenko/markdown/issues/457)) ([817de29](https://github.com/moyarenko/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/moyarenko/markdown/issues/571)) ([67e29a2](https://github.com/moyarenko/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/moyarenko/markdown/issues/594)) ([134d5e8](https://github.com/moyarenko/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/moyarenko/markdown/issues/612)) ([3c63767](https://github.com/moyarenko/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/moyarenko/markdown/issues/694)) ([8c901c6](https://github.com/moyarenko/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/moyarenko/markdown/issues/815)) ([6afc047](https://github.com/moyarenko/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/moyarenko/markdown/issues/211)) ([c31fd91](https://github.com/moyarenko/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/moyarenko/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/moyarenko/markdown/issues/375)) ([706429a](https://github.com/moyarenko/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/moyarenko/markdown/issues/390)) ([894d372](https://github.com/moyarenko/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/moyarenko/markdown/issues/428)) ([5ad2aaf](https://github.com/moyarenko/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/moyarenko/markdown/issues/706)) ([dba4a99](https://github.com/moyarenko/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/moyarenko/markdown/issues/805)) ([a9d5823](https://github.com/moyarenko/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/moyarenko/markdown/issues/843)) ([50d7600](https://github.com/moyarenko/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/moyarenko/markdown/issues/844)) ([0088cd9](https://github.com/moyarenko/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/moyarenko/markdown/issues/840)) ([9a7ffa7](https://github.com/moyarenko/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/moyarenko/markdown/issues/839)) ([fc545eb](https://github.com/moyarenko/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/moyarenko/markdown/issues/837)) ([1f62788](https://github.com/moyarenko/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/moyarenko/markdown/issues/841)) ([aa44d36](https://github.com/moyarenko/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/moyarenko/markdown/issues/836)) ([d0e2f34](https://github.com/moyarenko/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/moyarenko/markdown/issues/842)) ([e71eb63](https://github.com/moyarenko/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/moyarenko/markdown/issues/845)) ([07759a6](https://github.com/moyarenko/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/moyarenko/markdown/issues/214)) ([427e304](https://github.com/moyarenko/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/moyarenko/markdown/issues/458)) ([adc55c2](https://github.com/moyarenko/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/moyarenko/markdown/issues/425)) ([a2eeba8](https://github.com/moyarenko/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/moyarenko/markdown/issues/441)) ([06d8b76](https://github.com/moyarenko/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/moyarenko/markdown/issues/475)) ([86b1f1f](https://github.com/moyarenko/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/moyarenko/markdown/issues/480)) ([26a4c1f](https://github.com/moyarenko/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/moyarenko/markdown/issues/488)) ([f49c5ee](https://github.com/moyarenko/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/moyarenko/markdown/issues/497)) ([75e5488](https://github.com/moyarenko/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/moyarenko/markdown/issues/785)) ([8d9028a](https://github.com/moyarenko/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/moyarenko/markdown/issues/827)) ([12a52b5](https://github.com/moyarenko/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github…
moyarenko pushed a commit to moyarenko/markdown that referenced this pull request Nov 3, 2022
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/moyarenko/markdown/issues/171)) ([9a5e1c6](https://github.com/moyarenko/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/moyarenko/markdown/issues/547)) ([bab15ff](https://github.com/moyarenko/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/moyarenko/markdown/issues/283)) ([f2414ed](https://github.com/moyarenko/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/moyarenko/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/moyarenko/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/moyarenko/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/moyarenko/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/moyarenko/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/moyarenko/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/moyarenko/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/moyarenko/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/moyarenko/markdown/issues/448)) ([e3c8b43](https://github.com/moyarenko/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/moyarenko/markdown/issues/825)) ([89480ee](https://github.com/moyarenko/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **callouts:** minor updates ([#445](https://github.com/moyarenko/markdown/issues/445)) ([f99df00](https://github.com/moyarenko/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/moyarenko/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/moyarenko//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/moyarenko/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/moyarenko/markdown/issues/105)) ([8651c88](https://github.com/moyarenko/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/moyarenko/markdown/issues/172)) ([5c3725d](https://github.com/moyarenko/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/moyarenko/markdown/issues/107)) ([239d0df](https://github.com/moyarenko/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/moyarenko/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/moyarenko/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/moyarenko/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/moyarenko/markdown/issues/127)) ([72c4475](https://github.com/moyarenko/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/moyarenko/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/moyarenko/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/moyarenko/markdown/issues/462)) ([7b513e0](https://github.com/moyarenko/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/moyarenko/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/moyarenko/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### ✨ New & Improved

* **markdown:**  ([#660](https://github.com/moyarenko/markdown/issues/660)) ([268a282](https://github.com/moyarenko/markdown/commit/268a28242dbb94e526db8d73989f278745f0933b)), closes [readmeio/readme#2700](https://github.com/readmeio/readme/issues/2700)
* ✨ implement isomorphic markdown parser package ([#537](https://github.com/moyarenko/markdown/issues/537)) ([8fa38e3](https://github.com/moyarenko/markdown/commit/8fa38e3684d69ddd16d5a710cc008a8d4d254b1c))
* **explorer:** add .markdown-body class to excerpt ([#665](https://github.com/moyarenko/markdown/issues/665)) ([cd1daaf](https://github.com/moyarenko/markdown/commit/cd1daafa1cfbbfc62ff112b2dc495744d17476bc))
* **release:** add a next channel ([#91](https://github.com/moyarenko/markdown/issues/91)) ([5938622](https://github.com/moyarenko/markdown/commit/59386226fc8785f159fe97464ad4aef48dbb58b8))
* add class for blank-line ([#457](https://github.com/moyarenko/markdown/issues/457)) ([347cfa6](https://github.com/moyarenko/markdown/commit/347cfa60cb45a23d3cb50671290b168bd91ce006))
* add dark option for code blocks ([#284](https://github.com/moyarenko/markdown/issues/284)) ([885b844](https://github.com/moyarenko/markdown/commit/885b8441a6ad423b4d59a14a7430c882f5ea1fad))
* add escape type ([#489](https://github.com/moyarenko/markdown/issues/489)) ([dd3d851](https://github.com/moyarenko/markdown/commit/dd3d851f2d0b165c851adf2469ef1b207e881745))
* add lazy flag for images ([#594](https://github.com/moyarenko/markdown/issues/594)) ([fda31b8](https://github.com/moyarenko/markdown/commit/fda31b8dcc60706545d5e42e0c4ebbb0c06cdb5b))
* add safeMode flag ([#517](https://github.com/moyarenko/markdown/issues/517)) ([4e79005](https://github.com/moyarenko/markdown/commit/4e79005f3cc0c1820536657059ad3d2083a66e1d))
* add support for syntax highlighting more languages  ([#728](https://github.com/moyarenko/markdown/issues/728)) ([13cb4e4](https://github.com/moyarenko/markdown/commit/13cb4e4eb06e8f235f4a0acc3ce2f78dcd2ab29a))
* add width support to image compiler ([#417](https://github.com/moyarenko/markdown/issues/417)) ([8fc2d50](https://github.com/moyarenko/markdown/commit/8fc2d500900c406f6685f3ed5596257fcaef9b39))
* add yaml compiler ([#509](https://github.com/moyarenko/markdown/issues/509)) ([ac238d1](https://github.com/moyarenko/markdown/commit/ac238d1d58164071eafeb893992662e4e00c6aec))
* adding a handful of new status codes ([#520](https://github.com/moyarenko/markdown/issues/520)) ([35db543](https://github.com/moyarenko/markdown/commit/35db54372bc59ab0ac080731cc738c39eab2f96f))
* adding a handful of unofficial http status codes ([#522](https://github.com/moyarenko/markdown/issues/522)) ([6d94a79](https://github.com/moyarenko/markdown/commit/6d94a79039e5cbd5baaf7ab6422e0c1dee1d528f))
* adding a new `copyButtons` option for disabling code copy btns ([#59](https://github.com/moyarenko/markdown/issues/59)) ([e4c40fd](https://github.com/moyarenko/markdown/commit/e4c40fde5f0e6411e24b25ba44c8c424bf406913))
* adding support for a handful of language highlight aliases ([#643](https://github.com/moyarenko/markdown/issues/643)) ([7d52154](https://github.com/moyarenko/markdown/commit/7d5215441ef6559ecda58a5c09fcf56438ab190e))
* adding support for cookie auth ([#817](https://github.com/moyarenko/markdown/issues/817)) ([5a2ef14](https://github.com/moyarenko/markdown/commit/5a2ef14615fde6302d2ac062aa49e7c10ba59043))
* adding support for cookies to oas-to-har ([#794](https://github.com/moyarenko/markdown/issues/794)) ([37b020d](https://github.com/moyarenko/markdown/commit/37b020d5dc86f444807e8194a0fe2bdbfdf6548d))
* adding support for handling `default` responses ([#846](https://github.com/moyarenko/markdown/issues/846)) ([783fe1a](https://github.com/moyarenko/markdown/commit/783fe1a24c9cc2b3509366bb0e9b862ae71a7a99))
* adding support for highlighting diffs ([#835](https://github.com/moyarenko/markdown/issues/835)) ([eb04c38](https://github.com/moyarenko/markdown/commit/eb04c38e0b944b26bc5e03cb63d8a2730586dc3d))
* adding support for highlighting OCaml and R languages ([#151](https://github.com/moyarenko/markdown/issues/151)) ([b901605](https://github.com/moyarenko/markdown/commit/b90160520a74f624faedf780d5bea6df583aa180))
* adding support for more string formats ([#381](https://github.com/moyarenko/markdown/issues/381)) ([da9c5a2](https://github.com/moyarenko/markdown/commit/da9c5a2d415842b65aa9da680fb1b61312a76536))
* Adding support for multiple media types ([#312](https://github.com/moyarenko/markdown/issues/312)) ([6ac7b67](https://github.com/moyarenko/markdown/commit/6ac7b67dd279c2c3e1652c24cff5b4a27dc2a5b7))
* addition of a new "node-simple" client language for our api sdk module ([#792](https://github.com/moyarenko/markdown/issues/792)) ([8f53c87](https://github.com/moyarenko/markdown/commit/8f53c871fe409a57ad14a4b7263855eeeb92846e))
* **markdown:** adjust lightbox img width ([#645](https://github.com/moyarenko/markdown/issues/645)) ([a016b88](https://github.com/moyarenko/markdown/commit/a016b88ee47a44e7f891efa7762dbaabcd7d76a0))
* adopt variable ([#200](https://github.com/moyarenko/markdown/issues/200)) ([947e31e](https://github.com/moyarenko/markdown/commit/947e31e08e02fe4d82c628ebd5bf3dd268ff3471))
* allow disabling tokenizers ([#119](https://github.com/moyarenko/markdown/issues/119)) ([0418a05](https://github.com/moyarenko/markdown/commit/0418a0543e0b15a00b51c0de38180c9de2f2b5fe))
* allow download attr in a-tags ([#39](https://github.com/moyarenko/markdown/issues/39)) ([87d8099](https://github.com/moyarenko/markdown/commit/87d8099e77095ce2aabe3a8c94c5da44d0b5a2a7))
* allow nesting callouts ([#601](https://github.com/moyarenko/markdown/issues/601)) ([e624b9a](https://github.com/moyarenko/markdown/commit/e624b9a18de59e570e15b5f899de71af06d77d4e))
* always use ATX format for headers ([#571](https://github.com/moyarenko/markdown/issues/571)) ([270e86f](https://github.com/moyarenko/markdown/commit/270e86f50e93746561f97e3702ec52de5d23bd4c))
* App selections should update current auth states ([#220](https://github.com/moyarenko/markdown/issues/220)) ([c97ff83](https://github.com/moyarenko/markdown/commit/c97ff8392c8a901b94766aef31382502804b7356))
* autoregister custom component tags and attrs ([#342](https://github.com/moyarenko/markdown/issues/342)) ([e58309a](https://github.com/moyarenko/markdown/commit/e58309aa27aebd6fccfc73a32e0f25daa7167aa9))
* compile custom magic blocks ([#399](https://github.com/moyarenko/markdown/issues/399)) ([d62229a](https://github.com/moyarenko/markdown/commit/d62229a6f12a6280ec4e313e22cdb1802b49796a))
* creating a new http-status-codes package ([#519](https://github.com/moyarenko/markdown/issues/519)) ([4f29c2b](https://github.com/moyarenko/markdown/commit/4f29c2bb65c5c9ae3a535d06d0fa6a1d9b705736))
* **glossary:** dark mode ([#599](https://github.com/moyarenko/markdown/issues/599)) ([6d9e7eb](https://github.com/moyarenko/markdown/commit/6d9e7eb92ee958bd9db1e88bfbb316adf6efd3bd))
* decoupling OAS code snippet generation into a standalone package ([#812](https://github.com/moyarenko/markdown/issues/812)) ([8fbe211](https://github.com/moyarenko/markdown/commit/8fbe21101dbde115e36d94506f810d91576ed33c))
* don't render style in safeMode ([#525](https://github.com/moyarenko/markdown/issues/525)) ([8a68880](https://github.com/moyarenko/markdown/commit/8a6888017fdbcfe125353718773b5449952796bd))
* ensure bordered images are rendered via a magic block ([#579](https://github.com/moyarenko/markdown/issues/579)) ([c3fb6f2](https://github.com/moyarenko/markdown/commit/c3fb6f299dde6619dea8e789042f746242d486af))
* error codes are now unique to the error message they're for ([#542](https://github.com/moyarenko/markdown/issues/542)) ([8e6d4c1](https://github.com/moyarenko/markdown/commit/8e6d4c11f74d7d101f902a24d8b517c266a6df20))
* export callout icons ([#219](https://github.com/moyarenko/markdown/issues/219)) ([7391b14](https://github.com/moyarenko/markdown/commit/7391b143d4ae889556e4be0d7c78650049c143ba))
* export components ([#218](https://github.com/moyarenko/markdown/issues/218)) ([4f888f6](https://github.com/moyarenko/markdown/commit/4f888f6a4e0db2429b30652b32efceb2a6139fae))
* expose the core setup method ([#51](https://github.com/moyarenko/markdown/issues/51)) ([3e85a53](https://github.com/moyarenko/markdown/commit/3e85a539d99eb86ff1dea3ea050eb2b5add9aa74))
* Extracting oas-to-har into @readme/oas-to-har ([#376](https://github.com/moyarenko/markdown/issues/376)) ([cd7dba3](https://github.com/moyarenko/markdown/commit/cd7dba3ad76e181b7df05932fdb917f7e4e24436))
* fix glossary term overflow in tables ([#108](https://github.com/moyarenko/markdown/issues/108)) ([52e8d9e](https://github.com/moyarenko/markdown/commit/52e8d9efddcfdd205c17be6fdbd62c70f6b31fe5))
* **rdmd/callout:** fix icon alignment ([#853](https://github.com/moyarenko/markdown/issues/853)) ([7ee7b5f](https://github.com/moyarenko/markdown/commit/7ee7b5f472c6b0248e4fb9745631b18e8e2cbb59))
* **rdmd:** fix link text-decoration ([#826](https://github.com/moyarenko/markdown/issues/826)) ([e080e92](https://github.com/moyarenko/markdown/commit/e080e9258ac59ac0c5c6632b232a2c9193aa7f40))
* fix plain string compiler ([#532](https://github.com/moyarenko/markdown/issues/532)) ([278d5ed](https://github.com/moyarenko/markdown/commit/278d5ed3e31b58799c46852d98c7d03e248df053))
* fixing some ssr issues with the markdown renderer  ([#705](https://github.com/moyarenko/markdown/issues/705)) ([52690a0](https://github.com/moyarenko/markdown/commit/52690a0dd7f174ef07cbfcf1c73edf768d9dea73))
* **tables:** hide empty table header rows ([#99](https://github.com/moyarenko/markdown/issues/99)) ([8b6d24b](https://github.com/moyarenko/markdown/commit/8b6d24bf3b1cebfce19b161bb669e504bddf083d))
* html block ([#609](https://github.com/moyarenko/markdown/issues/609)) ([6e9d8db](https://github.com/moyarenko/markdown/commit/6e9d8db0d901f131206f3ac23400bfd844e0836c))
* implement markdown/html in excerpt([#161](https://github.com/moyarenko/markdown/issues/161)) ([aee9d82](https://github.com/moyarenko/markdown/commit/aee9d82400db9a8f61110f44dffb3a1e501797af))
* implementing @readme/http-status-codes in the API Explorer ([#521](https://github.com/moyarenko/markdown/issues/521)) ([b04c980](https://github.com/moyarenko/markdown/commit/b04c980818f7844442ebe9d21ef3f3b2cd4eb01f))
* importing @readme/emojis in the markdown processor ([#473](https://github.com/moyarenko/markdown/issues/473)) ([ae1652e](https://github.com/moyarenko/markdown/commit/ae1652e4aa32b1c7d5c40ef8d598e2c3e341dd8a))
* improved har generation ([#689](https://github.com/moyarenko/markdown/issues/689)) ([2e6ac2e](https://github.com/moyarenko/markdown/commit/2e6ac2ec2dd29acd03cd9154c51f457218752d57))
* incrementing version ([7639794](https://github.com/moyarenko/markdown/commit/76397941cb4c454844961fd9fe0402e8067dbd75))
* initial implementation ([bbb5a12](https://github.com/moyarenko/markdown/commit/bbb5a12dc868f7dc3c8a889725e8139f90c6cf77))
* introducing enforcement on commit messages ([#703](https://github.com/moyarenko/markdown/issues/703)) ([7dba727](https://github.com/moyarenko/markdown/commit/7dba727bd2ea9b36af8d36e925ee9faf792d5d66))
* less lossy md() ([#377](https://github.com/moyarenko/markdown/issues/377)) ([4189554](https://github.com/moyarenko/markdown/commit/4189554e6f332ca396c6095ad3f028f567c7c2f3))
* **logs:** match null state to logged-out designs ([#833](https://github.com/moyarenko/markdown/issues/833)) ([9a6a8da](https://github.com/moyarenko/markdown/commit/9a6a8dafb3a2b767016cb15720d079c56b8ab4aa))
* **anchor:** menu item styling for doc links ([#589](https://github.com/moyarenko/markdown/issues/589)) ([31dbf68](https://github.com/moyarenko/markdown/commit/31dbf684832cf204eb952b50a2e59d60152975e5))
* more compiler updates ([#383](https://github.com/moyarenko/markdown/issues/383)) ([313e905](https://github.com/moyarenko/markdown/commit/313e9056e8eb114bc556bc50c163ebafaa6f1bcc))
* nested ast processing ([#679](https://github.com/moyarenko/markdown/issues/679)) ([67066b8](https://github.com/moyarenko/markdown/commit/67066b8fed325d47d29bcd68636df2152023ff83))
* new markdown engine ([#458](https://github.com/moyarenko/markdown/issues/458)) ([864b64b](https://github.com/moyarenko/markdown/commit/864b64b646ae505c8e527ddf42518a589d28dd87)), closes [#306](https://github.com/moyarenko/markdown/issues/306) [#398](https://github.com/moyarenko/markdown/issues/398) [#435](https://github.com/moyarenko/markdown/issues/435) [#404](https://github.com/moyarenko/markdown/issues/404) [#405](https://github.com/moyarenko/markdown/issues/405) [#406](https://github.com/moyarenko/markdown/issues/406) [#407](https://github.com/moyarenko/markdown/issues/407) [#413](https://github.com/moyarenko/markdown/issues/413) [#416](https://github.com/moyarenko/markdown/issues/416) [#410](https://github.com/moyarenko/markdown/issues/410) [#415](https://github.com/moyarenko/markdown/issues/415) [#408](https://github.com/moyarenko/markdown/issues/408) [#409](https://github.com/moyarenko/markdown/issues/409) [#417](https://github.com/moyarenko/markdown/issues/417) [#411](https://github.com/moyarenko/markdown/issues/411) [#412](https://github.com/moyarenko/markdown/issues/412) [#414](https://github.com/moyarenko/markdown/issues/414) [#424](https://github.com/moyarenko/markdown/issues/424) [#428](https://github.com/moyarenko/markdown/issues/428) [#425](https://github.com/moyarenko/markdown/issues/425) [#418](https://github.com/moyarenko/markdown/issues/418) [#419](https://github.com/moyarenko/markdown/issues/419) [#421](https://github.com/moyarenko/markdown/issues/421) [#422](https://github.com/moyarenko/markdown/issues/422) [#423](https://github.com/moyarenko/markdown/issues/423) [#426](https://github.com/moyarenko/markdown/issues/426) [#427](https://github.com/moyarenko/markdown/issues/427) [#429](https://github.com/moyarenko/markdown/issues/429) [#430](https://github.com/moyarenko/markdown/issues/430) [#432](https://github.com/moyarenko/markdown/issues/432) [#431](https://github.com/moyarenko/markdown/issues/431) [#434](https://github.com/moyarenko/markdown/issues/434) [/github.com/facebook/jest/issues/9396#issuecomment-573328488](https://github.com/moyarenko//github.com/facebook/jest/issues/9396/issues/issuecomment-573328488) [#508](https://github.com/moyarenko/markdown/issues/508) [#515](https://github.com/moyarenko/markdown/issues/515) [#516](https://github.com/moyarenko/markdown/issues/516)
* **demo:** polish sticky scrolling ([#523](https://github.com/moyarenko/markdown/issues/523)) ([3c6c2e6](https://github.com/moyarenko/markdown/commit/3c6c2e623e993ba7d8a2ff950ed12435040d0f6d))
* promote the markdown engine into a dedicated repo ([#12](https://github.com/moyarenko/markdown/issues/12)) ([6093851](https://github.com/moyarenko/markdown/commit/6093851f26007da7a5775e381027773e948db644))
* prompt to log into docs for hubs with logs ([#683](https://github.com/moyarenko/markdown/issues/683)) ([84027ec](https://github.com/moyarenko/markdown/commit/84027ecaba55ff8e372c5a4a34b49e23eb3d5271)), closes [/github.com/readmeio/api-explorer/pull/683#discussion_r421133565](https://github.com/moyarenko//github.com/readmeio/api-explorer/pull/683/issues/discussion_r421133565)
* **markdown:** pull CSS from readme ([#650](https://github.com/moyarenko/markdown/issues/650)) ([bd3d0d3](https://github.com/moyarenko/markdown/commit/bd3d0d39ddb4688bfd4ac59bbf7134bd72bbbf4f)), closes [#647](https://github.com/moyarenko/markdown/issues/647)
* refer to new pointers for log ([#407](https://github.com/moyarenko/markdown/issues/407)) ([193b38b](https://github.com/moyarenko/markdown/commit/193b38b17687f99a9df5f104638cdb7ed2dea36c))
* removing an eslint disable in the http-status-codes pkg ([3e35c56](https://github.com/moyarenko/markdown/commit/3e35c56c0822241ede00d5d452ebea88911a811b))
* save newlines with spaces ([#471](https://github.com/moyarenko/markdown/issues/471)) ([63649e7](https://github.com/moyarenko/markdown/commit/63649e73656f1e41c3c5ef7284ddad22d4831193))
* **markdown:** server-side rdmd bundle ([#767](https://github.com/moyarenko/markdown/issues/767)) ([4422341](https://github.com/moyarenko/markdown/commit/44223414eb14f4cfa46a10482c7207c2f801efed))
* setting a custom header for all "Try It" requests ([#471](https://github.com/moyarenko/markdown/issues/471)) ([663d82f](https://github.com/moyarenko/markdown/commit/663d82f09092b9fb35f6f43b464b171590a599f9))
* specify component-to-custom magic block mappings ([#60](https://github.com/moyarenko/markdown/issues/60)) ([460270b](https://github.com/moyarenko/markdown/commit/460270be16a2ca4709d57089b70a179d622daabf))
* splitting out our current markdown engine to a new package ([#514](https://github.com/moyarenko/markdown/issues/514)) ([087374d](https://github.com/moyarenko/markdown/commit/087374d2af9e2f1b0f1322507324979f7d9494b7))
* support for allOf and a host of small improvements and bug fixes ([#436](https://github.com/moyarenko/markdown/issues/436)) ([f1381d1](https://github.com/moyarenko/markdown/commit/f1381d16e06df1b49c25e7d6d66f2fdd436d9357)), closes [#517](https://github.com/moyarenko/markdown/issues/517)
* table of contents generator ([#43](https://github.com/moyarenko/markdown/issues/43)) ([056bea6](https://github.com/moyarenko/markdown/commit/056bea6d43ee3868f703fe76c3b74d521b2564da))
* throw when parsing invalid magic block json ([#563](https://github.com/moyarenko/markdown/issues/563)) ([72a59dc](https://github.com/moyarenko/markdown/commit/72a59dcc2790fb2721504e7ddee69042e03163c3))
* treat react and react-dom as external deps ([#90](https://github.com/moyarenko/markdown/issues/90)) ([7be16d7](https://github.com/moyarenko/markdown/commit/7be16d7a4de3ede54a3c46ef7cc5797a1a47888e))
* **release:** trigger build ([00b91cc](https://github.com/moyarenko/markdown/commit/00b91ccfac60004ab7d8d78515c67a1ffe8d1797))
* **release:** trigger build ([ff9e757](https://github.com/moyarenko/markdown/commit/ff9e757a8db1e2ad5ea4e3d095ecb09d06fb0f10))
* trigger release ([9549095](https://github.com/moyarenko/markdown/commit/9549095fc9c4587812bd482bf2d1f52b295e53ff))
* try using purecomponent for html ([#562](https://github.com/moyarenko/markdown/issues/562)) ([6f44d4b](https://github.com/moyarenko/markdown/commit/6f44d4b1cfe2ae2724ab425f08056a78c27138f4))
* Update Schema Form UI ([#228](https://github.com/moyarenko/markdown/issues/228)) ([162086c](https://github.com/moyarenko/markdown/commit/162086c04a7e0989ef2631f69e901a4581663618))
* updating dependabot to follow our commit standards ([a06d86d](https://github.com/moyarenko/markdown/commit/a06d86dd7193c79c4f7cf496e3fe9b9ddcef5ad7))
* updating our callout emoji regex to use `emoji-regex` ([#536](https://github.com/moyarenko/markdown/issues/536)) ([87fdde2](https://github.com/moyarenko/markdown/commit/87fdde2fe48d958694308e0b7facec18a7e6219e))
* Upgrade to Webpack 4 ([#270](https://github.com/moyarenko/markdown/issues/270)) ([27efa37](https://github.com/moyarenko/markdown/commit/27efa379b4963af2648cba0ba9df7786735c2035))
* upgrading @readme/react-jsonschema-form to v1.2.0 ([#852](https://github.com/moyarenko/markdown/issues/852)) ([4e37271](https://github.com/moyarenko/markdown/commit/4e3727163371753c69088181c3702f01da3518b3))
* upgrading out of date deps ([#542](https://github.com/moyarenko/markdown/issues/542)) ([f8aae4f](https://github.com/moyarenko/markdown/commit/f8aae4f9a387974079e8d958917e936755b45820))
* upgrading prettier to 2.0 ([#546](https://github.com/moyarenko/markdown/issues/546)) ([e3582ec](https://github.com/moyarenko/markdown/commit/e3582ec0d742f6152a03ea730ac12adcba1370e3))
* upgrading syntax-highlighter to support Lua and Solidity ([#391](https://github.com/moyarenko/markdown/issues/391)) ([3466ece](https://github.com/moyarenko/markdown/commit/3466ecefc97405a3e2ebe953a1d754f4eb8be6b2))
* **glossary-item:** use react-tippy to control tooltips ([#553](https://github.com/moyarenko/markdown/issues/553)) ([0302473](https://github.com/moyarenko/markdown/commit/03024739dd439ebac3ffc45b35c073d80eb576c4))
* validate oas on preview ([#721](https://github.com/moyarenko/markdown/issues/721)) ([4e6df88](https://github.com/moyarenko/markdown/commit/4e6df886285b6dd30903c5a43c6e68e50d89f912))
* visual regression testing and dev server app ([#94](https://github.com/moyarenko/markdown/issues/94)) ([0774166](https://github.com/moyarenko/markdown/commit/07741663d0a603c7f178b63ebed6a81695e36ec2))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/moyarenko/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/moyarenko/markdown/issues/580)) ([11a145b](https://github.com/moyarenko/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/moyarenko/markdown/issues/418)) ([f06bfb2](https://github.com/moyarenko/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/moyarenko/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/moyarenko/markdown/issues/559)) ([af577ba](https://github.com/moyarenko/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/moyarenko/markdown/issues/118)) ([03d966a](https://github.com/moyarenko/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/moyarenko/markdown/issues/535)) ([4d7876b](https://github.com/moyarenko/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/moyarenko/markdown/issues/230)) ([1df0220](https://github.com/moyarenko/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/moyarenko/markdown/issues/126)) ([184c238](https://github.com/moyarenko/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/moyarenko/markdown/issues/279)) ([163863f](https://github.com/moyarenko/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/moyarenko/markdown/issues/82)) ([5a3aa52](https://github.com/moyarenko/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/moyarenko/markdown/issues/461)) ([36f0b9d](https://github.com/moyarenko/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/moyarenko/markdown/issues/447)) ([06a463e](https://github.com/moyarenko/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/moyarenko/markdown/issues/455)) ([a99f57f](https://github.com/moyarenko/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/moyarenko/markdown/issues/808)) ([3a6e720](https://github.com/moyarenko/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/moyarenko/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/moyarenko/markdown/issues/79)) ([bd3e8e5](https://github.com/moyarenko/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/moyarenko/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/moyarenko/markdown/issues/115)) ([94e505d](https://github.com/moyarenko/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/moyarenko/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/moyarenko/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/moyarenko/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/moyarenko/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/moyarenko/markdown/issues/479)) ([3701f6c](https://github.com/moyarenko/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/moyarenko/markdown/issues/847)) ([7f80255](https://github.com/moyarenko/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/moyarenko/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/moyarenko/markdown/issues/379)) ([f2d9027](https://github.com/moyarenko/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/moyarenko/markdown/issues/431)) ([8bcd03c](https://github.com/moyarenko/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/moyarenko/markdown/issues/611)) ([b56d2fc](https://github.com/moyarenko/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/moyarenko/markdown/issues/136)) ([9bdd6e7](https://github.com/moyarenko/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/moyarenko/markdown/issues/362)) ([2b55c09](https://github.com/moyarenko/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/moyarenko/markdown/issues/149)) ([b70fb90](https://github.com/moyarenko/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/moyarenko/markdown/issues/390)) ([27c30f6](https://github.com/moyarenko/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/moyarenko/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/moyarenko/markdown/issues/605)) ([98b482e](https://github.com/moyarenko/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/moyarenko/markdown/issues/591)) ([f870549](https://github.com/moyarenko/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/moyarenko/markdown/issues/561)) ([477322a](https://github.com/moyarenko/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/moyarenko/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/moyarenko/markdown/issues/484)) ([e425040](https://github.com/moyarenko/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/moyarenko/markdown/issues/494)) ([427c917](https://github.com/moyarenko/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/moyarenko/markdown/issues/587)) ([a9a5d5d](https://github.com/moyarenko/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/moyarenko/markdown/issues/346)) ([45f728e](https://github.com/moyarenko/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* broken api log url ([#460](https://github.com/moyarenko/markdown/issues/460)) ([503154d](https://github.com/moyarenko/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/moyarenko/markdown/issues/599)) ([ef18f54](https://github.com/moyarenko/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/moyarenko/markdown/issues/98)) ([8f54042](https://github.com/moyarenko/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/moyarenko/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/moyarenko/markdown/issues/169)) ([8666a71](https://github.com/moyarenko/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/moyarenko/markdown/issues/373)) ([fa528cb](https://github.com/moyarenko/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/moyarenko/markdown/issues/384)) ([580f77e](https://github.com/moyarenko/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/moyarenko/markdown/issues/399)) ([a460110](https://github.com/moyarenko/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/moyarenko/markdown/issues/422)) ([2cbe0ab](https://github.com/moyarenko/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/moyarenko/markdown/issues/437)) ([986189d](https://github.com/moyarenko/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/moyarenko/markdown/issues/454)) ([0cd1d23](https://github.com/moyarenko/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/moyarenko/markdown/issues/467)) ([00e49d0](https://github.com/moyarenko/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/moyarenko/markdown/issues/501)) ([e7aa3f3](https://github.com/moyarenko/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/moyarenko/markdown/issues/509)) ([86192fd](https://github.com/moyarenko/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/moyarenko/markdown/issues/556)) ([a4d6f8c](https://github.com/moyarenko/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/moyarenko/markdown/issues/677)) ([8d277ac](https://github.com/moyarenko/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/moyarenko/markdown/issues/811)) ([a791fd5](https://github.com/moyarenko/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/moyarenko/markdown/issues/190)) ([0599876](https://github.com/moyarenko/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/moyarenko/markdown/issues/553)) ([eb21c31](https://github.com/moyarenko/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/moyarenko/markdown/issues/609)) ([6f98e42](https://github.com/moyarenko/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/moyarenko/markdown/issues/707)) ([728689f](https://github.com/moyarenko/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/moyarenko/markdown/issues/197)) ([0eb0e19](https://github.com/moyarenko/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/moyarenko/markdown/issues/369)) ([f04a680](https://github.com/moyarenko/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/moyarenko/markdown/issues/383)) ([400a917](https://github.com/moyarenko/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/moyarenko/markdown/issues/400)) ([3261792](https://github.com/moyarenko/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/moyarenko/markdown/issues/413)) ([82ca75c](https://github.com/moyarenko/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/moyarenko/markdown/issues/449)) ([c105f56](https://github.com/moyarenko/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/moyarenko/markdown/issues/465)) ([b29a26d](https://github.com/moyarenko/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/moyarenko/markdown/issues/504)) ([54f23d2](https://github.com/moyarenko/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/moyarenko/markdown/issues/511)) ([d2c4a8e](https://github.com/moyarenko/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/moyarenko/markdown/issues/555)) ([4a742ad](https://github.com/moyarenko/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/moyarenko/markdown/issues/593)) ([c40a910](https://github.com/moyarenko/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/moyarenko/markdown/issues/676)) ([8e507de](https://github.com/moyarenko/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/moyarenko/markdown/issues/370)) ([fc7fff7](https://github.com/moyarenko/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/moyarenko/markdown/issues/389)) ([c0c4988](https://github.com/moyarenko/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/moyarenko/markdown/issues/443)) ([f288246](https://github.com/moyarenko/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/moyarenko/markdown/issues/450)) ([dc9cb32](https://github.com/moyarenko/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/moyarenko/markdown/issues/552)) ([80b44dc](https://github.com/moyarenko/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/moyarenko/markdown/issues/576)) ([1f7f16f](https://github.com/moyarenko/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/moyarenko/markdown/issues/182)) ([50325ed](https://github.com/moyarenko/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/moyarenko/markdown/issues/162)) ([227c5ed](https://github.com/moyarenko/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/moyarenko/markdown/issues/195)) ([43bc4b4](https://github.com/moyarenko/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/moyarenko/markdown/issues/384)) ([048ee9f](https://github.com/moyarenko/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/moyarenko/markdown/issues/478)) ([f5a0244](https://github.com/moyarenko/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/moyarenko/markdown/issues/489)) ([85be6bd](https://github.com/moyarenko/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/moyarenko/markdown/issues/505)) ([3060973](https://github.com/moyarenko/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/moyarenko/markdown/issues/535)) ([1abc64c](https://github.com/moyarenko/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/moyarenko/markdown/issues/385)) ([deae3ad](https://github.com/moyarenko/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/moyarenko/markdown/issues/406)) ([dd34213](https://github.com/moyarenko/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/moyarenko/markdown/issues/416)) ([2564103](https://github.com/moyarenko/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/moyarenko/markdown/issues/424)) ([ef98735](https://github.com/moyarenko/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/moyarenko/markdown/issues/445)) ([906ff84](https://github.com/moyarenko/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/moyarenko/markdown/issues/448)) ([2f1781b](https://github.com/moyarenko/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/moyarenko/markdown/issues/610)) ([abe119a](https://github.com/moyarenko/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/moyarenko/markdown/issues/64)) ([ab61909](https://github.com/moyarenko/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/moyarenko/markdown/issues/531)) ([b3568a6](https://github.com/moyarenko/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/moyarenko/markdown/issues/774)) ([7e4e12d](https://github.com/moyarenko/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/moyarenko/markdown/issues/188)) ([16724d8](https://github.com/moyarenko/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/moyarenko/markdown/issues/307)) ([51da52a](https://github.com/moyarenko/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/moyarenko/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/moyarenko/markdown/issues/504)) ([a9ffb70](https://github.com/moyarenko/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/moyarenko/markdown/issues/540)) ([2f9b998](https://github.com/moyarenko/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/moyarenko/markdown/issues/442)) ([dd78e22](https://github.com/moyarenko/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/moyarenko/markdown/issues/780)) ([e87fa1a](https://github.com/moyarenko/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/moyarenko/markdown/issues/800)) ([211417c](https://github.com/moyarenko/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/moyarenko/markdown/issues/205)) ([decc3bd](https://github.com/moyarenko/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/moyarenko/markdown/issues/235)) ([95e3a2b](https://github.com/moyarenko/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/moyarenko/markdown/issues/251)) ([c013b36](https://github.com/moyarenko/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/moyarenko/markdown/issues/440)) ([d134aab](https://github.com/moyarenko/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/moyarenko/markdown/issues/781)) ([6c1e9bd](https://github.com/moyarenko/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/moyarenko/markdown/issues/810)) ([31d5a07](https://github.com/moyarenko/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/moyarenko/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/moyarenko/markdown/issues/438)) ([575117a](https://github.com/moyarenko/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/moyarenko/markdown/issues/573)) ([a1426f9](https://github.com/moyarenko/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/moyarenko/markdown/issues/581)) ([464d75b](https://github.com/moyarenko/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/moyarenko/markdown/issues/692)) ([b8aefee](https://github.com/moyarenko/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/moyarenko/markdown/issues/801)) ([928d8c0](https://github.com/moyarenko/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/moyarenko/markdown/issues/502)) ([3292167](https://github.com/moyarenko/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/moyarenko/markdown/issues/455)) ([083ca1c](https://github.com/moyarenko/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/moyarenko/markdown/issues/570)) ([3edda2d](https://github.com/moyarenko/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/moyarenko/markdown/issues/582)) ([5a4e354](https://github.com/moyarenko/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/moyarenko/markdown/issues/615)) ([532f8ad](https://github.com/moyarenko/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/moyarenko/markdown/issues/814)) ([bf4d56b](https://github.com/moyarenko/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/moyarenko/markdown/issues/187)) ([dd26212](https://github.com/moyarenko/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/moyarenko/markdown/issues/569)) ([e006edc](https://github.com/moyarenko/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/moyarenko/markdown/issues/412)) ([d7b1d61](https://github.com/moyarenko/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/moyarenko/markdown/issues/427)) ([1722353](https://github.com/moyarenko/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/moyarenko/markdown/issues/456)) ([46d2719](https://github.com/moyarenko/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/moyarenko/markdown/issues/492)) ([2459950](https://github.com/moyarenko/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/moyarenko/markdown/issues/549)) ([b9d6576](https://github.com/moyarenko/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/moyarenko/markdown/issues/635)) ([aae6ae2](https://github.com/moyarenko/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/moyarenko/markdown/issues/788)) ([eb44fac](https://github.com/moyarenko/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/moyarenko/markdown/issues/177)) ([35eb916](https://github.com/moyarenko/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/moyarenko/markdown/issues/201)) ([6f8c953](https://github.com/moyarenko/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/moyarenko/markdown/issues/401)) ([4a135ed](https://github.com/moyarenko/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/moyarenko/markdown/issues/405)) ([f772c49](https://github.com/moyarenko/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/moyarenko/markdown/issues/411)) ([3502e5c](https://github.com/moyarenko/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/moyarenko/markdown/issues/426)) ([710dd4a](https://github.com/moyarenko/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/moyarenko/markdown/issues/440)) ([fbfcf51](https://github.com/moyarenko/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/moyarenko/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/moyarenko/markdown/issues/229)) ([325396b](https://github.com/moyarenko/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/moyarenko/markdown/issues/408)) ([9fa958c](https://github.com/moyarenko/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/moyarenko/markdown/issues/417)) ([ea4f5cc](https://github.com/moyarenko/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/moyarenko/markdown/issues/386)) ([5340dde](https://github.com/moyarenko/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/moyarenko/markdown/issues/395)) ([6179015](https://github.com/moyarenko/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/moyarenko/markdown/issues/410)) ([7595b99](https://github.com/moyarenko/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/moyarenko/markdown/issues/709)) ([e1652e3](https://github.com/moyarenko/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/moyarenko/markdown/issues/773)) ([22e2eca](https://github.com/moyarenko/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/moyarenko/markdown/issues/184)) ([7e032cf](https://github.com/moyarenko/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/moyarenko/markdown/issues/813)) ([172d3a0](https://github.com/moyarenko/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/moyarenko/markdown/issues/209)) ([5309d0e](https://github.com/moyarenko/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/moyarenko/markdown/issues/248)) ([76e5a79](https://github.com/moyarenko/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/moyarenko/markdown/issues/391)) ([d49a802](https://github.com/moyarenko/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/moyarenko/markdown/issues/394)) ([5565e38](https://github.com/moyarenko/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/moyarenko/markdown/issues/392)) ([da75860](https://github.com/moyarenko/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/moyarenko/markdown/issues/382)) ([69b2e89](https://github.com/moyarenko/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/moyarenko/markdown/issues/487)) ([191782e](https://github.com/moyarenko/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/moyarenko/markdown/issues/550)) ([0489556](https://github.com/moyarenko/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/moyarenko/markdown/issues/786)) ([66bcfe9](https://github.com/moyarenko/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/moyarenko/markdown/issues/442)) ([80907f1](https://github.com/moyarenko/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/moyarenko/markdown/issues/156)) ([e5fda67](https://github.com/moyarenko/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/moyarenko/markdown/issues/778)) ([44ff101](https://github.com/moyarenko/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/moyarenko/markdown/issues/208)) ([1f09f4a](https://github.com/moyarenko/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/moyarenko/markdown/issues/457)) ([817de29](https://github.com/moyarenko/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/moyarenko/markdown/issues/571)) ([67e29a2](https://github.com/moyarenko/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/moyarenko/markdown/issues/594)) ([134d5e8](https://github.com/moyarenko/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/moyarenko/markdown/issues/612)) ([3c63767](https://github.com/moyarenko/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/moyarenko/markdown/issues/694)) ([8c901c6](https://github.com/moyarenko/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/moyarenko/markdown/issues/815)) ([6afc047](https://github.com/moyarenko/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/moyarenko/markdown/issues/211)) ([c31fd91](https://github.com/moyarenko/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/moyarenko/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/moyarenko/markdown/issues/375)) ([706429a](https://github.com/moyarenko/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/moyarenko/markdown/issues/390)) ([894d372](https://github.com/moyarenko/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/moyarenko/markdown/issues/428)) ([5ad2aaf](https://github.com/moyarenko/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/moyarenko/markdown/issues/706)) ([dba4a99](https://github.com/moyarenko/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/moyarenko/markdown/issues/805)) ([a9d5823](https://github.com/moyarenko/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/moyarenko/markdown/issues/843)) ([50d7600](https://github.com/moyarenko/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/moyarenko/markdown/issues/844)) ([0088cd9](https://github.com/moyarenko/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/moyarenko/markdown/issues/840)) ([9a7ffa7](https://github.com/moyarenko/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/moyarenko/markdown/issues/839)) ([fc545eb](https://github.com/moyarenko/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/moyarenko/markdown/issues/837)) ([1f62788](https://github.com/moyarenko/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/moyarenko/markdown/issues/841)) ([aa44d36](https://github.com/moyarenko/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/moyarenko/markdown/issues/836)) ([d0e2f34](https://github.com/moyarenko/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/moyarenko/markdown/issues/842)) ([e71eb63](https://github.com/moyarenko/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/moyarenko/markdown/issues/845)) ([07759a6](https://github.com/moyarenko/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/moyarenko/markdown/issues/214)) ([427e304](https://github.com/moyarenko/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/moyarenko/markdown/issues/458)) ([adc55c2](https://github.com/moyarenko/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/moyarenko/markdown/issues/425)) ([a2eeba8](https://github.com/moyarenko/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/moyarenko/markdown/issues/441)) ([06d8b76](https://github.com/moyarenko/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/moyarenko/markdown/issues/475)) ([86b1f1f](https://github.com/moyarenko/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/moyarenko/markdown/issues/480)) ([26a4c1f](https://github.com/moyarenko/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/moyarenko/markdown/issues/488)) ([f49c5ee](https://github.com/moyarenko/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/moyarenko/markdown/issues/497)) ([75e5488](https://github.com/moyarenko/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/moyarenko/markdown/issues/785)) ([8d9028a](https://github.com/moyarenko/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/moyarenko/markdown/issues/827)) ([12a52b5](https://github.com/moyarenko/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github.com/moyarenko/markdown/issues/280)) ([d7e826f](https://github.com/moyarenko/markdown/commit/d7e826f968ad402b002cae13b91f6bc5c8297f5e))
* **deps-dev:** Bump node-sass from 4.13.0 to 4.13.1 ([#…
moyarenko pushed a commit to moyarenko/markdown that referenced this pull request Nov 3, 2022
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/moyarenko/markdown/issues/171)) ([9a5e1c6](https://github.com/moyarenko/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/moyarenko/markdown/issues/547)) ([bab15ff](https://github.com/moyarenko/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/moyarenko/markdown/issues/283)) ([f2414ed](https://github.com/moyarenko/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/moyarenko/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/moyarenko/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/moyarenko/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/moyarenko/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/moyarenko/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/moyarenko/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/moyarenko/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/moyarenko/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/moyarenko/markdown/issues/448)) ([e3c8b43](https://github.com/moyarenko/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/moyarenko/markdown/issues/825)) ([89480ee](https://github.com/moyarenko/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **callouts:** minor updates ([#445](https://github.com/moyarenko/markdown/issues/445)) ([f99df00](https://github.com/moyarenko/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/moyarenko/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/moyarenko//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/moyarenko/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/moyarenko/markdown/issues/105)) ([8651c88](https://github.com/moyarenko/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/moyarenko/markdown/issues/172)) ([5c3725d](https://github.com/moyarenko/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/moyarenko/markdown/issues/107)) ([239d0df](https://github.com/moyarenko/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/moyarenko/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/moyarenko/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/moyarenko/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/moyarenko/markdown/issues/127)) ([72c4475](https://github.com/moyarenko/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/moyarenko/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/moyarenko/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/moyarenko/markdown/issues/462)) ([7b513e0](https://github.com/moyarenko/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/moyarenko/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/moyarenko/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### ✨ New & Improved

* **markdown:**  ([#660](https://github.com/moyarenko/markdown/issues/660)) ([268a282](https://github.com/moyarenko/markdown/commit/268a28242dbb94e526db8d73989f278745f0933b)), closes [readmeio/readme#2700](https://github.com/readmeio/readme/issues/2700)
* ✨ implement isomorphic markdown parser package ([#537](https://github.com/moyarenko/markdown/issues/537)) ([8fa38e3](https://github.com/moyarenko/markdown/commit/8fa38e3684d69ddd16d5a710cc008a8d4d254b1c))
* **explorer:** add .markdown-body class to excerpt ([#665](https://github.com/moyarenko/markdown/issues/665)) ([cd1daaf](https://github.com/moyarenko/markdown/commit/cd1daafa1cfbbfc62ff112b2dc495744d17476bc))
* **release:** add a next channel ([#91](https://github.com/moyarenko/markdown/issues/91)) ([5938622](https://github.com/moyarenko/markdown/commit/59386226fc8785f159fe97464ad4aef48dbb58b8))
* add class for blank-line ([#457](https://github.com/moyarenko/markdown/issues/457)) ([347cfa6](https://github.com/moyarenko/markdown/commit/347cfa60cb45a23d3cb50671290b168bd91ce006))
* add dark option for code blocks ([#284](https://github.com/moyarenko/markdown/issues/284)) ([885b844](https://github.com/moyarenko/markdown/commit/885b8441a6ad423b4d59a14a7430c882f5ea1fad))
* add escape type ([#489](https://github.com/moyarenko/markdown/issues/489)) ([dd3d851](https://github.com/moyarenko/markdown/commit/dd3d851f2d0b165c851adf2469ef1b207e881745))
* add lazy flag for images ([#594](https://github.com/moyarenko/markdown/issues/594)) ([fda31b8](https://github.com/moyarenko/markdown/commit/fda31b8dcc60706545d5e42e0c4ebbb0c06cdb5b))
* add safeMode flag ([#517](https://github.com/moyarenko/markdown/issues/517)) ([4e79005](https://github.com/moyarenko/markdown/commit/4e79005f3cc0c1820536657059ad3d2083a66e1d))
* add support for syntax highlighting more languages  ([#728](https://github.com/moyarenko/markdown/issues/728)) ([13cb4e4](https://github.com/moyarenko/markdown/commit/13cb4e4eb06e8f235f4a0acc3ce2f78dcd2ab29a))
* add width support to image compiler ([#417](https://github.com/moyarenko/markdown/issues/417)) ([8fc2d50](https://github.com/moyarenko/markdown/commit/8fc2d500900c406f6685f3ed5596257fcaef9b39))
* add yaml compiler ([#509](https://github.com/moyarenko/markdown/issues/509)) ([ac238d1](https://github.com/moyarenko/markdown/commit/ac238d1d58164071eafeb893992662e4e00c6aec))
* adding a handful of new status codes ([#520](https://github.com/moyarenko/markdown/issues/520)) ([35db543](https://github.com/moyarenko/markdown/commit/35db54372bc59ab0ac080731cc738c39eab2f96f))
* adding a handful of unofficial http status codes ([#522](https://github.com/moyarenko/markdown/issues/522)) ([6d94a79](https://github.com/moyarenko/markdown/commit/6d94a79039e5cbd5baaf7ab6422e0c1dee1d528f))
* adding a new `copyButtons` option for disabling code copy btns ([#59](https://github.com/moyarenko/markdown/issues/59)) ([e4c40fd](https://github.com/moyarenko/markdown/commit/e4c40fde5f0e6411e24b25ba44c8c424bf406913))
* adding support for a handful of language highlight aliases ([#643](https://github.com/moyarenko/markdown/issues/643)) ([7d52154](https://github.com/moyarenko/markdown/commit/7d5215441ef6559ecda58a5c09fcf56438ab190e))
* adding support for cookie auth ([#817](https://github.com/moyarenko/markdown/issues/817)) ([5a2ef14](https://github.com/moyarenko/markdown/commit/5a2ef14615fde6302d2ac062aa49e7c10ba59043))
* adding support for cookies to oas-to-har ([#794](https://github.com/moyarenko/markdown/issues/794)) ([37b020d](https://github.com/moyarenko/markdown/commit/37b020d5dc86f444807e8194a0fe2bdbfdf6548d))
* adding support for handling `default` responses ([#846](https://github.com/moyarenko/markdown/issues/846)) ([783fe1a](https://github.com/moyarenko/markdown/commit/783fe1a24c9cc2b3509366bb0e9b862ae71a7a99))
* adding support for highlighting diffs ([#835](https://github.com/moyarenko/markdown/issues/835)) ([eb04c38](https://github.com/moyarenko/markdown/commit/eb04c38e0b944b26bc5e03cb63d8a2730586dc3d))
* adding support for highlighting OCaml and R languages ([#151](https://github.com/moyarenko/markdown/issues/151)) ([b901605](https://github.com/moyarenko/markdown/commit/b90160520a74f624faedf780d5bea6df583aa180))
* adding support for more string formats ([#381](https://github.com/moyarenko/markdown/issues/381)) ([da9c5a2](https://github.com/moyarenko/markdown/commit/da9c5a2d415842b65aa9da680fb1b61312a76536))
* Adding support for multiple media types ([#312](https://github.com/moyarenko/markdown/issues/312)) ([6ac7b67](https://github.com/moyarenko/markdown/commit/6ac7b67dd279c2c3e1652c24cff5b4a27dc2a5b7))
* addition of a new "node-simple" client language for our api sdk module ([#792](https://github.com/moyarenko/markdown/issues/792)) ([8f53c87](https://github.com/moyarenko/markdown/commit/8f53c871fe409a57ad14a4b7263855eeeb92846e))
* **markdown:** adjust lightbox img width ([#645](https://github.com/moyarenko/markdown/issues/645)) ([a016b88](https://github.com/moyarenko/markdown/commit/a016b88ee47a44e7f891efa7762dbaabcd7d76a0))
* adopt variable ([#200](https://github.com/moyarenko/markdown/issues/200)) ([947e31e](https://github.com/moyarenko/markdown/commit/947e31e08e02fe4d82c628ebd5bf3dd268ff3471))
* allow disabling tokenizers ([#119](https://github.com/moyarenko/markdown/issues/119)) ([0418a05](https://github.com/moyarenko/markdown/commit/0418a0543e0b15a00b51c0de38180c9de2f2b5fe))
* allow download attr in a-tags ([#39](https://github.com/moyarenko/markdown/issues/39)) ([87d8099](https://github.com/moyarenko/markdown/commit/87d8099e77095ce2aabe3a8c94c5da44d0b5a2a7))
* allow nesting callouts ([#601](https://github.com/moyarenko/markdown/issues/601)) ([e624b9a](https://github.com/moyarenko/markdown/commit/e624b9a18de59e570e15b5f899de71af06d77d4e))
* always use ATX format for headers ([#571](https://github.com/moyarenko/markdown/issues/571)) ([270e86f](https://github.com/moyarenko/markdown/commit/270e86f50e93746561f97e3702ec52de5d23bd4c))
* App selections should update current auth states ([#220](https://github.com/moyarenko/markdown/issues/220)) ([c97ff83](https://github.com/moyarenko/markdown/commit/c97ff8392c8a901b94766aef31382502804b7356))
* autoregister custom component tags and attrs ([#342](https://github.com/moyarenko/markdown/issues/342)) ([e58309a](https://github.com/moyarenko/markdown/commit/e58309aa27aebd6fccfc73a32e0f25daa7167aa9))
* compile custom magic blocks ([#399](https://github.com/moyarenko/markdown/issues/399)) ([d62229a](https://github.com/moyarenko/markdown/commit/d62229a6f12a6280ec4e313e22cdb1802b49796a))
* creating a new http-status-codes package ([#519](https://github.com/moyarenko/markdown/issues/519)) ([4f29c2b](https://github.com/moyarenko/markdown/commit/4f29c2bb65c5c9ae3a535d06d0fa6a1d9b705736))
* **glossary:** dark mode ([#599](https://github.com/moyarenko/markdown/issues/599)) ([6d9e7eb](https://github.com/moyarenko/markdown/commit/6d9e7eb92ee958bd9db1e88bfbb316adf6efd3bd))
* decoupling OAS code snippet generation into a standalone package ([#812](https://github.com/moyarenko/markdown/issues/812)) ([8fbe211](https://github.com/moyarenko/markdown/commit/8fbe21101dbde115e36d94506f810d91576ed33c))
* don't render style in safeMode ([#525](https://github.com/moyarenko/markdown/issues/525)) ([8a68880](https://github.com/moyarenko/markdown/commit/8a6888017fdbcfe125353718773b5449952796bd))
* ensure bordered images are rendered via a magic block ([#579](https://github.com/moyarenko/markdown/issues/579)) ([c3fb6f2](https://github.com/moyarenko/markdown/commit/c3fb6f299dde6619dea8e789042f746242d486af))
* error codes are now unique to the error message they're for ([#542](https://github.com/moyarenko/markdown/issues/542)) ([8e6d4c1](https://github.com/moyarenko/markdown/commit/8e6d4c11f74d7d101f902a24d8b517c266a6df20))
* export callout icons ([#219](https://github.com/moyarenko/markdown/issues/219)) ([7391b14](https://github.com/moyarenko/markdown/commit/7391b143d4ae889556e4be0d7c78650049c143ba))
* export components ([#218](https://github.com/moyarenko/markdown/issues/218)) ([4f888f6](https://github.com/moyarenko/markdown/commit/4f888f6a4e0db2429b30652b32efceb2a6139fae))
* expose the core setup method ([#51](https://github.com/moyarenko/markdown/issues/51)) ([3e85a53](https://github.com/moyarenko/markdown/commit/3e85a539d99eb86ff1dea3ea050eb2b5add9aa74))
* Extracting oas-to-har into @readme/oas-to-har ([#376](https://github.com/moyarenko/markdown/issues/376)) ([cd7dba3](https://github.com/moyarenko/markdown/commit/cd7dba3ad76e181b7df05932fdb917f7e4e24436))
* fix glossary term overflow in tables ([#108](https://github.com/moyarenko/markdown/issues/108)) ([52e8d9e](https://github.com/moyarenko/markdown/commit/52e8d9efddcfdd205c17be6fdbd62c70f6b31fe5))
* **rdmd/callout:** fix icon alignment ([#853](https://github.com/moyarenko/markdown/issues/853)) ([7ee7b5f](https://github.com/moyarenko/markdown/commit/7ee7b5f472c6b0248e4fb9745631b18e8e2cbb59))
* **rdmd:** fix link text-decoration ([#826](https://github.com/moyarenko/markdown/issues/826)) ([e080e92](https://github.com/moyarenko/markdown/commit/e080e9258ac59ac0c5c6632b232a2c9193aa7f40))
* fix plain string compiler ([#532](https://github.com/moyarenko/markdown/issues/532)) ([278d5ed](https://github.com/moyarenko/markdown/commit/278d5ed3e31b58799c46852d98c7d03e248df053))
* fixing some ssr issues with the markdown renderer  ([#705](https://github.com/moyarenko/markdown/issues/705)) ([52690a0](https://github.com/moyarenko/markdown/commit/52690a0dd7f174ef07cbfcf1c73edf768d9dea73))
* **tables:** hide empty table header rows ([#99](https://github.com/moyarenko/markdown/issues/99)) ([8b6d24b](https://github.com/moyarenko/markdown/commit/8b6d24bf3b1cebfce19b161bb669e504bddf083d))
* html block ([#609](https://github.com/moyarenko/markdown/issues/609)) ([6e9d8db](https://github.com/moyarenko/markdown/commit/6e9d8db0d901f131206f3ac23400bfd844e0836c))
* implement markdown/html in excerpt([#161](https://github.com/moyarenko/markdown/issues/161)) ([aee9d82](https://github.com/moyarenko/markdown/commit/aee9d82400db9a8f61110f44dffb3a1e501797af))
* implementing @readme/http-status-codes in the API Explorer ([#521](https://github.com/moyarenko/markdown/issues/521)) ([b04c980](https://github.com/moyarenko/markdown/commit/b04c980818f7844442ebe9d21ef3f3b2cd4eb01f))
* importing @readme/emojis in the markdown processor ([#473](https://github.com/moyarenko/markdown/issues/473)) ([ae1652e](https://github.com/moyarenko/markdown/commit/ae1652e4aa32b1c7d5c40ef8d598e2c3e341dd8a))
* improved har generation ([#689](https://github.com/moyarenko/markdown/issues/689)) ([2e6ac2e](https://github.com/moyarenko/markdown/commit/2e6ac2ec2dd29acd03cd9154c51f457218752d57))
* incrementing version ([7639794](https://github.com/moyarenko/markdown/commit/76397941cb4c454844961fd9fe0402e8067dbd75))
* initial implementation ([bbb5a12](https://github.com/moyarenko/markdown/commit/bbb5a12dc868f7dc3c8a889725e8139f90c6cf77))
* introducing enforcement on commit messages ([#703](https://github.com/moyarenko/markdown/issues/703)) ([7dba727](https://github.com/moyarenko/markdown/commit/7dba727bd2ea9b36af8d36e925ee9faf792d5d66))
* less lossy md() ([#377](https://github.com/moyarenko/markdown/issues/377)) ([4189554](https://github.com/moyarenko/markdown/commit/4189554e6f332ca396c6095ad3f028f567c7c2f3))
* **logs:** match null state to logged-out designs ([#833](https://github.com/moyarenko/markdown/issues/833)) ([9a6a8da](https://github.com/moyarenko/markdown/commit/9a6a8dafb3a2b767016cb15720d079c56b8ab4aa))
* **anchor:** menu item styling for doc links ([#589](https://github.com/moyarenko/markdown/issues/589)) ([31dbf68](https://github.com/moyarenko/markdown/commit/31dbf684832cf204eb952b50a2e59d60152975e5))
* more compiler updates ([#383](https://github.com/moyarenko/markdown/issues/383)) ([313e905](https://github.com/moyarenko/markdown/commit/313e9056e8eb114bc556bc50c163ebafaa6f1bcc))
* nested ast processing ([#679](https://github.com/moyarenko/markdown/issues/679)) ([67066b8](https://github.com/moyarenko/markdown/commit/67066b8fed325d47d29bcd68636df2152023ff83))
* new markdown engine ([#458](https://github.com/moyarenko/markdown/issues/458)) ([864b64b](https://github.com/moyarenko/markdown/commit/864b64b646ae505c8e527ddf42518a589d28dd87)), closes [#306](https://github.com/moyarenko/markdown/issues/306) [#398](https://github.com/moyarenko/markdown/issues/398) [#435](https://github.com/moyarenko/markdown/issues/435) [#404](https://github.com/moyarenko/markdown/issues/404) [#405](https://github.com/moyarenko/markdown/issues/405) [#406](https://github.com/moyarenko/markdown/issues/406) [#407](https://github.com/moyarenko/markdown/issues/407) [#413](https://github.com/moyarenko/markdown/issues/413) [#416](https://github.com/moyarenko/markdown/issues/416) [#410](https://github.com/moyarenko/markdown/issues/410) [#415](https://github.com/moyarenko/markdown/issues/415) [#408](https://github.com/moyarenko/markdown/issues/408) [#409](https://github.com/moyarenko/markdown/issues/409) [#417](https://github.com/moyarenko/markdown/issues/417) [#411](https://github.com/moyarenko/markdown/issues/411) [#412](https://github.com/moyarenko/markdown/issues/412) [#414](https://github.com/moyarenko/markdown/issues/414) [#424](https://github.com/moyarenko/markdown/issues/424) [#428](https://github.com/moyarenko/markdown/issues/428) [#425](https://github.com/moyarenko/markdown/issues/425) [#418](https://github.com/moyarenko/markdown/issues/418) [#419](https://github.com/moyarenko/markdown/issues/419) [#421](https://github.com/moyarenko/markdown/issues/421) [#422](https://github.com/moyarenko/markdown/issues/422) [#423](https://github.com/moyarenko/markdown/issues/423) [#426](https://github.com/moyarenko/markdown/issues/426) [#427](https://github.com/moyarenko/markdown/issues/427) [#429](https://github.com/moyarenko/markdown/issues/429) [#430](https://github.com/moyarenko/markdown/issues/430) [#432](https://github.com/moyarenko/markdown/issues/432) [#431](https://github.com/moyarenko/markdown/issues/431) [#434](https://github.com/moyarenko/markdown/issues/434) [/github.com/facebook/jest/issues/9396#issuecomment-573328488](https://github.com/moyarenko//github.com/facebook/jest/issues/9396/issues/issuecomment-573328488) [#508](https://github.com/moyarenko/markdown/issues/508) [#515](https://github.com/moyarenko/markdown/issues/515) [#516](https://github.com/moyarenko/markdown/issues/516)
* **demo:** polish sticky scrolling ([#523](https://github.com/moyarenko/markdown/issues/523)) ([3c6c2e6](https://github.com/moyarenko/markdown/commit/3c6c2e623e993ba7d8a2ff950ed12435040d0f6d))
* promote the markdown engine into a dedicated repo ([#12](https://github.com/moyarenko/markdown/issues/12)) ([6093851](https://github.com/moyarenko/markdown/commit/6093851f26007da7a5775e381027773e948db644))
* prompt to log into docs for hubs with logs ([#683](https://github.com/moyarenko/markdown/issues/683)) ([84027ec](https://github.com/moyarenko/markdown/commit/84027ecaba55ff8e372c5a4a34b49e23eb3d5271)), closes [/github.com/readmeio/api-explorer/pull/683#discussion_r421133565](https://github.com/moyarenko//github.com/readmeio/api-explorer/pull/683/issues/discussion_r421133565)
* **markdown:** pull CSS from readme ([#650](https://github.com/moyarenko/markdown/issues/650)) ([bd3d0d3](https://github.com/moyarenko/markdown/commit/bd3d0d39ddb4688bfd4ac59bbf7134bd72bbbf4f)), closes [#647](https://github.com/moyarenko/markdown/issues/647)
* refer to new pointers for log ([#407](https://github.com/moyarenko/markdown/issues/407)) ([193b38b](https://github.com/moyarenko/markdown/commit/193b38b17687f99a9df5f104638cdb7ed2dea36c))
* removing an eslint disable in the http-status-codes pkg ([3e35c56](https://github.com/moyarenko/markdown/commit/3e35c56c0822241ede00d5d452ebea88911a811b))
* save newlines with spaces ([#471](https://github.com/moyarenko/markdown/issues/471)) ([63649e7](https://github.com/moyarenko/markdown/commit/63649e73656f1e41c3c5ef7284ddad22d4831193))
* **markdown:** server-side rdmd bundle ([#767](https://github.com/moyarenko/markdown/issues/767)) ([4422341](https://github.com/moyarenko/markdown/commit/44223414eb14f4cfa46a10482c7207c2f801efed))
* setting a custom header for all "Try It" requests ([#471](https://github.com/moyarenko/markdown/issues/471)) ([663d82f](https://github.com/moyarenko/markdown/commit/663d82f09092b9fb35f6f43b464b171590a599f9))
* specify component-to-custom magic block mappings ([#60](https://github.com/moyarenko/markdown/issues/60)) ([460270b](https://github.com/moyarenko/markdown/commit/460270be16a2ca4709d57089b70a179d622daabf))
* splitting out our current markdown engine to a new package ([#514](https://github.com/moyarenko/markdown/issues/514)) ([087374d](https://github.com/moyarenko/markdown/commit/087374d2af9e2f1b0f1322507324979f7d9494b7))
* support for allOf and a host of small improvements and bug fixes ([#436](https://github.com/moyarenko/markdown/issues/436)) ([f1381d1](https://github.com/moyarenko/markdown/commit/f1381d16e06df1b49c25e7d6d66f2fdd436d9357)), closes [#517](https://github.com/moyarenko/markdown/issues/517)
* support multiple response types ([#208](https://github.com/moyarenko/markdown/issues/208)) ([d87cc3d](https://github.com/moyarenko/markdown/commit/d87cc3dc7be82a2d4e13b892f5318fd160728ca6))
* table of contents generator ([#43](https://github.com/moyarenko/markdown/issues/43)) ([056bea6](https://github.com/moyarenko/markdown/commit/056bea6d43ee3868f703fe76c3b74d521b2564da))
* throw when parsing invalid magic block json ([#563](https://github.com/moyarenko/markdown/issues/563)) ([72a59dc](https://github.com/moyarenko/markdown/commit/72a59dcc2790fb2721504e7ddee69042e03163c3))
* treat react and react-dom as external deps ([#90](https://github.com/moyarenko/markdown/issues/90)) ([7be16d7](https://github.com/moyarenko/markdown/commit/7be16d7a4de3ede54a3c46ef7cc5797a1a47888e))
* **release:** trigger build ([00b91cc](https://github.com/moyarenko/markdown/commit/00b91ccfac60004ab7d8d78515c67a1ffe8d1797))
* **release:** trigger build ([ff9e757](https://github.com/moyarenko/markdown/commit/ff9e757a8db1e2ad5ea4e3d095ecb09d06fb0f10))
* trigger release ([9549095](https://github.com/moyarenko/markdown/commit/9549095fc9c4587812bd482bf2d1f52b295e53ff))
* try using purecomponent for html ([#562](https://github.com/moyarenko/markdown/issues/562)) ([6f44d4b](https://github.com/moyarenko/markdown/commit/6f44d4b1cfe2ae2724ab425f08056a78c27138f4))
* Update Schema Form UI ([#228](https://github.com/moyarenko/markdown/issues/228)) ([162086c](https://github.com/moyarenko/markdown/commit/162086c04a7e0989ef2631f69e901a4581663618))
* updating dependabot to follow our commit standards ([a06d86d](https://github.com/moyarenko/markdown/commit/a06d86dd7193c79c4f7cf496e3fe9b9ddcef5ad7))
* updating our callout emoji regex to use `emoji-regex` ([#536](https://github.com/moyarenko/markdown/issues/536)) ([87fdde2](https://github.com/moyarenko/markdown/commit/87fdde2fe48d958694308e0b7facec18a7e6219e))
* Upgrade to Webpack 4 ([#270](https://github.com/moyarenko/markdown/issues/270)) ([27efa37](https://github.com/moyarenko/markdown/commit/27efa379b4963af2648cba0ba9df7786735c2035))
* upgrading @readme/react-jsonschema-form to v1.2.0 ([#852](https://github.com/moyarenko/markdown/issues/852)) ([4e37271](https://github.com/moyarenko/markdown/commit/4e3727163371753c69088181c3702f01da3518b3))
* upgrading out of date deps ([#542](https://github.com/moyarenko/markdown/issues/542)) ([f8aae4f](https://github.com/moyarenko/markdown/commit/f8aae4f9a387974079e8d958917e936755b45820))
* upgrading prettier to 2.0 ([#546](https://github.com/moyarenko/markdown/issues/546)) ([e3582ec](https://github.com/moyarenko/markdown/commit/e3582ec0d742f6152a03ea730ac12adcba1370e3))
* upgrading syntax-highlighter to support Lua and Solidity ([#391](https://github.com/moyarenko/markdown/issues/391)) ([3466ece](https://github.com/moyarenko/markdown/commit/3466ecefc97405a3e2ebe953a1d754f4eb8be6b2))
* **glossary-item:** use react-tippy to control tooltips ([#553](https://github.com/moyarenko/markdown/issues/553)) ([0302473](https://github.com/moyarenko/markdown/commit/03024739dd439ebac3ffc45b35c073d80eb576c4))
* validate oas on preview ([#721](https://github.com/moyarenko/markdown/issues/721)) ([4e6df88](https://github.com/moyarenko/markdown/commit/4e6df886285b6dd30903c5a43c6e68e50d89f912))
* visual regression testing and dev server app ([#94](https://github.com/moyarenko/markdown/issues/94)) ([0774166](https://github.com/moyarenko/markdown/commit/07741663d0a603c7f178b63ebed6a81695e36ec2))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/moyarenko/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/moyarenko/markdown/issues/580)) ([11a145b](https://github.com/moyarenko/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/moyarenko/markdown/issues/418)) ([f06bfb2](https://github.com/moyarenko/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/moyarenko/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/moyarenko/markdown/issues/559)) ([af577ba](https://github.com/moyarenko/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/moyarenko/markdown/issues/118)) ([03d966a](https://github.com/moyarenko/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/moyarenko/markdown/issues/535)) ([4d7876b](https://github.com/moyarenko/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/moyarenko/markdown/issues/230)) ([1df0220](https://github.com/moyarenko/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/moyarenko/markdown/issues/126)) ([184c238](https://github.com/moyarenko/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/moyarenko/markdown/issues/279)) ([163863f](https://github.com/moyarenko/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/moyarenko/markdown/issues/82)) ([5a3aa52](https://github.com/moyarenko/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/moyarenko/markdown/issues/461)) ([36f0b9d](https://github.com/moyarenko/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/moyarenko/markdown/issues/447)) ([06a463e](https://github.com/moyarenko/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/moyarenko/markdown/issues/455)) ([a99f57f](https://github.com/moyarenko/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/moyarenko/markdown/issues/808)) ([3a6e720](https://github.com/moyarenko/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/moyarenko/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/moyarenko/markdown/issues/79)) ([bd3e8e5](https://github.com/moyarenko/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/moyarenko/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/moyarenko/markdown/issues/115)) ([94e505d](https://github.com/moyarenko/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/moyarenko/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/moyarenko/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/moyarenko/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/moyarenko/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/moyarenko/markdown/issues/479)) ([3701f6c](https://github.com/moyarenko/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/moyarenko/markdown/issues/847)) ([7f80255](https://github.com/moyarenko/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/moyarenko/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/moyarenko/markdown/issues/379)) ([f2d9027](https://github.com/moyarenko/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/moyarenko/markdown/issues/431)) ([8bcd03c](https://github.com/moyarenko/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/moyarenko/markdown/issues/611)) ([b56d2fc](https://github.com/moyarenko/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/moyarenko/markdown/issues/136)) ([9bdd6e7](https://github.com/moyarenko/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/moyarenko/markdown/issues/362)) ([2b55c09](https://github.com/moyarenko/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/moyarenko/markdown/issues/149)) ([b70fb90](https://github.com/moyarenko/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/moyarenko/markdown/issues/390)) ([27c30f6](https://github.com/moyarenko/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/moyarenko/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/moyarenko/markdown/issues/605)) ([98b482e](https://github.com/moyarenko/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/moyarenko/markdown/issues/591)) ([f870549](https://github.com/moyarenko/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/moyarenko/markdown/issues/561)) ([477322a](https://github.com/moyarenko/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/moyarenko/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/moyarenko/markdown/issues/484)) ([e425040](https://github.com/moyarenko/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/moyarenko/markdown/issues/494)) ([427c917](https://github.com/moyarenko/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/moyarenko/markdown/issues/587)) ([a9a5d5d](https://github.com/moyarenko/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/moyarenko/markdown/issues/346)) ([45f728e](https://github.com/moyarenko/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* broken api log url ([#460](https://github.com/moyarenko/markdown/issues/460)) ([503154d](https://github.com/moyarenko/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/moyarenko/markdown/issues/599)) ([ef18f54](https://github.com/moyarenko/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/moyarenko/markdown/issues/98)) ([8f54042](https://github.com/moyarenko/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/moyarenko/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/moyarenko/markdown/issues/169)) ([8666a71](https://github.com/moyarenko/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/moyarenko/markdown/issues/373)) ([fa528cb](https://github.com/moyarenko/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/moyarenko/markdown/issues/384)) ([580f77e](https://github.com/moyarenko/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/moyarenko/markdown/issues/399)) ([a460110](https://github.com/moyarenko/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/moyarenko/markdown/issues/422)) ([2cbe0ab](https://github.com/moyarenko/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/moyarenko/markdown/issues/437)) ([986189d](https://github.com/moyarenko/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/moyarenko/markdown/issues/454)) ([0cd1d23](https://github.com/moyarenko/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/moyarenko/markdown/issues/467)) ([00e49d0](https://github.com/moyarenko/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/moyarenko/markdown/issues/501)) ([e7aa3f3](https://github.com/moyarenko/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/moyarenko/markdown/issues/509)) ([86192fd](https://github.com/moyarenko/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/moyarenko/markdown/issues/556)) ([a4d6f8c](https://github.com/moyarenko/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/moyarenko/markdown/issues/677)) ([8d277ac](https://github.com/moyarenko/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/moyarenko/markdown/issues/811)) ([a791fd5](https://github.com/moyarenko/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/moyarenko/markdown/issues/190)) ([0599876](https://github.com/moyarenko/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/moyarenko/markdown/issues/553)) ([eb21c31](https://github.com/moyarenko/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/moyarenko/markdown/issues/609)) ([6f98e42](https://github.com/moyarenko/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/moyarenko/markdown/issues/707)) ([728689f](https://github.com/moyarenko/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/moyarenko/markdown/issues/197)) ([0eb0e19](https://github.com/moyarenko/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/moyarenko/markdown/issues/369)) ([f04a680](https://github.com/moyarenko/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/moyarenko/markdown/issues/383)) ([400a917](https://github.com/moyarenko/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/moyarenko/markdown/issues/400)) ([3261792](https://github.com/moyarenko/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/moyarenko/markdown/issues/413)) ([82ca75c](https://github.com/moyarenko/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/moyarenko/markdown/issues/449)) ([c105f56](https://github.com/moyarenko/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/moyarenko/markdown/issues/465)) ([b29a26d](https://github.com/moyarenko/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/moyarenko/markdown/issues/504)) ([54f23d2](https://github.com/moyarenko/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/moyarenko/markdown/issues/511)) ([d2c4a8e](https://github.com/moyarenko/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/moyarenko/markdown/issues/555)) ([4a742ad](https://github.com/moyarenko/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/moyarenko/markdown/issues/593)) ([c40a910](https://github.com/moyarenko/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/moyarenko/markdown/issues/676)) ([8e507de](https://github.com/moyarenko/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/moyarenko/markdown/issues/370)) ([fc7fff7](https://github.com/moyarenko/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/moyarenko/markdown/issues/389)) ([c0c4988](https://github.com/moyarenko/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/moyarenko/markdown/issues/443)) ([f288246](https://github.com/moyarenko/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/moyarenko/markdown/issues/450)) ([dc9cb32](https://github.com/moyarenko/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/moyarenko/markdown/issues/552)) ([80b44dc](https://github.com/moyarenko/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/moyarenko/markdown/issues/576)) ([1f7f16f](https://github.com/moyarenko/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/moyarenko/markdown/issues/182)) ([50325ed](https://github.com/moyarenko/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/moyarenko/markdown/issues/162)) ([227c5ed](https://github.com/moyarenko/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/moyarenko/markdown/issues/195)) ([43bc4b4](https://github.com/moyarenko/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/moyarenko/markdown/issues/384)) ([048ee9f](https://github.com/moyarenko/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/moyarenko/markdown/issues/478)) ([f5a0244](https://github.com/moyarenko/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/moyarenko/markdown/issues/489)) ([85be6bd](https://github.com/moyarenko/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/moyarenko/markdown/issues/505)) ([3060973](https://github.com/moyarenko/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/moyarenko/markdown/issues/535)) ([1abc64c](https://github.com/moyarenko/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/moyarenko/markdown/issues/385)) ([deae3ad](https://github.com/moyarenko/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/moyarenko/markdown/issues/406)) ([dd34213](https://github.com/moyarenko/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/moyarenko/markdown/issues/416)) ([2564103](https://github.com/moyarenko/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/moyarenko/markdown/issues/424)) ([ef98735](https://github.com/moyarenko/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/moyarenko/markdown/issues/445)) ([906ff84](https://github.com/moyarenko/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/moyarenko/markdown/issues/448)) ([2f1781b](https://github.com/moyarenko/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/moyarenko/markdown/issues/610)) ([abe119a](https://github.com/moyarenko/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/moyarenko/markdown/issues/64)) ([ab61909](https://github.com/moyarenko/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/moyarenko/markdown/issues/531)) ([b3568a6](https://github.com/moyarenko/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/moyarenko/markdown/issues/774)) ([7e4e12d](https://github.com/moyarenko/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/moyarenko/markdown/issues/188)) ([16724d8](https://github.com/moyarenko/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/moyarenko/markdown/issues/307)) ([51da52a](https://github.com/moyarenko/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/moyarenko/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/moyarenko/markdown/issues/504)) ([a9ffb70](https://github.com/moyarenko/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/moyarenko/markdown/issues/540)) ([2f9b998](https://github.com/moyarenko/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/moyarenko/markdown/issues/442)) ([dd78e22](https://github.com/moyarenko/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/moyarenko/markdown/issues/780)) ([e87fa1a](https://github.com/moyarenko/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/moyarenko/markdown/issues/800)) ([211417c](https://github.com/moyarenko/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/moyarenko/markdown/issues/205)) ([decc3bd](https://github.com/moyarenko/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/moyarenko/markdown/issues/235)) ([95e3a2b](https://github.com/moyarenko/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/moyarenko/markdown/issues/251)) ([c013b36](https://github.com/moyarenko/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/moyarenko/markdown/issues/440)) ([d134aab](https://github.com/moyarenko/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/moyarenko/markdown/issues/781)) ([6c1e9bd](https://github.com/moyarenko/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/moyarenko/markdown/issues/810)) ([31d5a07](https://github.com/moyarenko/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/moyarenko/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/moyarenko/markdown/issues/438)) ([575117a](https://github.com/moyarenko/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/moyarenko/markdown/issues/573)) ([a1426f9](https://github.com/moyarenko/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/moyarenko/markdown/issues/581)) ([464d75b](https://github.com/moyarenko/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/moyarenko/markdown/issues/692)) ([b8aefee](https://github.com/moyarenko/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/moyarenko/markdown/issues/801)) ([928d8c0](https://github.com/moyarenko/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/moyarenko/markdown/issues/502)) ([3292167](https://github.com/moyarenko/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/moyarenko/markdown/issues/455)) ([083ca1c](https://github.com/moyarenko/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/moyarenko/markdown/issues/570)) ([3edda2d](https://github.com/moyarenko/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/moyarenko/markdown/issues/582)) ([5a4e354](https://github.com/moyarenko/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/moyarenko/markdown/issues/615)) ([532f8ad](https://github.com/moyarenko/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/moyarenko/markdown/issues/814)) ([bf4d56b](https://github.com/moyarenko/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/moyarenko/markdown/issues/187)) ([dd26212](https://github.com/moyarenko/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/moyarenko/markdown/issues/569)) ([e006edc](https://github.com/moyarenko/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/moyarenko/markdown/issues/412)) ([d7b1d61](https://github.com/moyarenko/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/moyarenko/markdown/issues/427)) ([1722353](https://github.com/moyarenko/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/moyarenko/markdown/issues/456)) ([46d2719](https://github.com/moyarenko/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/moyarenko/markdown/issues/492)) ([2459950](https://github.com/moyarenko/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/moyarenko/markdown/issues/549)) ([b9d6576](https://github.com/moyarenko/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/moyarenko/markdown/issues/635)) ([aae6ae2](https://github.com/moyarenko/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/moyarenko/markdown/issues/788)) ([eb44fac](https://github.com/moyarenko/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/moyarenko/markdown/issues/177)) ([35eb916](https://github.com/moyarenko/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/moyarenko/markdown/issues/201)) ([6f8c953](https://github.com/moyarenko/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/moyarenko/markdown/issues/401)) ([4a135ed](https://github.com/moyarenko/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/moyarenko/markdown/issues/405)) ([f772c49](https://github.com/moyarenko/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/moyarenko/markdown/issues/411)) ([3502e5c](https://github.com/moyarenko/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/moyarenko/markdown/issues/426)) ([710dd4a](https://github.com/moyarenko/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/moyarenko/markdown/issues/440)) ([fbfcf51](https://github.com/moyarenko/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/moyarenko/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/moyarenko/markdown/issues/229)) ([325396b](https://github.com/moyarenko/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/moyarenko/markdown/issues/408)) ([9fa958c](https://github.com/moyarenko/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/moyarenko/markdown/issues/417)) ([ea4f5cc](https://github.com/moyarenko/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/moyarenko/markdown/issues/386)) ([5340dde](https://github.com/moyarenko/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/moyarenko/markdown/issues/395)) ([6179015](https://github.com/moyarenko/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/moyarenko/markdown/issues/410)) ([7595b99](https://github.com/moyarenko/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/moyarenko/markdown/issues/709)) ([e1652e3](https://github.com/moyarenko/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/moyarenko/markdown/issues/773)) ([22e2eca](https://github.com/moyarenko/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/moyarenko/markdown/issues/184)) ([7e032cf](https://github.com/moyarenko/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/moyarenko/markdown/issues/813)) ([172d3a0](https://github.com/moyarenko/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/moyarenko/markdown/issues/209)) ([5309d0e](https://github.com/moyarenko/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/moyarenko/markdown/issues/248)) ([76e5a79](https://github.com/moyarenko/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/moyarenko/markdown/issues/391)) ([d49a802](https://github.com/moyarenko/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/moyarenko/markdown/issues/394)) ([5565e38](https://github.com/moyarenko/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/moyarenko/markdown/issues/392)) ([da75860](https://github.com/moyarenko/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/moyarenko/markdown/issues/382)) ([69b2e89](https://github.com/moyarenko/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/moyarenko/markdown/issues/487)) ([191782e](https://github.com/moyarenko/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/moyarenko/markdown/issues/550)) ([0489556](https://github.com/moyarenko/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/moyarenko/markdown/issues/786)) ([66bcfe9](https://github.com/moyarenko/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/moyarenko/markdown/issues/442)) ([80907f1](https://github.com/moyarenko/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/moyarenko/markdown/issues/156)) ([e5fda67](https://github.com/moyarenko/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/moyarenko/markdown/issues/778)) ([44ff101](https://github.com/moyarenko/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/moyarenko/markdown/issues/208)) ([1f09f4a](https://github.com/moyarenko/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/moyarenko/markdown/issues/457)) ([817de29](https://github.com/moyarenko/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/moyarenko/markdown/issues/571)) ([67e29a2](https://github.com/moyarenko/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/moyarenko/markdown/issues/594)) ([134d5e8](https://github.com/moyarenko/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/moyarenko/markdown/issues/612)) ([3c63767](https://github.com/moyarenko/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/moyarenko/markdown/issues/694)) ([8c901c6](https://github.com/moyarenko/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/moyarenko/markdown/issues/815)) ([6afc047](https://github.com/moyarenko/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/moyarenko/markdown/issues/211)) ([c31fd91](https://github.com/moyarenko/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/moyarenko/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/moyarenko/markdown/issues/375)) ([706429a](https://github.com/moyarenko/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/moyarenko/markdown/issues/390)) ([894d372](https://github.com/moyarenko/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/moyarenko/markdown/issues/428)) ([5ad2aaf](https://github.com/moyarenko/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/moyarenko/markdown/issues/706)) ([dba4a99](https://github.com/moyarenko/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/moyarenko/markdown/issues/805)) ([a9d5823](https://github.com/moyarenko/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/moyarenko/markdown/issues/843)) ([50d7600](https://github.com/moyarenko/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/moyarenko/markdown/issues/844)) ([0088cd9](https://github.com/moyarenko/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/moyarenko/markdown/issues/840)) ([9a7ffa7](https://github.com/moyarenko/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/moyarenko/markdown/issues/839)) ([fc545eb](https://github.com/moyarenko/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/moyarenko/markdown/issues/837)) ([1f62788](https://github.com/moyarenko/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/moyarenko/markdown/issues/841)) ([aa44d36](https://github.com/moyarenko/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/moyarenko/markdown/issues/836)) ([d0e2f34](https://github.com/moyarenko/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/moyarenko/markdown/issues/842)) ([e71eb63](https://github.com/moyarenko/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/moyarenko/markdown/issues/845)) ([07759a6](https://github.com/moyarenko/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/moyarenko/markdown/issues/214)) ([427e304](https://github.com/moyarenko/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/moyarenko/markdown/issues/458)) ([adc55c2](https://github.com/moyarenko/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/moyarenko/markdown/issues/425)) ([a2eeba8](https://github.com/moyarenko/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/moyarenko/markdown/issues/441)) ([06d8b76](https://github.com/moyarenko/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/moyarenko/markdown/issues/475)) ([86b1f1f](https://github.com/moyarenko/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/moyarenko/markdown/issues/480)) ([26a4c1f](https://github.com/moyarenko/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/moyarenko/markdown/issues/488)) ([f49c5ee](https://github.com/moyarenko/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/moyarenko/markdown/issues/497)) ([75e5488](https://github.com/moyarenko/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/moyarenko/markdown/issues/785)) ([8d9028a](https://github.com/moyarenko/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/moyarenko/markdown/issues/827)) ([12a52b5](https://github.com/moyarenko/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github…
02strich pushed a commit to 02strich/markdown that referenced this pull request Mar 21, 2023
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/02strich/markdown/issues/171)) ([9a5e1c6](https://github.com/02strich/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/02strich/markdown/issues/547)) ([bab15ff](https://github.com/02strich/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/02strich/markdown/issues/283)) ([f2414ed](https://github.com/02strich/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/02strich/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/02strich/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/02strich/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/02strich/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/02strich/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/02strich/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/02strich/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* fixing a broken image link in the readme ([90bbb7d](https://github.com/02strich/markdown/commit/90bbb7d0d6830c5a4725e3c65c239a542fbad6ca))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/02strich/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/02strich/markdown/issues/448)) ([e3c8b43](https://github.com/02strich/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/02strich/markdown/issues/825)) ([89480ee](https://github.com/02strich/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **code blocks:** minor language change ([88f548e](https://github.com/02strich/markdown/commit/88f548e55f598f67f0bb5921087f2383cbbb3e58))
* **callouts:** minor updates ([#445](https://github.com/02strich/markdown/issues/445)) ([f99df00](https://github.com/02strich/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* **callouts:** remove unnecessary metadata ([#651](https://github.com/02strich/markdown/issues/651)) ([e6360be](https://github.com/02strich/markdown/commit/e6360befd8ce1944b13465736c3947f8e4c46609))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/02strich/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/02strich//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/02strich/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/02strich/markdown/issues/105)) ([8651c88](https://github.com/02strich/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/02strich/markdown/issues/172)) ([5c3725d](https://github.com/02strich/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/02strich/markdown/issues/107)) ([239d0df](https://github.com/02strich/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/02strich/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/02strich/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/02strich/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/02strich/markdown/issues/127)) ([72c4475](https://github.com/02strich/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/02strich/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/02strich/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/02strich/markdown/issues/462)) ([7b513e0](https://github.com/02strich/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/02strich/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/02strich/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/02strich/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/02strich/markdown/issues/580)) ([11a145b](https://github.com/02strich/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/02strich/markdown/issues/418)) ([f06bfb2](https://github.com/02strich/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/02strich/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/02strich/markdown/issues/559)) ([af577ba](https://github.com/02strich/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/02strich/markdown/issues/118)) ([03d966a](https://github.com/02strich/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/02strich/markdown/issues/535)) ([4d7876b](https://github.com/02strich/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/02strich/markdown/issues/230)) ([1df0220](https://github.com/02strich/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/02strich/markdown/issues/126)) ([184c238](https://github.com/02strich/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/02strich/markdown/issues/279)) ([163863f](https://github.com/02strich/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/02strich/markdown/issues/82)) ([5a3aa52](https://github.com/02strich/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/02strich/markdown/issues/461)) ([36f0b9d](https://github.com/02strich/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/02strich/markdown/issues/447)) ([06a463e](https://github.com/02strich/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/02strich/markdown/issues/455)) ([a99f57f](https://github.com/02strich/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/02strich/markdown/issues/808)) ([3a6e720](https://github.com/02strich/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/02strich/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/02strich/markdown/issues/79)) ([bd3e8e5](https://github.com/02strich/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/02strich/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/02strich/markdown/issues/115)) ([94e505d](https://github.com/02strich/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/02strich/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/02strich/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/02strich/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/02strich/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/02strich/markdown/issues/479)) ([3701f6c](https://github.com/02strich/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/02strich/markdown/issues/847)) ([7f80255](https://github.com/02strich/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/02strich/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/02strich/markdown/issues/379)) ([f2d9027](https://github.com/02strich/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/02strich/markdown/issues/431)) ([8bcd03c](https://github.com/02strich/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/02strich/markdown/issues/611)) ([b56d2fc](https://github.com/02strich/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/02strich/markdown/issues/136)) ([9bdd6e7](https://github.com/02strich/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/02strich/markdown/issues/362)) ([2b55c09](https://github.com/02strich/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/02strich/markdown/issues/149)) ([b70fb90](https://github.com/02strich/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/02strich/markdown/issues/390)) ([27c30f6](https://github.com/02strich/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/02strich/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/02strich/markdown/issues/605)) ([98b482e](https://github.com/02strich/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/02strich/markdown/issues/591)) ([f870549](https://github.com/02strich/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/02strich/markdown/issues/561)) ([477322a](https://github.com/02strich/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/02strich/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/02strich/markdown/issues/484)) ([e425040](https://github.com/02strich/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/02strich/markdown/issues/494)) ([427c917](https://github.com/02strich/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/02strich/markdown/issues/587)) ([a9a5d5d](https://github.com/02strich/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/02strich/markdown/issues/346)) ([45f728e](https://github.com/02strich/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* blank api headers crashing reference pages ([#628](https://github.com/02strich/markdown/issues/628)) ([f40cf99](https://github.com/02strich/markdown/commit/f40cf9975ef5a03fa22b8604fb6b8c353ada5178))
* broken api log url ([#460](https://github.com/02strich/markdown/issues/460)) ([503154d](https://github.com/02strich/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/02strich/markdown/issues/599)) ([ef18f54](https://github.com/02strich/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/02strich/markdown/issues/98)) ([8f54042](https://github.com/02strich/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/02strich/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/02strich/markdown/issues/169)) ([8666a71](https://github.com/02strich/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/02strich/markdown/issues/373)) ([fa528cb](https://github.com/02strich/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/02strich/markdown/issues/384)) ([580f77e](https://github.com/02strich/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/02strich/markdown/issues/399)) ([a460110](https://github.com/02strich/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/02strich/markdown/issues/422)) ([2cbe0ab](https://github.com/02strich/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/02strich/markdown/issues/437)) ([986189d](https://github.com/02strich/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/02strich/markdown/issues/454)) ([0cd1d23](https://github.com/02strich/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/02strich/markdown/issues/467)) ([00e49d0](https://github.com/02strich/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/02strich/markdown/issues/501)) ([e7aa3f3](https://github.com/02strich/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/02strich/markdown/issues/509)) ([86192fd](https://github.com/02strich/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([a4d6f8c](https://github.com/02strich/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/02strich/markdown/issues/677)) ([8d277ac](https://github.com/02strich/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/02strich/markdown/issues/811)) ([a791fd5](https://github.com/02strich/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/02strich/markdown/issues/190)) ([0599876](https://github.com/02strich/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/02strich/markdown/issues/553)) ([eb21c31](https://github.com/02strich/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/02strich/markdown/issues/609)) ([6f98e42](https://github.com/02strich/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/02strich/markdown/issues/707)) ([728689f](https://github.com/02strich/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/02strich/markdown/issues/197)) ([0eb0e19](https://github.com/02strich/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/02strich/markdown/issues/369)) ([f04a680](https://github.com/02strich/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/02strich/markdown/issues/383)) ([400a917](https://github.com/02strich/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/02strich/markdown/issues/400)) ([3261792](https://github.com/02strich/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/02strich/markdown/issues/413)) ([82ca75c](https://github.com/02strich/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/02strich/markdown/issues/449)) ([c105f56](https://github.com/02strich/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/02strich/markdown/issues/465)) ([b29a26d](https://github.com/02strich/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/02strich/markdown/issues/504)) ([54f23d2](https://github.com/02strich/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/02strich/markdown/issues/511)) ([d2c4a8e](https://github.com/02strich/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/02strich/markdown/issues/555)) ([4a742ad](https://github.com/02strich/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/02strich/markdown/issues/593)) ([c40a910](https://github.com/02strich/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/02strich/markdown/issues/676)) ([8e507de](https://github.com/02strich/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/02strich/markdown/issues/370)) ([fc7fff7](https://github.com/02strich/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/02strich/markdown/issues/389)) ([c0c4988](https://github.com/02strich/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/02strich/markdown/issues/443)) ([f288246](https://github.com/02strich/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/02strich/markdown/issues/450)) ([dc9cb32](https://github.com/02strich/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/02strich/markdown/issues/552)) ([80b44dc](https://github.com/02strich/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/02strich/markdown/issues/576)) ([1f7f16f](https://github.com/02strich/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/02strich/markdown/issues/182)) ([50325ed](https://github.com/02strich/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/02strich/markdown/issues/162)) ([227c5ed](https://github.com/02strich/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/02strich/markdown/issues/195)) ([43bc4b4](https://github.com/02strich/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/02strich/markdown/issues/384)) ([048ee9f](https://github.com/02strich/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/02strich/markdown/issues/478)) ([f5a0244](https://github.com/02strich/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/02strich/markdown/issues/489)) ([85be6bd](https://github.com/02strich/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/02strich/markdown/issues/505)) ([3060973](https://github.com/02strich/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/02strich/markdown/issues/535)) ([1abc64c](https://github.com/02strich/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/02strich/markdown/issues/385)) ([deae3ad](https://github.com/02strich/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/02strich/markdown/issues/406)) ([dd34213](https://github.com/02strich/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/02strich/markdown/issues/416)) ([2564103](https://github.com/02strich/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/02strich/markdown/issues/424)) ([ef98735](https://github.com/02strich/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/02strich/markdown/issues/445)) ([906ff84](https://github.com/02strich/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/02strich/markdown/issues/448)) ([2f1781b](https://github.com/02strich/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/02strich/markdown/issues/610)) ([abe119a](https://github.com/02strich/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/02strich/markdown/issues/64)) ([ab61909](https://github.com/02strich/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/02strich/markdown/issues/531)) ([b3568a6](https://github.com/02strich/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/02strich/markdown/issues/774)) ([7e4e12d](https://github.com/02strich/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/02strich/markdown/issues/188)) ([16724d8](https://github.com/02strich/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/02strich/markdown/issues/307)) ([51da52a](https://github.com/02strich/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/02strich/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/02strich/markdown/issues/504)) ([a9ffb70](https://github.com/02strich/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/02strich/markdown/issues/540)) ([2f9b998](https://github.com/02strich/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/02strich/markdown/issues/442)) ([dd78e22](https://github.com/02strich/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/02strich/markdown/issues/780)) ([e87fa1a](https://github.com/02strich/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/02strich/markdown/issues/800)) ([211417c](https://github.com/02strich/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/02strich/markdown/issues/205)) ([decc3bd](https://github.com/02strich/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/02strich/markdown/issues/235)) ([95e3a2b](https://github.com/02strich/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/02strich/markdown/issues/251)) ([c013b36](https://github.com/02strich/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/02strich/markdown/issues/440)) ([d134aab](https://github.com/02strich/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/02strich/markdown/issues/781)) ([6c1e9bd](https://github.com/02strich/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/02strich/markdown/issues/810)) ([31d5a07](https://github.com/02strich/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/02strich/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/02strich/markdown/issues/438)) ([575117a](https://github.com/02strich/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/02strich/markdown/issues/573)) ([a1426f9](https://github.com/02strich/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/02strich/markdown/issues/581)) ([464d75b](https://github.com/02strich/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/02strich/markdown/issues/692)) ([b8aefee](https://github.com/02strich/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/02strich/markdown/issues/801)) ([928d8c0](https://github.com/02strich/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/02strich/markdown/issues/502)) ([3292167](https://github.com/02strich/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/02strich/markdown/issues/455)) ([083ca1c](https://github.com/02strich/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/02strich/markdown/issues/570)) ([3edda2d](https://github.com/02strich/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/02strich/markdown/issues/582)) ([5a4e354](https://github.com/02strich/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/02strich/markdown/issues/615)) ([532f8ad](https://github.com/02strich/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/02strich/markdown/issues/814)) ([bf4d56b](https://github.com/02strich/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/02strich/markdown/issues/187)) ([dd26212](https://github.com/02strich/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/02strich/markdown/issues/569)) ([e006edc](https://github.com/02strich/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/02strich/markdown/issues/412)) ([d7b1d61](https://github.com/02strich/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/02strich/markdown/issues/427)) ([1722353](https://github.com/02strich/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/02strich/markdown/issues/456)) ([46d2719](https://github.com/02strich/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/02strich/markdown/issues/492)) ([2459950](https://github.com/02strich/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/02strich/markdown/issues/549)) ([b9d6576](https://github.com/02strich/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/02strich/markdown/issues/635)) ([aae6ae2](https://github.com/02strich/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/02strich/markdown/issues/788)) ([eb44fac](https://github.com/02strich/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/02strich/markdown/issues/177)) ([35eb916](https://github.com/02strich/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/02strich/markdown/issues/201)) ([6f8c953](https://github.com/02strich/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/02strich/markdown/issues/401)) ([4a135ed](https://github.com/02strich/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/02strich/markdown/issues/405)) ([f772c49](https://github.com/02strich/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/02strich/markdown/issues/411)) ([3502e5c](https://github.com/02strich/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/02strich/markdown/issues/426)) ([710dd4a](https://github.com/02strich/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/02strich/markdown/issues/440)) ([fbfcf51](https://github.com/02strich/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/02strich/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/02strich/markdown/issues/229)) ([325396b](https://github.com/02strich/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/02strich/markdown/issues/408)) ([9fa958c](https://github.com/02strich/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/02strich/markdown/issues/417)) ([ea4f5cc](https://github.com/02strich/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/02strich/markdown/issues/386)) ([5340dde](https://github.com/02strich/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/02strich/markdown/issues/395)) ([6179015](https://github.com/02strich/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/02strich/markdown/issues/410)) ([7595b99](https://github.com/02strich/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/02strich/markdown/issues/709)) ([e1652e3](https://github.com/02strich/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/02strich/markdown/issues/773)) ([22e2eca](https://github.com/02strich/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/02strich/markdown/issues/184)) ([7e032cf](https://github.com/02strich/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/02strich/markdown/issues/813)) ([172d3a0](https://github.com/02strich/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/02strich/markdown/issues/209)) ([5309d0e](https://github.com/02strich/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/02strich/markdown/issues/248)) ([76e5a79](https://github.com/02strich/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* **deps-dev:** bump eslint from 8.25.0 to 8.27.0 ([#624](https://github.com/02strich/markdown/issues/624)) ([bcb6393](https://github.com/02strich/markdown/commit/bcb63931791d042d5c7e9c1b50cf43db22a1eab8))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/02strich/markdown/issues/391)) ([d49a802](https://github.com/02strich/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/02strich/markdown/issues/394)) ([5565e38](https://github.com/02strich/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/02strich/markdown/issues/392)) ([da75860](https://github.com/02strich/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/02strich/markdown/issues/382)) ([69b2e89](https://github.com/02strich/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/02strich/markdown/issues/487)) ([191782e](https://github.com/02strich/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/02strich/markdown/issues/550)) ([0489556](https://github.com/02strich/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/02strich/markdown/issues/786)) ([66bcfe9](https://github.com/02strich/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/02strich/markdown/issues/442)) ([80907f1](https://github.com/02strich/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/02strich/markdown/issues/156)) ([e5fda67](https://github.com/02strich/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/02strich/markdown/issues/778)) ([44ff101](https://github.com/02strich/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/02strich/markdown/issues/208)) ([1f09f4a](https://github.com/02strich/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/02strich/markdown/issues/457)) ([817de29](https://github.com/02strich/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/02strich/markdown/issues/571)) ([67e29a2](https://github.com/02strich/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/02strich/markdown/issues/594)) ([134d5e8](https://github.com/02strich/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([3c63767](https://github.com/02strich/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/02strich/markdown/issues/694)) ([8c901c6](https://github.com/02strich/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/02strich/markdown/issues/815)) ([6afc047](https://github.com/02strich/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/02strich/markdown/issues/211)) ([c31fd91](https://github.com/02strich/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/02strich/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/02strich/markdown/issues/375)) ([706429a](https://github.com/02strich/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/02strich/markdown/issues/390)) ([894d372](https://github.com/02strich/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/02strich/markdown/issues/428)) ([5ad2aaf](https://github.com/02strich/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/02strich/markdown/issues/706)) ([dba4a99](https://github.com/02strich/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/02strich/markdown/issues/805)) ([a9d5823](https://github.com/02strich/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/02strich/markdown/issues/843)) ([50d7600](https://github.com/02strich/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/02strich/markdown/issues/844)) ([0088cd9](https://github.com/02strich/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/02strich/markdown/issues/840)) ([9a7ffa7](https://github.com/02strich/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/02strich/markdown/issues/839)) ([fc545eb](https://github.com/02strich/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/02strich/markdown/issues/837)) ([1f62788](https://github.com/02strich/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/02strich/markdown/issues/841)) ([aa44d36](https://github.com/02strich/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/02strich/markdown/issues/836)) ([d0e2f34](https://github.com/02strich/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/02strich/markdown/issues/842)) ([e71eb63](https://github.com/02strich/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/02strich/markdown/issues/845)) ([07759a6](https://github.com/02strich/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/02strich/markdown/issues/214)) ([427e304](https://github.com/02strich/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/02strich/markdown/issues/458)) ([adc55c2](https://github.com/02strich/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/02strich/markdown/issues/425)) ([a2eeba8](https://github.com/02strich/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/02strich/markdown/issues/441)) ([06d8b76](https://github.com/02strich/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/02strich/markdown/issues/475)) ([86b1f1f](https://github.com/02strich/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/02strich/markdown/issues/480)) ([26a4c1f](https://github.com/02strich/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/02strich/markdown/issues/488)) ([f49c5ee](https://github.com/02strich/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/02strich/markdown/issues/497)) ([75e5488](https://github.com/02strich/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/02strich/markdown/issues/785)) ([8d9028a](https://github.com/02strich/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/02strich/markdown/issues/827)) ([12a52b5](https://github.com/02strich/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github.com/02strich/markdown/issues/280)) ([d7e826f](https://github.com/02strich/markdown/commit/d7e826f968ad402b002cae13b91f6bc5c8297f5e))
* **deps-dev:** Bump node-sass from 4.13.0 to 4.13.1 ([#452](https://github.com/02strich/markdown/issues/452)) ([7f160b0](https://github.com/02strich/markdown/commit/7f160b088b8902488a1b454864d5ce9c2dec17eb))
* **deps-dev:** bump node-sass from 4.14.1 to 5.0.0 ([576ac1e](https://github.com/02strich/markdown/commit/576ac1e46e802ccdd27c777013c01d62bfa7f98e))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([3ca6ac8](https://github.com/02strich/markdown/commit/3ca6ac886a2e28540aa01522cb3d83765f00724c))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](https://github.com/02strich/markdown/issues/444)) ([67191cd](https://github.com/02strich/markdown/commit/67191cd1ddd9bc1589a4b56c232ba6db1e95befc))
* Bump oas from 1.0.0 to 1.0.1 ([#387](https://github.com/02strich/markdown/issues/387)) ([571501a](https://github.com/02strich/markdown/commit/571501a3923ffa99f1347bdba6bd07efff02f97b))
* **deps:** Bump oas from 1.0.2 to 1.1.0 ([#415](https://github.com/02strich/markdown/issues/415)) ([fa9a1a2](https://github.com/02strich/markdown/commit/fa9a1a24aa6b1328ece7f992e6b3b9f7b70c7ed9))
* **deps:** Bump oas from 1.1.0 to 1.2.0 ([#446](https://github.com/02strich/markdown/issues/446)) ([461ba20](https://github.com/02strich/markdown/commit/461ba205d8544a8135693808fc21a02ead77262a))
* **deps:** Bump oas from 1.1.0 to 1.3.0 ([#447](https://github.com/02strich/markdown/issues/447)) ([7865869](https://github.com/02strich/markdown/commit/78658694d6fa582fb1247f98936b8f5e6ef8f8f5))
* **deps:** Bump oas from 1.3.0 to 1.4.0 ([#459](https://github.com/02strich/markdown/issues/459)) ([3f2a96d](https://github.com/02strich/markdown/commit/3f2a96d4a1d43a7d69036f842eaeb51ae36edb98))
* **deps:** Bump oas from 1.5.0 to 1.5.2 ([#474](https://github.com/02strich/markdown/issues/474)) ([bb66a94](https://github.com/02strich/markdown/commit/bb66a94f55c5fc8dffa8c4599e0bf2386c98ddd4))
* **deps-dev:** bump prettier from 1.18.2 to 1.19.1 ([#368](https://github.com/02strich/markdown/issues/368)) ([ac5a385](https://github.com/02strich/markdown/commit/ac5a385053119cd05ffea3960dc78e4df3215d14))
* **deps-dev:** Bump prettier from 2.0.1 to 2.0.5 ([#708](https://github.com/02strich/markdown/issues/708)) ([ef5b957](https://github.com/02strich/markdown/commit/ef5b957435bf769914a9a5444527e45b111566a7))
* **deps-dev:** bump puppeteer from 10.0.0 to 10.1.0 ([#216](https://github.com/02strich/markdown/issues/216)) ([da27029](https://github.com/02strich/markdown/commit/da27029c31a1bf25f4d594c427dabd005dc8ea21))
* **deps-dev:** bump puppeteer from 9.1.1 to 10.0.0 ([#191](https://github.com/02strich/markdown/issues/191)) ([3218a8d](https://github.com/02strich/markdown/commit/3218a8d0221fe4b40b67fc922571d93479cbafb7))
* **deps:** bump react from 16.11.0 to 16.12.0 ([#378](https://github.com/02strich/markdown/issues/378)) ([d85374f](https://github.com/02strich/markdown/commit/d85374f8c1f36ff9489d3d77a5fdd4f86feb3eab))
* **deps:** Bump react from 16.12.0 to 16.13.0 ([#500](https://github.com/02strich/markdown/issues/500)) ([32c25f9](https://github.com/02strich/markdown/commit/32c25f94a3c6cbb6f849d9c3e5089aabcd1f6f97))
* **deps:** Bump react from 16.13.0 to 16.13.1 ([#551](https://github.com/02strich/markdown/issues/551)) ([5599aa3](https://github.com/02strich/markdown/commit/5599aa3bc422412445c268bc5b06e0fa20abc881))
* **deps:** bump react-copy-to-clipboard from 5.0.1 to 5.0.2 ([#367](https://github.com/02strich/markdown/issues/367)) ([d0e614a](https://github.com/02strich/markdown/commit/d0e614a7a006cfb01ae5bcd4ca928a7899f29981))
* Bump react-dom from 16.11.0 to 16.12.0 ([#388](https://github.com/02strich/markdown/issues/388)) ([80aefc8](https://github.com/02strich/markdown/commit/80aefc876bc38194e301d75ed2fb7bcc2e4a116c))
* **deps:** Bump react-dom from 16.12.0 to 16.13.0 ([#498](https://github.com/02strich/markdown/issues/498)) ([017df7c](https://github.com/02strich/markdown/commit/017df7cc442f280a380f736515bbf05a43bcb1ce))
* **deps:** Bump react-dom from 16.13.0 to 16.13.1 ([#585](https://github.com/02strich/markdown/issues/585)) ([00072fb](https://github.com/02strich/markdown/commit/00072fbd961c58f7a6ce4516feb9d58ed54211ad))
* **deps:** Bump react-hot-loader from 3.1.3 to 4.12.16 ([#532](https://github.com/02strich/markdown/issues/532)) ([78d9989](https://github.com/02strich/markdown/commit/78d9989a5744f956fbdd5317bd2d7510b81be8ec))
* **deps:** bump react-hot-loader from 4.12.15 to 4.12.16 ([#372](https://github.com/02strich/markdown/issues/372)) ([761ef72](https://github.com/02strich/markdown/commit/761ef72466b25d76f9e45827c83998ad4f8ca6af))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.19 ([#482](https://github.com/02strich/markdown/issues/482)) ([b3bc688](https://github.com/02strich/markdown/commit/b3bc688b920b2bb6731d6e163d76a3677063f5b8))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.21 ([#675](https://github.com/02strich/markdown/issues/675)) ([4dcfcc7](https://github.com/02strich/markdown/commit/4dcfcc706f3c5cfc227bfb11f591ccf171d9042e))
* **deps:** Bump react-jsonschema-form from `e5ad900` to `3a3a478` ([#481](https://github.com/02strich/markdown/issues/481)) ([f97e370](https://github.com/02strich/markdown/commit/f97e3705210806b05c42f0e09e35cbf751900929))
* **deps:** bump readmeio/rdme from 7.0.0 to 7.0.1 ([#453](https://github.com/02strich/markdown/issues/453)) ([39baac0](https://github.com/02strich/markdown/commit/39baac074233aa2220ac4892d5fbe9d13dea40f6))
* **deps:** bump readmeio/rdme from 7.0.1 to 7.0.3 ([#459](https://github.com/02strich/markdown/issues/459)) ([3433623](https://github.com/02strich/markdown/commit/343362394183d22e9284ec835bd31b0f463a29a5))
* **deps:** bump readmeio/rdme from 7.0.3 to 7.1.1 ([#468](https://github.com/02strich/markdown/issues/468)) ([6eac32f](https://github.com/02strich/markdown/commit/6eac32f06196a32d88f661b3169065eb4a2bf3df))
* **deps:** bump readmeio/rdme from 7.1.1 to 7.2.0 ([#474](https://github.com/02strich/markdown/issues/474)) ([3c1564d](https://github.com/02strich/markdown/commit/3c1564d9037596e41fbcd12aec5f8992744b101b))
* **deps:** bump readmeio/rdme from 7.2.0 to 7.2.2 ([#522](https://github.com/02strich/markdown/issues/522)) ([4b34bb4](https://github.com/02strich/markdown/commit/4b34bb49deb84482c95726d83e3e8a8627bad01e))
* **deps:** bump readmeio/rdme from 7.2.2 to 7.5.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([7240820](https://github.com/02strich/markdown/commit/7240820652c81b5391c4552353bf7901945e8288))
* **deps:** bump readmeio/rdme from 7.5.0 to 8.0.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([53cdd23](https://github.com/02strich/markdown/commit/53cdd235db82ba0227ce9293df400697f54a4f3d))
* **deps:** bump readmeio/rdme from 8.0.0 to 8.0.4 ([#621](https://github.com/02strich/markdown/issues/621)) ([08d5789](https://github.com/02strich/markdown/commit/08d5789eb573e30a6225fe7900be544b558c804a))
* **deps:** bump readmeio/rdme from 8.0.4 to 8.1.1 ([#639](https://github.com/02strich/markdown/issues/639)) ([bfcee5e](https://github.com/02strich/markdown/commit/bfcee5ea8ce8153aef56288480a922c24a4ad396))
* **deps:** bump readmeio/rdme from 8.1.1 to 8.2.0 ([#648](https://github.com/02strich/markdown/issues/648)) ([1d2ce39](https://github.com/02strich/markdown/commit/1d2ce391bb5f5a48999c9a1684733a294ccb48f6))
* **deps:** bump rehype-raw from 4.0.2 to 5.1.0 ([#198](https://github.com/02strich/markdown/issues/198)) ([43fc7f6](https://github.com/02strich/markdown/commit/43fc7f60807966f500c6056f0071286aa0289f1a))
* **deps:** bump rehype-react from 5.0.1 to 6.2.1 ([#175](https://github.com/02strich/markdown/issues/175)) ([101218f](https://github.com/02strich/markdown/commit/101218f9167247878720d0c98850ca51d5af3eff))
* **deps:** bump rehype-sanitize from 3.0.1 to 4.0.0 ([#176](https://github.com/02strich/markdown/issues/176)) ([bb3956d](https://github.com/02strich/markdown/commit/bb3956d5b5fbf16a1f0f19536efc12cff4d13029))
* **deps:** bump remark-disable-tokenizers from 1.0.24 to 1.1.0 ([#179](https://github.com/02strich/markdown/issues/179)) ([53ae45f](https://github.com/02strich/markdown/commit/53ae45ff00ac3433c8bfebaaa970047004d7bf36))
* **deps:** bump remark-parse from 6.0.2 to 7.0.2 ([#374](https://github.com/02strich/markdown/issues/374)) ([56cb496](https://github.com/02strich/markdown/commit/56cb496676a53c74b88a6b8d2f42e6a5311c1d10))
* **deps:** bump remark-slug from 6.0.0 to 6.1.0 ([#242](https://github.com/02strich/markdown/issues/242)) ([dce932b](https://github.com/02strich/markdown/commit/dce932b75d6e99a50cc1476163680cd489425c15))
* **deps-dev:** bump sass-loader from 7.3.1 to 10.1.0 ([ba4b402](https://github.com/02strich/markdown/commit/ba4b40251b766729397464551e97c9bda7da651f))
* **deps-dev:** Bump sass-loader from 7.3.1 to 8.0.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([4c166b2](https://github.com/02strich/markdown/commit/4c166b2189491f07f654e6193a05cd208a349db0))
* **deps-dev:** Bump sass-loader from 8.0.0 to 8.0.2 ([#451](https://github.com/02strich/markdown/issues/451)) ([0d9ebc9](https://github.com/02strich/markdown/commit/0d9ebc9784aaa7797155d64a946bf145cb1d9da1))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](https://github.com/02strich/markdown/issues/596)) ([d91f5da](https://github.com/02strich/markdown/commit/d91f5da4315aa0943013946698ec5b3a97911d4d))
* **deps-dev:** bump semantic-release from 17.3.8 to 17.4.4 ([#181](https://github.com/02strich/markdown/issues/181)) ([ad92db6](https://github.com/02strich/markdown/commit/ad92db6be891a5a11d601798ae77bdfc0212f2ee))
* **deps-dev:** bump semantic-release from 17.4.4 to 17.4.7 ([#277](https://github.com/02strich/markdown/issues/277)) ([bfcfd3f](https://github.com/02strich/markdown/commit/bfcfd3f4fb9eeb6d2c07d6bbb3435df70e6cefba))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](https://github.com/02strich/markdown/issues/497)) ([3171fcb](https://github.com/02strich/markdown/commit/3171fcbe51438d4ec12f2778025e11af5b670ee9))
* Bump style-loader from 1.0.0 to 1.0.1 ([#396](https://github.com/02strich/markdown/issues/396)) ([67c2a11](https://github.com/02strich/markdown/commit/67c2a110597bec9c69c91c08362b6c6a8ebf52d3))
* **deps-dev:** Bump style-loader from 1.0.1 to 1.1.1 ([#414](https://github.com/02strich/markdown/issues/414)) ([5dc1bc8](https://github.com/02strich/markdown/commit/5dc1bc8eb78b5e4ee7d60a5a8cc452eafbf6e0d5))
* **deps-dev:** Bump style-loader from 1.1.1 to 1.1.2 ([#419](https://github.com/02strich/markdown/issues/419)) ([434cce7](https://github.com/02strich/markdown/commit/434cce7446d7e13beb5ddf8e5ed22eddb9ed5f4e))
* **deps-dev:** Bump style-loader from 1.1.2 to 1.1.3 ([#453](https://github.com/02strich/markdown/issues/453)) ([a274317](https://github.com/02strich/markdown/commit/a274317f96601331c3f1cecdbf1c1bfff2518d68))
* **deps-dev:** Bump style-loader from 1.1.3 to 1.1.4 ([#611](https://github.com/02strich/markdown/issues/611)) ([8972a23](https://github.com/02strich/markdown/commit/8972a2381cbe8437ded3d73a6a09e621650163f6))
* **deps-dev:** bump style-loader from 1.1.4 to 1.2.1 ([#782](https://github.com/02strich/markdown/issues/782)) ([42500e7](https://github.com/02strich/markdown/commit/42500e7ab56ee5ff7e5b4a451f99d40ee192b3ac))
* **deps:** Bump swagger2openapi from 5.3.1 to 5.3.2 ([#439](https://github.com/02strich/markdown/issues/439)) ([f7d5374](https://github.com/02strich/markdown/commit/f7d537497192e63ec19b425f1548c00494e26fd1))
* **deps:** Bump swagger2openapi from 5.3.2 to 5.3.3 ([#477](https://github.com/02strich/markdown/issues/477)) ([c0f67aa](https://github.com/02strich/markdown/commit/c0f67aa5f7b46f4f3d9dbe16416a9c46019d506d))
* **deps:** Bump swagger2openapi from 5.3.3 to 5.3.4 ([#512](https://github.com/02strich/markdown/issues/512)) ([3f2a244](https://github.com/02strich/markdown/commit/3f2a2442ad192a293c2ac128bc7366f1337e2b0e))
* **deps:** Bump swagger2openapi from 5.3.4 to 5.4.0 ([#557](https://github.com/02strich/markdown/issues/557)) ([9e5a36a](https://github.com/02strich/markdown/commit/9e5a36a7c42354475f850a4faa82c7eab664970b))
* **deps:** Bump swagger2openapi from 5.4.0 to 6.0.1 ([#575](https://github.com/02strich/markdown/issues/575)) ([6784a37](https://github.com/02strich/markdown/commit/6784a37f8d894db1433ab7f7362ae41a88bc6978))
* **deps:** Bump swagger2openapi from 6.0.1 to 6.0.2 ([#597](https://github.com/02strich/markdown/issues/597)) ([97c19fd](https://github.com/02strich/markdown/commit/97c19fdc9549bab29fe8534478d42e7da8a39a7c))
* **deps:** Bump swagger2openapi from 6.0.2 to 6.0.3 ([#613](https://github.com/02strich/markdown/issues/613)) ([38e21fe](https://github.com/02strich/markdown/commit/38e21fedd752859b77f2fb579e9d78772271f615))
* **deps:** bump terser from 5.8.0 to 5.14.2 ([#546](https://github.com/02strich/markdown/issues/546)) ([454eafe](https://github.com/02strich/markdown/commit/454eafef0b9cf409bb3ef413b265dfca8a3afd7b))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.1 to 2.3.2 ([#444](https://github.com/02strich/markdown/issues/444)) ([d24c48d](https://github.com/02strich/markdown/commit/d24c48dd808abad8a7aaa61d6869445969b4279f))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.2 to 2.3.4 ([#468](https://github.com/02strich/markdown/issues/468)) ([559db72](https://github.com/02strich/markdown/commit/559db72f20bffbc5d0db2c6c25bd2de995a0dc1d))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.4 to 2.3.5 ([#491](https://github.com/02strich/markdown/issues/491)) ([068f85f](https://github.com/02strich/markdown/commit/068f85ff258ddc22637e1fd34673b70e706ef49c))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.5 to 2.3.6 ([#639](https://github.com/02strich/markdown/issues/639)) ([737a3f2](https://github.com/02strich/markdown/commit/737a3f20b1a7befed2dbc1f47e3dcb62ecfc2313))
* **deps-dev:** bump terser-webpack-plugin from 3.0.3 to 3.0.6 ([#802](https://github.com/02strich/markdown/issues/802)) ([062314a](https://github.com/02strich/markdown/commit/062314a4dfa63ca3bf98709fa9db1111cc82c467))
* **deps-dev:** bump terser-webpack-plugin from 3.0.8 to 4.2.3 ([979b1ec](https://github.com/02strich/markdown/commit/979b1ecbd5a16f00a6ab514bcfe41f642820cf3f))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](https://github.com/02strich/markdown/issues/572)) ([5028530](https://github.com/02strich/markdown/commit/502853001d0cf10ebfc471c1c5772b42588448ba))
* **deps:** bump unified from 8.4.1 to 8.4.2 ([#371](https://github.com/02strich/markdown/issues/371)) ([716080c](https://github.com/02strich/markdown/commit/716080ca522e610270185a14f149b2b341a219d9))
* **deps:** Bump unist-util-map from 2.0.0 to 2.0.1 ([#534](https://github.com/02strich/markdown/issues/534)) ([d99dedf](https://github.com/02strich/markdown/commit/d99dedf8872c099a102a62d86fae1dda6c8b4bf4))
* **deps:** bump unist-util-select from 3.0.4 to 4.0.0 ([#180](https://github.com/02strich/markdown/issues/180)) ([caa51ff](https://github.com/02strich/markdown/commit/caa51ff18be86c45e957997a3886f5b0c1ed91a1))
* **deps:** Bump unist-util-visit from 2.0.1 to 2.0.2 ([#527](https://github.com/02strich/markdown/issues/527)) ([65a1c15](https://github.com/02strich/markdown/commit/65a1c150a40b41a764909df5359b029bc29deb25))
* **deps-dev:** Bump webpack from 4.41.2 to 4.41.4 ([#409](https://github.com/02strich/markdown/issues/409)) ([e4f4d55](https://github.com/02strich/markdown/commit/e4f4d555e1e8235ddae04c70877857c43add8e09))
* **deps-dev:** Bump webpack from 4.41.4 to 4.41.5 ([#423](https://github.com/02strich/markdown/issues/423)) ([ed1c56e](https://github.com/02strich/markdown/commit/ed1c56e1099d6bf2450969613d184f89a1433229))
* **deps-dev:** Bump webpack from 4.41.5 to 4.41.6 ([#490](https://github.com/02strich/markdown/issues/490)) ([32da645](https://github.com/02strich/markdown/commit/32da6459577b0148d9b0f9b37c9582b5147fb127))
* **deps-dev:** Bump webpack from 4.41.6 to 4.42.0 ([#499](https://github.com/02strich/markdown/issues/499)) ([a2529e0](https://github.com/02strich/markdown/commit/a2529e0ad214736b7442e8ebff02265092b60a57))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#634](https://github.com/02strich/markdown/issues/634)) ([2842335](https://github.com/02strich/markdown/commit/2842335b155b5fc603737589ef339842fd36f334))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#674](https://github.com/02strich/markdown/issues/674)) ([37917ed](https://github.com/02strich/markdown/commit/37917ed8459ac3edbf371f3ba153115e9f027fda))
* **deps-dev:** bump webpack from 4.46.0 to 5.39.0 ([#170](https://github.com/02strich/markdown/issues/170)) ([91523e8](https://github.com/02strich/markdown/commit/91523e89e44a1bd8edaedf22d455e664fb1816d2))
* **deps-dev:** Bump webpack-cli from 3.3.10 to 3.3.11 ([#486](https://github.com/02strich/markdown/issues/486)) ([9306e27](https://github.com/02strich/markdown/commit/9306e27f8990c406003f97a8eeecdb39023ecf59))
* **deps-dev:** bump webpack-cli from 3.3.11 to 3.3.12 ([#803](https://github.com/02strich/markdown/issues/803)) ([04305d5](https://github.com/02strich/markdown/commit/04305d5474fd12e74a9bff26fa1786386b3214e5))
* **deps-dev:** Bump webpack-dev-server from 3.10.1 to 3.10.2 ([#470](https://github.com/02strich/markdown/issues/470)) ([6830ee5](https://github.com/02strich/markdown/commit/6830ee5f1feead4fbdd2e43020dcd1a6df21cdbe))
* **deps-dev:** Bump webpack-dev-server from 3.10.2 to 3.10.3 ([#476](https://github.com/02strich/markdown/issues/476)) ([b60510f](https://github.com/02strich/markdown/commit/b60510fcfe3a799a722a13fee651ab7553282f08))
* **deps-dev:** Bump webpack-dev-server from 3.10.3 to 3.11.0 ([#695](https://github.com/02strich/markdown/issues/695)) ([6a4edbf](https://github.com/02strich/markdown/commit/6a4edbf62ba3d2d299904396eb40211a614cd4d0))
* **deps-dev:** Bump webpack-dev-server from 3.9.0 to 3.10.1 ([#421](https://github.com/02strich/markdown/issues/421)) ([e3e5abb](https://github.com/02strich/markdown/commit/e3e5abb5de1538436a776f64b882e1562a9b8456))
* **deps-dev:** bump webpack-merge from 4.2.2 to 5.4.0 ([3c08dc9](https://github.com/02strich/markdown/commit/3c08dc9d44526695b7a72b706567865f3f467e64))
* **deps-dev:** bump webpack-merge from 5.7.3 to 5.8.0 ([#174](https://github.com/02strich/markdown/issues/174)) ([ea0aefa](https://github.com/02strich/markdown/commit/ea0aefab27c0a3968878b8cedbdc1aec03acf3df))
* **deps:** Bump yaml from 1.8.3 to 1.10.0 ([#702](https://github.com/02strich/markdown/issues/702)) ([d751af0](https://github.com/02strich/markdown/commit/d751af03f73ec9ad3768874f17b64b381cd9dde6))
* **deps:** bumping @readme/syntax-highlighter and @readme/variable ([#308](https://github.com/02strich/markdown/issues/308)) ([36aca90](https://github.com/02strich/markdown/commit/36aca902a8f1d900670c22d095373674c69b5c45))
* bumping @readme/syntax-highlighter to resolve upstram webpack issues ([#394](https://github.com/02strich/markdown/issues/394)) ([cb913ad](https://github.com/02strich/markdown/commit/cb913ad329fc318340f46ff71e214c5092c45fbe))
* **chore:** bumping dependencies and resolving `npm audit` warnings ([#303](https://github.com/02strich/markdown/issues/303)) ([3a79d61](https://github.com/02strich/markdown/commit/3a79d61670ebd82a73d38bb6a677bb061276e5fb))
* **deps:** bumping syntax-highlighter to support graphql ([#309](https://github.com/02strich/markdown/issues/309)) ([c38ba00](https://github.com/02strich/markdown/commit/c38ba0003dec308268f8f6afafa563f45872cd19)), closes [#173](https://github.com/02strich/markdown/issues/173)
* bumping the dependabot frequency to monthly ([0bc5c37](https://github.com/02strich/markdown/commit/0bc5c376e8bf2262c2326671a4c8e01d7ea31597))
* callout error icon ([#645](https://github.com/02strich/markdown/issues/645)) ([f33d2c7](https://github.com/02strich/markdown/commit/f33d2c7e0734a1c23f9cb62db25086a081e5bf5d))
* callout warning icon ([#564](https://github.com/02strich/markdown/issues/564)) ([197ce6f](https://github.com/02strich/markdown/commit/197ce6fce413b60dc3612d652f985cf8ce8fbfb7))
* callouts with multiple blocks ([#610](https://github.com/02strich/markdown/issues/610)) ([9a01f83](https:…
02strich pushed a commit to 02strich/markdown that referenced this pull request Mar 21, 2023
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/02strich/markdown/issues/171)) ([9a5e1c6](https://github.com/02strich/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/02strich/markdown/issues/547)) ([bab15ff](https://github.com/02strich/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/02strich/markdown/issues/283)) ([f2414ed](https://github.com/02strich/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/02strich/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/02strich/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/02strich/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/02strich/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/02strich/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/02strich/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/02strich/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* fixing a broken image link in the readme ([90bbb7d](https://github.com/02strich/markdown/commit/90bbb7d0d6830c5a4725e3c65c239a542fbad6ca))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/02strich/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/02strich/markdown/issues/448)) ([e3c8b43](https://github.com/02strich/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/02strich/markdown/issues/825)) ([89480ee](https://github.com/02strich/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **code blocks:** minor language change ([88f548e](https://github.com/02strich/markdown/commit/88f548e55f598f67f0bb5921087f2383cbbb3e58))
* **callouts:** minor updates ([#445](https://github.com/02strich/markdown/issues/445)) ([f99df00](https://github.com/02strich/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* **callouts:** remove unnecessary metadata ([#651](https://github.com/02strich/markdown/issues/651)) ([e6360be](https://github.com/02strich/markdown/commit/e6360befd8ce1944b13465736c3947f8e4c46609))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/02strich/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/02strich//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/02strich/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/02strich/markdown/issues/105)) ([8651c88](https://github.com/02strich/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/02strich/markdown/issues/172)) ([5c3725d](https://github.com/02strich/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/02strich/markdown/issues/107)) ([239d0df](https://github.com/02strich/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/02strich/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/02strich/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/02strich/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/02strich/markdown/issues/127)) ([72c4475](https://github.com/02strich/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/02strich/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/02strich/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/02strich/markdown/issues/462)) ([7b513e0](https://github.com/02strich/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/02strich/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/02strich/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/02strich/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/02strich/markdown/issues/580)) ([11a145b](https://github.com/02strich/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/02strich/markdown/issues/418)) ([f06bfb2](https://github.com/02strich/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/02strich/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/02strich/markdown/issues/559)) ([af577ba](https://github.com/02strich/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/02strich/markdown/issues/118)) ([03d966a](https://github.com/02strich/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/02strich/markdown/issues/535)) ([4d7876b](https://github.com/02strich/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/02strich/markdown/issues/230)) ([1df0220](https://github.com/02strich/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/02strich/markdown/issues/126)) ([184c238](https://github.com/02strich/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/02strich/markdown/issues/279)) ([163863f](https://github.com/02strich/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/02strich/markdown/issues/82)) ([5a3aa52](https://github.com/02strich/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/02strich/markdown/issues/461)) ([36f0b9d](https://github.com/02strich/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/02strich/markdown/issues/447)) ([06a463e](https://github.com/02strich/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/02strich/markdown/issues/455)) ([a99f57f](https://github.com/02strich/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/02strich/markdown/issues/808)) ([3a6e720](https://github.com/02strich/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/02strich/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/02strich/markdown/issues/79)) ([bd3e8e5](https://github.com/02strich/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/02strich/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/02strich/markdown/issues/115)) ([94e505d](https://github.com/02strich/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/02strich/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/02strich/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/02strich/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/02strich/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/02strich/markdown/issues/479)) ([3701f6c](https://github.com/02strich/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/02strich/markdown/issues/847)) ([7f80255](https://github.com/02strich/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/02strich/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/02strich/markdown/issues/379)) ([f2d9027](https://github.com/02strich/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/02strich/markdown/issues/431)) ([8bcd03c](https://github.com/02strich/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/02strich/markdown/issues/611)) ([b56d2fc](https://github.com/02strich/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/02strich/markdown/issues/136)) ([9bdd6e7](https://github.com/02strich/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/02strich/markdown/issues/362)) ([2b55c09](https://github.com/02strich/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/02strich/markdown/issues/149)) ([b70fb90](https://github.com/02strich/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/02strich/markdown/issues/390)) ([27c30f6](https://github.com/02strich/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/02strich/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/02strich/markdown/issues/605)) ([98b482e](https://github.com/02strich/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/02strich/markdown/issues/591)) ([f870549](https://github.com/02strich/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/02strich/markdown/issues/561)) ([477322a](https://github.com/02strich/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/02strich/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/02strich/markdown/issues/484)) ([e425040](https://github.com/02strich/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/02strich/markdown/issues/494)) ([427c917](https://github.com/02strich/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/02strich/markdown/issues/587)) ([a9a5d5d](https://github.com/02strich/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/02strich/markdown/issues/346)) ([45f728e](https://github.com/02strich/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* blank api headers crashing reference pages ([#628](https://github.com/02strich/markdown/issues/628)) ([f40cf99](https://github.com/02strich/markdown/commit/f40cf9975ef5a03fa22b8604fb6b8c353ada5178))
* broken api log url ([#460](https://github.com/02strich/markdown/issues/460)) ([503154d](https://github.com/02strich/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/02strich/markdown/issues/599)) ([ef18f54](https://github.com/02strich/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/02strich/markdown/issues/98)) ([8f54042](https://github.com/02strich/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/02strich/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/02strich/markdown/issues/169)) ([8666a71](https://github.com/02strich/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/02strich/markdown/issues/373)) ([fa528cb](https://github.com/02strich/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/02strich/markdown/issues/384)) ([580f77e](https://github.com/02strich/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/02strich/markdown/issues/399)) ([a460110](https://github.com/02strich/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/02strich/markdown/issues/422)) ([2cbe0ab](https://github.com/02strich/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/02strich/markdown/issues/437)) ([986189d](https://github.com/02strich/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/02strich/markdown/issues/454)) ([0cd1d23](https://github.com/02strich/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/02strich/markdown/issues/467)) ([00e49d0](https://github.com/02strich/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/02strich/markdown/issues/501)) ([e7aa3f3](https://github.com/02strich/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/02strich/markdown/issues/509)) ([86192fd](https://github.com/02strich/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([a4d6f8c](https://github.com/02strich/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/02strich/markdown/issues/677)) ([8d277ac](https://github.com/02strich/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/02strich/markdown/issues/811)) ([a791fd5](https://github.com/02strich/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/02strich/markdown/issues/190)) ([0599876](https://github.com/02strich/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/02strich/markdown/issues/553)) ([eb21c31](https://github.com/02strich/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/02strich/markdown/issues/609)) ([6f98e42](https://github.com/02strich/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/02strich/markdown/issues/707)) ([728689f](https://github.com/02strich/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/02strich/markdown/issues/197)) ([0eb0e19](https://github.com/02strich/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/02strich/markdown/issues/369)) ([f04a680](https://github.com/02strich/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/02strich/markdown/issues/383)) ([400a917](https://github.com/02strich/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/02strich/markdown/issues/400)) ([3261792](https://github.com/02strich/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/02strich/markdown/issues/413)) ([82ca75c](https://github.com/02strich/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/02strich/markdown/issues/449)) ([c105f56](https://github.com/02strich/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/02strich/markdown/issues/465)) ([b29a26d](https://github.com/02strich/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/02strich/markdown/issues/504)) ([54f23d2](https://github.com/02strich/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/02strich/markdown/issues/511)) ([d2c4a8e](https://github.com/02strich/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/02strich/markdown/issues/555)) ([4a742ad](https://github.com/02strich/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/02strich/markdown/issues/593)) ([c40a910](https://github.com/02strich/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/02strich/markdown/issues/676)) ([8e507de](https://github.com/02strich/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/02strich/markdown/issues/370)) ([fc7fff7](https://github.com/02strich/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/02strich/markdown/issues/389)) ([c0c4988](https://github.com/02strich/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/02strich/markdown/issues/443)) ([f288246](https://github.com/02strich/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/02strich/markdown/issues/450)) ([dc9cb32](https://github.com/02strich/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/02strich/markdown/issues/552)) ([80b44dc](https://github.com/02strich/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/02strich/markdown/issues/576)) ([1f7f16f](https://github.com/02strich/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/02strich/markdown/issues/182)) ([50325ed](https://github.com/02strich/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/02strich/markdown/issues/162)) ([227c5ed](https://github.com/02strich/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/02strich/markdown/issues/195)) ([43bc4b4](https://github.com/02strich/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/02strich/markdown/issues/384)) ([048ee9f](https://github.com/02strich/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/02strich/markdown/issues/478)) ([f5a0244](https://github.com/02strich/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/02strich/markdown/issues/489)) ([85be6bd](https://github.com/02strich/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/02strich/markdown/issues/505)) ([3060973](https://github.com/02strich/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/02strich/markdown/issues/535)) ([1abc64c](https://github.com/02strich/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/02strich/markdown/issues/385)) ([deae3ad](https://github.com/02strich/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/02strich/markdown/issues/406)) ([dd34213](https://github.com/02strich/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/02strich/markdown/issues/416)) ([2564103](https://github.com/02strich/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/02strich/markdown/issues/424)) ([ef98735](https://github.com/02strich/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/02strich/markdown/issues/445)) ([906ff84](https://github.com/02strich/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/02strich/markdown/issues/448)) ([2f1781b](https://github.com/02strich/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/02strich/markdown/issues/610)) ([abe119a](https://github.com/02strich/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/02strich/markdown/issues/64)) ([ab61909](https://github.com/02strich/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/02strich/markdown/issues/531)) ([b3568a6](https://github.com/02strich/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/02strich/markdown/issues/774)) ([7e4e12d](https://github.com/02strich/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/02strich/markdown/issues/188)) ([16724d8](https://github.com/02strich/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/02strich/markdown/issues/307)) ([51da52a](https://github.com/02strich/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/02strich/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/02strich/markdown/issues/504)) ([a9ffb70](https://github.com/02strich/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/02strich/markdown/issues/540)) ([2f9b998](https://github.com/02strich/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/02strich/markdown/issues/442)) ([dd78e22](https://github.com/02strich/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/02strich/markdown/issues/780)) ([e87fa1a](https://github.com/02strich/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/02strich/markdown/issues/800)) ([211417c](https://github.com/02strich/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/02strich/markdown/issues/205)) ([decc3bd](https://github.com/02strich/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/02strich/markdown/issues/235)) ([95e3a2b](https://github.com/02strich/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/02strich/markdown/issues/251)) ([c013b36](https://github.com/02strich/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/02strich/markdown/issues/440)) ([d134aab](https://github.com/02strich/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/02strich/markdown/issues/781)) ([6c1e9bd](https://github.com/02strich/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/02strich/markdown/issues/810)) ([31d5a07](https://github.com/02strich/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/02strich/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/02strich/markdown/issues/438)) ([575117a](https://github.com/02strich/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/02strich/markdown/issues/573)) ([a1426f9](https://github.com/02strich/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/02strich/markdown/issues/581)) ([464d75b](https://github.com/02strich/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/02strich/markdown/issues/692)) ([b8aefee](https://github.com/02strich/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/02strich/markdown/issues/801)) ([928d8c0](https://github.com/02strich/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/02strich/markdown/issues/502)) ([3292167](https://github.com/02strich/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/02strich/markdown/issues/455)) ([083ca1c](https://github.com/02strich/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/02strich/markdown/issues/570)) ([3edda2d](https://github.com/02strich/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/02strich/markdown/issues/582)) ([5a4e354](https://github.com/02strich/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/02strich/markdown/issues/615)) ([532f8ad](https://github.com/02strich/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/02strich/markdown/issues/814)) ([bf4d56b](https://github.com/02strich/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/02strich/markdown/issues/187)) ([dd26212](https://github.com/02strich/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/02strich/markdown/issues/569)) ([e006edc](https://github.com/02strich/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/02strich/markdown/issues/412)) ([d7b1d61](https://github.com/02strich/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/02strich/markdown/issues/427)) ([1722353](https://github.com/02strich/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/02strich/markdown/issues/456)) ([46d2719](https://github.com/02strich/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/02strich/markdown/issues/492)) ([2459950](https://github.com/02strich/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/02strich/markdown/issues/549)) ([b9d6576](https://github.com/02strich/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/02strich/markdown/issues/635)) ([aae6ae2](https://github.com/02strich/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/02strich/markdown/issues/788)) ([eb44fac](https://github.com/02strich/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/02strich/markdown/issues/177)) ([35eb916](https://github.com/02strich/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/02strich/markdown/issues/201)) ([6f8c953](https://github.com/02strich/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/02strich/markdown/issues/401)) ([4a135ed](https://github.com/02strich/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/02strich/markdown/issues/405)) ([f772c49](https://github.com/02strich/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/02strich/markdown/issues/411)) ([3502e5c](https://github.com/02strich/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/02strich/markdown/issues/426)) ([710dd4a](https://github.com/02strich/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/02strich/markdown/issues/440)) ([fbfcf51](https://github.com/02strich/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/02strich/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/02strich/markdown/issues/229)) ([325396b](https://github.com/02strich/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/02strich/markdown/issues/408)) ([9fa958c](https://github.com/02strich/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/02strich/markdown/issues/417)) ([ea4f5cc](https://github.com/02strich/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/02strich/markdown/issues/386)) ([5340dde](https://github.com/02strich/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/02strich/markdown/issues/395)) ([6179015](https://github.com/02strich/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/02strich/markdown/issues/410)) ([7595b99](https://github.com/02strich/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/02strich/markdown/issues/709)) ([e1652e3](https://github.com/02strich/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/02strich/markdown/issues/773)) ([22e2eca](https://github.com/02strich/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/02strich/markdown/issues/184)) ([7e032cf](https://github.com/02strich/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/02strich/markdown/issues/813)) ([172d3a0](https://github.com/02strich/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/02strich/markdown/issues/209)) ([5309d0e](https://github.com/02strich/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/02strich/markdown/issues/248)) ([76e5a79](https://github.com/02strich/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* **deps-dev:** bump eslint from 8.25.0 to 8.27.0 ([#624](https://github.com/02strich/markdown/issues/624)) ([bcb6393](https://github.com/02strich/markdown/commit/bcb63931791d042d5c7e9c1b50cf43db22a1eab8))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/02strich/markdown/issues/391)) ([d49a802](https://github.com/02strich/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/02strich/markdown/issues/394)) ([5565e38](https://github.com/02strich/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/02strich/markdown/issues/392)) ([da75860](https://github.com/02strich/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/02strich/markdown/issues/382)) ([69b2e89](https://github.com/02strich/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/02strich/markdown/issues/487)) ([191782e](https://github.com/02strich/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/02strich/markdown/issues/550)) ([0489556](https://github.com/02strich/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/02strich/markdown/issues/786)) ([66bcfe9](https://github.com/02strich/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/02strich/markdown/issues/442)) ([80907f1](https://github.com/02strich/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/02strich/markdown/issues/156)) ([e5fda67](https://github.com/02strich/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/02strich/markdown/issues/778)) ([44ff101](https://github.com/02strich/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/02strich/markdown/issues/208)) ([1f09f4a](https://github.com/02strich/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/02strich/markdown/issues/457)) ([817de29](https://github.com/02strich/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/02strich/markdown/issues/571)) ([67e29a2](https://github.com/02strich/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/02strich/markdown/issues/594)) ([134d5e8](https://github.com/02strich/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([3c63767](https://github.com/02strich/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/02strich/markdown/issues/694)) ([8c901c6](https://github.com/02strich/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/02strich/markdown/issues/815)) ([6afc047](https://github.com/02strich/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/02strich/markdown/issues/211)) ([c31fd91](https://github.com/02strich/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/02strich/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/02strich/markdown/issues/375)) ([706429a](https://github.com/02strich/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/02strich/markdown/issues/390)) ([894d372](https://github.com/02strich/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/02strich/markdown/issues/428)) ([5ad2aaf](https://github.com/02strich/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/02strich/markdown/issues/706)) ([dba4a99](https://github.com/02strich/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/02strich/markdown/issues/805)) ([a9d5823](https://github.com/02strich/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/02strich/markdown/issues/843)) ([50d7600](https://github.com/02strich/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/02strich/markdown/issues/844)) ([0088cd9](https://github.com/02strich/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/02strich/markdown/issues/840)) ([9a7ffa7](https://github.com/02strich/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/02strich/markdown/issues/839)) ([fc545eb](https://github.com/02strich/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/02strich/markdown/issues/837)) ([1f62788](https://github.com/02strich/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/02strich/markdown/issues/841)) ([aa44d36](https://github.com/02strich/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/02strich/markdown/issues/836)) ([d0e2f34](https://github.com/02strich/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/02strich/markdown/issues/842)) ([e71eb63](https://github.com/02strich/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/02strich/markdown/issues/845)) ([07759a6](https://github.com/02strich/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/02strich/markdown/issues/214)) ([427e304](https://github.com/02strich/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/02strich/markdown/issues/458)) ([adc55c2](https://github.com/02strich/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/02strich/markdown/issues/425)) ([a2eeba8](https://github.com/02strich/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/02strich/markdown/issues/441)) ([06d8b76](https://github.com/02strich/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/02strich/markdown/issues/475)) ([86b1f1f](https://github.com/02strich/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/02strich/markdown/issues/480)) ([26a4c1f](https://github.com/02strich/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/02strich/markdown/issues/488)) ([f49c5ee](https://github.com/02strich/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/02strich/markdown/issues/497)) ([75e5488](https://github.com/02strich/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/02strich/markdown/issues/785)) ([8d9028a](https://github.com/02strich/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/02strich/markdown/issues/827)) ([12a52b5](https://github.com/02strich/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github.com/02strich/markdown/issues/280)) ([d7e826f](https://github.com/02strich/markdown/commit/d7e826f968ad402b002cae13b91f6bc5c8297f5e))
* **deps-dev:** Bump node-sass from 4.13.0 to 4.13.1 ([#452](https://github.com/02strich/markdown/issues/452)) ([7f160b0](https://github.com/02strich/markdown/commit/7f160b088b8902488a1b454864d5ce9c2dec17eb))
* **deps-dev:** bump node-sass from 4.14.1 to 5.0.0 ([576ac1e](https://github.com/02strich/markdown/commit/576ac1e46e802ccdd27c777013c01d62bfa7f98e))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([3ca6ac8](https://github.com/02strich/markdown/commit/3ca6ac886a2e28540aa01522cb3d83765f00724c))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](https://github.com/02strich/markdown/issues/444)) ([67191cd](https://github.com/02strich/markdown/commit/67191cd1ddd9bc1589a4b56c232ba6db1e95befc))
* Bump oas from 1.0.0 to 1.0.1 ([#387](https://github.com/02strich/markdown/issues/387)) ([571501a](https://github.com/02strich/markdown/commit/571501a3923ffa99f1347bdba6bd07efff02f97b))
* **deps:** Bump oas from 1.0.2 to 1.1.0 ([#415](https://github.com/02strich/markdown/issues/415)) ([fa9a1a2](https://github.com/02strich/markdown/commit/fa9a1a24aa6b1328ece7f992e6b3b9f7b70c7ed9))
* **deps:** Bump oas from 1.1.0 to 1.2.0 ([#446](https://github.com/02strich/markdown/issues/446)) ([461ba20](https://github.com/02strich/markdown/commit/461ba205d8544a8135693808fc21a02ead77262a))
* **deps:** Bump oas from 1.1.0 to 1.3.0 ([#447](https://github.com/02strich/markdown/issues/447)) ([7865869](https://github.com/02strich/markdown/commit/78658694d6fa582fb1247f98936b8f5e6ef8f8f5))
* **deps:** Bump oas from 1.3.0 to 1.4.0 ([#459](https://github.com/02strich/markdown/issues/459)) ([3f2a96d](https://github.com/02strich/markdown/commit/3f2a96d4a1d43a7d69036f842eaeb51ae36edb98))
* **deps:** Bump oas from 1.5.0 to 1.5.2 ([#474](https://github.com/02strich/markdown/issues/474)) ([bb66a94](https://github.com/02strich/markdown/commit/bb66a94f55c5fc8dffa8c4599e0bf2386c98ddd4))
* **deps-dev:** bump prettier from 1.18.2 to 1.19.1 ([#368](https://github.com/02strich/markdown/issues/368)) ([ac5a385](https://github.com/02strich/markdown/commit/ac5a385053119cd05ffea3960dc78e4df3215d14))
* **deps-dev:** Bump prettier from 2.0.1 to 2.0.5 ([#708](https://github.com/02strich/markdown/issues/708)) ([ef5b957](https://github.com/02strich/markdown/commit/ef5b957435bf769914a9a5444527e45b111566a7))
* **deps-dev:** bump puppeteer from 10.0.0 to 10.1.0 ([#216](https://github.com/02strich/markdown/issues/216)) ([da27029](https://github.com/02strich/markdown/commit/da27029c31a1bf25f4d594c427dabd005dc8ea21))
* **deps-dev:** bump puppeteer from 9.1.1 to 10.0.0 ([#191](https://github.com/02strich/markdown/issues/191)) ([3218a8d](https://github.com/02strich/markdown/commit/3218a8d0221fe4b40b67fc922571d93479cbafb7))
* **deps:** bump react from 16.11.0 to 16.12.0 ([#378](https://github.com/02strich/markdown/issues/378)) ([d85374f](https://github.com/02strich/markdown/commit/d85374f8c1f36ff9489d3d77a5fdd4f86feb3eab))
* **deps:** Bump react from 16.12.0 to 16.13.0 ([#500](https://github.com/02strich/markdown/issues/500)) ([32c25f9](https://github.com/02strich/markdown/commit/32c25f94a3c6cbb6f849d9c3e5089aabcd1f6f97))
* **deps:** Bump react from 16.13.0 to 16.13.1 ([#551](https://github.com/02strich/markdown/issues/551)) ([5599aa3](https://github.com/02strich/markdown/commit/5599aa3bc422412445c268bc5b06e0fa20abc881))
* **deps:** bump react-copy-to-clipboard from 5.0.1 to 5.0.2 ([#367](https://github.com/02strich/markdown/issues/367)) ([d0e614a](https://github.com/02strich/markdown/commit/d0e614a7a006cfb01ae5bcd4ca928a7899f29981))
* Bump react-dom from 16.11.0 to 16.12.0 ([#388](https://github.com/02strich/markdown/issues/388)) ([80aefc8](https://github.com/02strich/markdown/commit/80aefc876bc38194e301d75ed2fb7bcc2e4a116c))
* **deps:** Bump react-dom from 16.12.0 to 16.13.0 ([#498](https://github.com/02strich/markdown/issues/498)) ([017df7c](https://github.com/02strich/markdown/commit/017df7cc442f280a380f736515bbf05a43bcb1ce))
* **deps:** Bump react-dom from 16.13.0 to 16.13.1 ([#585](https://github.com/02strich/markdown/issues/585)) ([00072fb](https://github.com/02strich/markdown/commit/00072fbd961c58f7a6ce4516feb9d58ed54211ad))
* **deps:** Bump react-hot-loader from 3.1.3 to 4.12.16 ([#532](https://github.com/02strich/markdown/issues/532)) ([78d9989](https://github.com/02strich/markdown/commit/78d9989a5744f956fbdd5317bd2d7510b81be8ec))
* **deps:** bump react-hot-loader from 4.12.15 to 4.12.16 ([#372](https://github.com/02strich/markdown/issues/372)) ([761ef72](https://github.com/02strich/markdown/commit/761ef72466b25d76f9e45827c83998ad4f8ca6af))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.19 ([#482](https://github.com/02strich/markdown/issues/482)) ([b3bc688](https://github.com/02strich/markdown/commit/b3bc688b920b2bb6731d6e163d76a3677063f5b8))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.21 ([#675](https://github.com/02strich/markdown/issues/675)) ([4dcfcc7](https://github.com/02strich/markdown/commit/4dcfcc706f3c5cfc227bfb11f591ccf171d9042e))
* **deps:** Bump react-jsonschema-form from `e5ad900` to `3a3a478` ([#481](https://github.com/02strich/markdown/issues/481)) ([f97e370](https://github.com/02strich/markdown/commit/f97e3705210806b05c42f0e09e35cbf751900929))
* **deps:** bump readmeio/rdme from 7.0.0 to 7.0.1 ([#453](https://github.com/02strich/markdown/issues/453)) ([39baac0](https://github.com/02strich/markdown/commit/39baac074233aa2220ac4892d5fbe9d13dea40f6))
* **deps:** bump readmeio/rdme from 7.0.1 to 7.0.3 ([#459](https://github.com/02strich/markdown/issues/459)) ([3433623](https://github.com/02strich/markdown/commit/343362394183d22e9284ec835bd31b0f463a29a5))
* **deps:** bump readmeio/rdme from 7.0.3 to 7.1.1 ([#468](https://github.com/02strich/markdown/issues/468)) ([6eac32f](https://github.com/02strich/markdown/commit/6eac32f06196a32d88f661b3169065eb4a2bf3df))
* **deps:** bump readmeio/rdme from 7.1.1 to 7.2.0 ([#474](https://github.com/02strich/markdown/issues/474)) ([3c1564d](https://github.com/02strich/markdown/commit/3c1564d9037596e41fbcd12aec5f8992744b101b))
* **deps:** bump readmeio/rdme from 7.2.0 to 7.2.2 ([#522](https://github.com/02strich/markdown/issues/522)) ([4b34bb4](https://github.com/02strich/markdown/commit/4b34bb49deb84482c95726d83e3e8a8627bad01e))
* **deps:** bump readmeio/rdme from 7.2.2 to 7.5.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([7240820](https://github.com/02strich/markdown/commit/7240820652c81b5391c4552353bf7901945e8288))
* **deps:** bump readmeio/rdme from 7.5.0 to 8.0.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([53cdd23](https://github.com/02strich/markdown/commit/53cdd235db82ba0227ce9293df400697f54a4f3d))
* **deps:** bump readmeio/rdme from 8.0.0 to 8.0.4 ([#621](https://github.com/02strich/markdown/issues/621)) ([08d5789](https://github.com/02strich/markdown/commit/08d5789eb573e30a6225fe7900be544b558c804a))
* **deps:** bump readmeio/rdme from 8.0.4 to 8.1.1 ([#639](https://github.com/02strich/markdown/issues/639)) ([bfcee5e](https://github.com/02strich/markdown/commit/bfcee5ea8ce8153aef56288480a922c24a4ad396))
* **deps:** bump readmeio/rdme from 8.1.1 to 8.2.0 ([#648](https://github.com/02strich/markdown/issues/648)) ([1d2ce39](https://github.com/02strich/markdown/commit/1d2ce391bb5f5a48999c9a1684733a294ccb48f6))
* **deps:** bump rehype-raw from 4.0.2 to 5.1.0 ([#198](https://github.com/02strich/markdown/issues/198)) ([43fc7f6](https://github.com/02strich/markdown/commit/43fc7f60807966f500c6056f0071286aa0289f1a))
* **deps:** bump rehype-react from 5.0.1 to 6.2.1 ([#175](https://github.com/02strich/markdown/issues/175)) ([101218f](https://github.com/02strich/markdown/commit/101218f9167247878720d0c98850ca51d5af3eff))
* **deps:** bump rehype-sanitize from 3.0.1 to 4.0.0 ([#176](https://github.com/02strich/markdown/issues/176)) ([bb3956d](https://github.com/02strich/markdown/commit/bb3956d5b5fbf16a1f0f19536efc12cff4d13029))
* **deps:** bump remark-disable-tokenizers from 1.0.24 to 1.1.0 ([#179](https://github.com/02strich/markdown/issues/179)) ([53ae45f](https://github.com/02strich/markdown/commit/53ae45ff00ac3433c8bfebaaa970047004d7bf36))
* **deps:** bump remark-parse from 6.0.2 to 7.0.2 ([#374](https://github.com/02strich/markdown/issues/374)) ([56cb496](https://github.com/02strich/markdown/commit/56cb496676a53c74b88a6b8d2f42e6a5311c1d10))
* **deps:** bump remark-slug from 6.0.0 to 6.1.0 ([#242](https://github.com/02strich/markdown/issues/242)) ([dce932b](https://github.com/02strich/markdown/commit/dce932b75d6e99a50cc1476163680cd489425c15))
* **deps-dev:** bump sass-loader from 7.3.1 to 10.1.0 ([ba4b402](https://github.com/02strich/markdown/commit/ba4b40251b766729397464551e97c9bda7da651f))
* **deps-dev:** Bump sass-loader from 7.3.1 to 8.0.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([4c166b2](https://github.com/02strich/markdown/commit/4c166b2189491f07f654e6193a05cd208a349db0))
* **deps-dev:** Bump sass-loader from 8.0.0 to 8.0.2 ([#451](https://github.com/02strich/markdown/issues/451)) ([0d9ebc9](https://github.com/02strich/markdown/commit/0d9ebc9784aaa7797155d64a946bf145cb1d9da1))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](https://github.com/02strich/markdown/issues/596)) ([d91f5da](https://github.com/02strich/markdown/commit/d91f5da4315aa0943013946698ec5b3a97911d4d))
* **deps-dev:** bump semantic-release from 17.3.8 to 17.4.4 ([#181](https://github.com/02strich/markdown/issues/181)) ([ad92db6](https://github.com/02strich/markdown/commit/ad92db6be891a5a11d601798ae77bdfc0212f2ee))
* **deps-dev:** bump semantic-release from 17.4.4 to 17.4.7 ([#277](https://github.com/02strich/markdown/issues/277)) ([bfcfd3f](https://github.com/02strich/markdown/commit/bfcfd3f4fb9eeb6d2c07d6bbb3435df70e6cefba))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](https://github.com/02strich/markdown/issues/497)) ([3171fcb](https://github.com/02strich/markdown/commit/3171fcbe51438d4ec12f2778025e11af5b670ee9))
* Bump style-loader from 1.0.0 to 1.0.1 ([#396](https://github.com/02strich/markdown/issues/396)) ([67c2a11](https://github.com/02strich/markdown/commit/67c2a110597bec9c69c91c08362b6c6a8ebf52d3))
* **deps-dev:** Bump style-loader from 1.0.1 to 1.1.1 ([#414](https://github.com/02strich/markdown/issues/414)) ([5dc1bc8](https://github.com/02strich/markdown/commit/5dc1bc8eb78b5e4ee7d60a5a8cc452eafbf6e0d5))
* **deps-dev:** Bump style-loader from 1.1.1 to 1.1.2 ([#419](https://github.com/02strich/markdown/issues/419)) ([434cce7](https://github.com/02strich/markdown/commit/434cce7446d7e13beb5ddf8e5ed22eddb9ed5f4e))
* **deps-dev:** Bump style-loader from 1.1.2 to 1.1.3 ([#453](https://github.com/02strich/markdown/issues/453)) ([a274317](https://github.com/02strich/markdown/commit/a274317f96601331c3f1cecdbf1c1bfff2518d68))
* **deps-dev:** Bump style-loader from 1.1.3 to 1.1.4 ([#611](https://github.com/02strich/markdown/issues/611)) ([8972a23](https://github.com/02strich/markdown/commit/8972a2381cbe8437ded3d73a6a09e621650163f6))
* **deps-dev:** bump style-loader from 1.1.4 to 1.2.1 ([#782](https://github.com/02strich/markdown/issues/782)) ([42500e7](https://github.com/02strich/markdown/commit/42500e7ab56ee5ff7e5b4a451f99d40ee192b3ac))
* **deps:** Bump swagger2openapi from 5.3.1 to 5.3.2 ([#439](https://github.com/02strich/markdown/issues/439)) ([f7d5374](https://github.com/02strich/markdown/commit/f7d537497192e63ec19b425f1548c00494e26fd1))
* **deps:** Bump swagger2openapi from 5.3.2 to 5.3.3 ([#477](https://github.com/02strich/markdown/issues/477)) ([c0f67aa](https://github.com/02strich/markdown/commit/c0f67aa5f7b46f4f3d9dbe16416a9c46019d506d))
* **deps:** Bump swagger2openapi from 5.3.3 to 5.3.4 ([#512](https://github.com/02strich/markdown/issues/512)) ([3f2a244](https://github.com/02strich/markdown/commit/3f2a2442ad192a293c2ac128bc7366f1337e2b0e))
* **deps:** Bump swagger2openapi from 5.3.4 to 5.4.0 ([#557](https://github.com/02strich/markdown/issues/557)) ([9e5a36a](https://github.com/02strich/markdown/commit/9e5a36a7c42354475f850a4faa82c7eab664970b))
* **deps:** Bump swagger2openapi from 5.4.0 to 6.0.1 ([#575](https://github.com/02strich/markdown/issues/575)) ([6784a37](https://github.com/02strich/markdown/commit/6784a37f8d894db1433ab7f7362ae41a88bc6978))
* **deps:** Bump swagger2openapi from 6.0.1 to 6.0.2 ([#597](https://github.com/02strich/markdown/issues/597)) ([97c19fd](https://github.com/02strich/markdown/commit/97c19fdc9549bab29fe8534478d42e7da8a39a7c))
* **deps:** Bump swagger2openapi from 6.0.2 to 6.0.3 ([#613](https://github.com/02strich/markdown/issues/613)) ([38e21fe](https://github.com/02strich/markdown/commit/38e21fedd752859b77f2fb579e9d78772271f615))
* **deps:** bump terser from 5.8.0 to 5.14.2 ([#546](https://github.com/02strich/markdown/issues/546)) ([454eafe](https://github.com/02strich/markdown/commit/454eafef0b9cf409bb3ef413b265dfca8a3afd7b))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.1 to 2.3.2 ([#444](https://github.com/02strich/markdown/issues/444)) ([d24c48d](https://github.com/02strich/markdown/commit/d24c48dd808abad8a7aaa61d6869445969b4279f))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.2 to 2.3.4 ([#468](https://github.com/02strich/markdown/issues/468)) ([559db72](https://github.com/02strich/markdown/commit/559db72f20bffbc5d0db2c6c25bd2de995a0dc1d))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.4 to 2.3.5 ([#491](https://github.com/02strich/markdown/issues/491)) ([068f85f](https://github.com/02strich/markdown/commit/068f85ff258ddc22637e1fd34673b70e706ef49c))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.5 to 2.3.6 ([#639](https://github.com/02strich/markdown/issues/639)) ([737a3f2](https://github.com/02strich/markdown/commit/737a3f20b1a7befed2dbc1f47e3dcb62ecfc2313))
* **deps-dev:** bump terser-webpack-plugin from 3.0.3 to 3.0.6 ([#802](https://github.com/02strich/markdown/issues/802)) ([062314a](https://github.com/02strich/markdown/commit/062314a4dfa63ca3bf98709fa9db1111cc82c467))
* **deps-dev:** bump terser-webpack-plugin from 3.0.8 to 4.2.3 ([979b1ec](https://github.com/02strich/markdown/commit/979b1ecbd5a16f00a6ab514bcfe41f642820cf3f))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](https://github.com/02strich/markdown/issues/572)) ([5028530](https://github.com/02strich/markdown/commit/502853001d0cf10ebfc471c1c5772b42588448ba))
* **deps:** bump unified from 8.4.1 to 8.4.2 ([#371](https://github.com/02strich/markdown/issues/371)) ([716080c](https://github.com/02strich/markdown/commit/716080ca522e610270185a14f149b2b341a219d9))
* **deps:** Bump unist-util-map from 2.0.0 to 2.0.1 ([#534](https://github.com/02strich/markdown/issues/534)) ([d99dedf](https://github.com/02strich/markdown/commit/d99dedf8872c099a102a62d86fae1dda6c8b4bf4))
* **deps:** bump unist-util-select from 3.0.4 to 4.0.0 ([#180](https://github.com/02strich/markdown/issues/180)) ([caa51ff](https://github.com/02strich/markdown/commit/caa51ff18be86c45e957997a3886f5b0c1ed91a1))
* **deps:** Bump unist-util-visit from 2.0.1 to 2.0.2 ([#527](https://github.com/02strich/markdown/issues/527)) ([65a1c15](https://github.com/02strich/markdown/commit/65a1c150a40b41a764909df5359b029bc29deb25))
* **deps-dev:** Bump webpack from 4.41.2 to 4.41.4 ([#409](https://github.com/02strich/markdown/issues/409)) ([e4f4d55](https://github.com/02strich/markdown/commit/e4f4d555e1e8235ddae04c70877857c43add8e09))
* **deps-dev:** Bump webpack from 4.41.4 to 4.41.5 ([#423](https://github.com/02strich/markdown/issues/423)) ([ed1c56e](https://github.com/02strich/markdown/commit/ed1c56e1099d6bf2450969613d184f89a1433229))
* **deps-dev:** Bump webpack from 4.41.5 to 4.41.6 ([#490](https://github.com/02strich/markdown/issues/490)) ([32da645](https://github.com/02strich/markdown/commit/32da6459577b0148d9b0f9b37c9582b5147fb127))
* **deps-dev:** Bump webpack from 4.41.6 to 4.42.0 ([#499](https://github.com/02strich/markdown/issues/499)) ([a2529e0](https://github.com/02strich/markdown/commit/a2529e0ad214736b7442e8ebff02265092b60a57))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#634](https://github.com/02strich/markdown/issues/634)) ([2842335](https://github.com/02strich/markdown/commit/2842335b155b5fc603737589ef339842fd36f334))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#674](https://github.com/02strich/markdown/issues/674)) ([37917ed](https://github.com/02strich/markdown/commit/37917ed8459ac3edbf371f3ba153115e9f027fda))
* **deps-dev:** bump webpack from 4.46.0 to 5.39.0 ([#170](https://github.com/02strich/markdown/issues/170)) ([91523e8](https://github.com/02strich/markdown/commit/91523e89e44a1bd8edaedf22d455e664fb1816d2))
* **deps-dev:** Bump webpack-cli from 3.3.10 to 3.3.11 ([#486](https://github.com/02strich/markdown/issues/486)) ([9306e27](https://github.com/02strich/markdown/commit/9306e27f8990c406003f97a8eeecdb39023ecf59))
* **deps-dev:** bump webpack-cli from 3.3.11 to 3.3.12 ([#803](https://github.com/02strich/markdown/issues/803)) ([04305d5](https://github.com/02strich/markdown/commit/04305d5474fd12e74a9bff26fa1786386b3214e5))
* **deps-dev:** Bump webpack-dev-server from 3.10.1 to 3.10.2 ([#470](https://github.com/02strich/markdown/issues/470)) ([6830ee5](https://github.com/02strich/markdown/commit/6830ee5f1feead4fbdd2e43020dcd1a6df21cdbe))
* **deps-dev:** Bump webpack-dev-server from 3.10.2 to 3.10.3 ([#476](https://github.com/02strich/markdown/issues/476)) ([b60510f](https://github.com/02strich/markdown/commit/b60510fcfe3a799a722a13fee651ab7553282f08))
* **deps-dev:** Bump webpack-dev-server from 3.10.3 to 3.11.0 ([#695](https://github.com/02strich/markdown/issues/695)) ([6a4edbf](https://github.com/02strich/markdown/commit/6a4edbf62ba3d2d299904396eb40211a614cd4d0))
* **deps-dev:** Bump webpack-dev-server from 3.9.0 to 3.10.1 ([#421](https://github.com/02strich/markdown/issues/421)) ([e3e5abb](https://github.com/02strich/markdown/commit/e3e5abb5de1538436a776f64b882e1562a9b8456))
* **deps-dev:** bump webpack-merge from 4.2.2 to 5.4.0 ([3c08dc9](https://github.com/02strich/markdown/commit/3c08dc9d44526695b7a72b706567865f3f467e64))
* **deps-dev:** bump webpack-merge from 5.7.3 to 5.8.0 ([#174](https://github.com/02strich/markdown/issues/174)) ([ea0aefa](https://github.com/02strich/markdown/commit/ea0aefab27c0a3968878b8cedbdc1aec03acf3df))
* **deps:** Bump yaml from 1.8.3 to 1.10.0 ([#702](https://github.com/02strich/markdown/issues/702)) ([d751af0](https://github.com/02strich/markdown/commit/d751af03f73ec9ad3768874f17b64b381cd9dde6))
* **deps:** bumping @readme/syntax-highlighter and @readme/variable ([#308](https://github.com/02strich/markdown/issues/308)) ([36aca90](https://github.com/02strich/markdown/commit/36aca902a8f1d900670c22d095373674c69b5c45))
* bumping @readme/syntax-highlighter to resolve upstram webpack issues ([#394](https://github.com/02strich/markdown/issues/394)) ([cb913ad](https://github.com/02strich/markdown/commit/cb913ad329fc318340f46ff71e214c5092c45fbe))
* **chore:** bumping dependencies and resolving `npm audit` warnings ([#303](https://github.com/02strich/markdown/issues/303)) ([3a79d61](https://github.com/02strich/markdown/commit/3a79d61670ebd82a73d38bb6a677bb061276e5fb))
* **deps:** bumping syntax-highlighter to support graphql ([#309](https://github.com/02strich/markdown/issues/309)) ([c38ba00](https://github.com/02strich/markdown/commit/c38ba0003dec308268f8f6afafa563f45872cd19)), closes [#173](https://github.com/02strich/markdown/issues/173)
* bumping the dependabot frequency to monthly ([0bc5c37](https://github.com/02strich/markdown/commit/0bc5c376e8bf2262c2326671a4c8e01d7ea31597))
* callout error icon ([#645](https://github.com/02strich/markdown/issues/645)) ([f33d2c7](https://github.com/02strich/markdown/commit/f33d2c7e0734a1c23f9cb62db25086a081e5bf5d))
* callout warning icon ([#564](https://github.com/02strich/markdown/issues/564)) ([197ce6f](https://github.com/02strich/markdown/commit/197ce6fce413b60dc3612d652f985cf8ce8fbfb7))
* callouts with multiple blocks ([#610](https://github.com/02strich/markdown/issues/610)) ([9a01f83](https:…
02strich pushed a commit to 02strich/markdown that referenced this pull request Mar 21, 2023
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/02strich/markdown/issues/171)) ([9a5e1c6](https://github.com/02strich/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/02strich/markdown/issues/547)) ([bab15ff](https://github.com/02strich/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/02strich/markdown/issues/283)) ([f2414ed](https://github.com/02strich/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/02strich/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/02strich/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/02strich/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/02strich/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/02strich/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/02strich/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/02strich/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* fixing a broken image link in the readme ([90bbb7d](https://github.com/02strich/markdown/commit/90bbb7d0d6830c5a4725e3c65c239a542fbad6ca))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/02strich/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/02strich/markdown/issues/448)) ([e3c8b43](https://github.com/02strich/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/02strich/markdown/issues/825)) ([89480ee](https://github.com/02strich/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **code blocks:** minor language change ([88f548e](https://github.com/02strich/markdown/commit/88f548e55f598f67f0bb5921087f2383cbbb3e58))
* **callouts:** minor updates ([#445](https://github.com/02strich/markdown/issues/445)) ([f99df00](https://github.com/02strich/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* **callouts:** remove unnecessary metadata ([#651](https://github.com/02strich/markdown/issues/651)) ([e6360be](https://github.com/02strich/markdown/commit/e6360befd8ce1944b13465736c3947f8e4c46609))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/02strich/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/02strich//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/02strich/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/02strich/markdown/issues/105)) ([8651c88](https://github.com/02strich/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/02strich/markdown/issues/172)) ([5c3725d](https://github.com/02strich/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/02strich/markdown/issues/107)) ([239d0df](https://github.com/02strich/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/02strich/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/02strich/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/02strich/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/02strich/markdown/issues/127)) ([72c4475](https://github.com/02strich/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/02strich/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/02strich/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/02strich/markdown/issues/462)) ([7b513e0](https://github.com/02strich/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/02strich/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/02strich/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/02strich/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/02strich/markdown/issues/580)) ([11a145b](https://github.com/02strich/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/02strich/markdown/issues/418)) ([f06bfb2](https://github.com/02strich/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/02strich/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/02strich/markdown/issues/559)) ([af577ba](https://github.com/02strich/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/02strich/markdown/issues/118)) ([03d966a](https://github.com/02strich/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/02strich/markdown/issues/535)) ([4d7876b](https://github.com/02strich/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/02strich/markdown/issues/230)) ([1df0220](https://github.com/02strich/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/02strich/markdown/issues/126)) ([184c238](https://github.com/02strich/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/02strich/markdown/issues/279)) ([163863f](https://github.com/02strich/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/02strich/markdown/issues/82)) ([5a3aa52](https://github.com/02strich/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/02strich/markdown/issues/461)) ([36f0b9d](https://github.com/02strich/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/02strich/markdown/issues/447)) ([06a463e](https://github.com/02strich/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/02strich/markdown/issues/455)) ([a99f57f](https://github.com/02strich/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/02strich/markdown/issues/808)) ([3a6e720](https://github.com/02strich/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/02strich/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/02strich/markdown/issues/79)) ([bd3e8e5](https://github.com/02strich/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/02strich/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/02strich/markdown/issues/115)) ([94e505d](https://github.com/02strich/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/02strich/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/02strich/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/02strich/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/02strich/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/02strich/markdown/issues/479)) ([3701f6c](https://github.com/02strich/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/02strich/markdown/issues/847)) ([7f80255](https://github.com/02strich/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/02strich/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/02strich/markdown/issues/379)) ([f2d9027](https://github.com/02strich/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/02strich/markdown/issues/431)) ([8bcd03c](https://github.com/02strich/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/02strich/markdown/issues/611)) ([b56d2fc](https://github.com/02strich/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/02strich/markdown/issues/136)) ([9bdd6e7](https://github.com/02strich/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/02strich/markdown/issues/362)) ([2b55c09](https://github.com/02strich/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/02strich/markdown/issues/149)) ([b70fb90](https://github.com/02strich/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/02strich/markdown/issues/390)) ([27c30f6](https://github.com/02strich/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/02strich/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/02strich/markdown/issues/605)) ([98b482e](https://github.com/02strich/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/02strich/markdown/issues/591)) ([f870549](https://github.com/02strich/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/02strich/markdown/issues/561)) ([477322a](https://github.com/02strich/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/02strich/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/02strich/markdown/issues/484)) ([e425040](https://github.com/02strich/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/02strich/markdown/issues/494)) ([427c917](https://github.com/02strich/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/02strich/markdown/issues/587)) ([a9a5d5d](https://github.com/02strich/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/02strich/markdown/issues/346)) ([45f728e](https://github.com/02strich/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* blank api headers crashing reference pages ([#628](https://github.com/02strich/markdown/issues/628)) ([f40cf99](https://github.com/02strich/markdown/commit/f40cf9975ef5a03fa22b8604fb6b8c353ada5178))
* broken api log url ([#460](https://github.com/02strich/markdown/issues/460)) ([503154d](https://github.com/02strich/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/02strich/markdown/issues/599)) ([ef18f54](https://github.com/02strich/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/02strich/markdown/issues/98)) ([8f54042](https://github.com/02strich/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/02strich/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/02strich/markdown/issues/169)) ([8666a71](https://github.com/02strich/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/02strich/markdown/issues/373)) ([fa528cb](https://github.com/02strich/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/02strich/markdown/issues/384)) ([580f77e](https://github.com/02strich/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/02strich/markdown/issues/399)) ([a460110](https://github.com/02strich/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/02strich/markdown/issues/422)) ([2cbe0ab](https://github.com/02strich/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/02strich/markdown/issues/437)) ([986189d](https://github.com/02strich/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/02strich/markdown/issues/454)) ([0cd1d23](https://github.com/02strich/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/02strich/markdown/issues/467)) ([00e49d0](https://github.com/02strich/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/02strich/markdown/issues/501)) ([e7aa3f3](https://github.com/02strich/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/02strich/markdown/issues/509)) ([86192fd](https://github.com/02strich/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([a4d6f8c](https://github.com/02strich/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/02strich/markdown/issues/677)) ([8d277ac](https://github.com/02strich/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/02strich/markdown/issues/811)) ([a791fd5](https://github.com/02strich/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/02strich/markdown/issues/190)) ([0599876](https://github.com/02strich/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/02strich/markdown/issues/553)) ([eb21c31](https://github.com/02strich/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/02strich/markdown/issues/609)) ([6f98e42](https://github.com/02strich/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/02strich/markdown/issues/707)) ([728689f](https://github.com/02strich/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/02strich/markdown/issues/197)) ([0eb0e19](https://github.com/02strich/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/02strich/markdown/issues/369)) ([f04a680](https://github.com/02strich/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/02strich/markdown/issues/383)) ([400a917](https://github.com/02strich/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/02strich/markdown/issues/400)) ([3261792](https://github.com/02strich/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/02strich/markdown/issues/413)) ([82ca75c](https://github.com/02strich/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/02strich/markdown/issues/449)) ([c105f56](https://github.com/02strich/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/02strich/markdown/issues/465)) ([b29a26d](https://github.com/02strich/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/02strich/markdown/issues/504)) ([54f23d2](https://github.com/02strich/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/02strich/markdown/issues/511)) ([d2c4a8e](https://github.com/02strich/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/02strich/markdown/issues/555)) ([4a742ad](https://github.com/02strich/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/02strich/markdown/issues/593)) ([c40a910](https://github.com/02strich/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/02strich/markdown/issues/676)) ([8e507de](https://github.com/02strich/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/02strich/markdown/issues/370)) ([fc7fff7](https://github.com/02strich/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/02strich/markdown/issues/389)) ([c0c4988](https://github.com/02strich/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/02strich/markdown/issues/443)) ([f288246](https://github.com/02strich/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/02strich/markdown/issues/450)) ([dc9cb32](https://github.com/02strich/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/02strich/markdown/issues/552)) ([80b44dc](https://github.com/02strich/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/02strich/markdown/issues/576)) ([1f7f16f](https://github.com/02strich/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/02strich/markdown/issues/182)) ([50325ed](https://github.com/02strich/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/02strich/markdown/issues/162)) ([227c5ed](https://github.com/02strich/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/02strich/markdown/issues/195)) ([43bc4b4](https://github.com/02strich/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/02strich/markdown/issues/384)) ([048ee9f](https://github.com/02strich/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/02strich/markdown/issues/478)) ([f5a0244](https://github.com/02strich/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/02strich/markdown/issues/489)) ([85be6bd](https://github.com/02strich/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/02strich/markdown/issues/505)) ([3060973](https://github.com/02strich/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/02strich/markdown/issues/535)) ([1abc64c](https://github.com/02strich/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/02strich/markdown/issues/385)) ([deae3ad](https://github.com/02strich/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/02strich/markdown/issues/406)) ([dd34213](https://github.com/02strich/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/02strich/markdown/issues/416)) ([2564103](https://github.com/02strich/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/02strich/markdown/issues/424)) ([ef98735](https://github.com/02strich/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/02strich/markdown/issues/445)) ([906ff84](https://github.com/02strich/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/02strich/markdown/issues/448)) ([2f1781b](https://github.com/02strich/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/02strich/markdown/issues/610)) ([abe119a](https://github.com/02strich/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/02strich/markdown/issues/64)) ([ab61909](https://github.com/02strich/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/02strich/markdown/issues/531)) ([b3568a6](https://github.com/02strich/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/02strich/markdown/issues/774)) ([7e4e12d](https://github.com/02strich/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/02strich/markdown/issues/188)) ([16724d8](https://github.com/02strich/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/02strich/markdown/issues/307)) ([51da52a](https://github.com/02strich/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/02strich/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/02strich/markdown/issues/504)) ([a9ffb70](https://github.com/02strich/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/02strich/markdown/issues/540)) ([2f9b998](https://github.com/02strich/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/02strich/markdown/issues/442)) ([dd78e22](https://github.com/02strich/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/02strich/markdown/issues/780)) ([e87fa1a](https://github.com/02strich/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/02strich/markdown/issues/800)) ([211417c](https://github.com/02strich/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/02strich/markdown/issues/205)) ([decc3bd](https://github.com/02strich/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/02strich/markdown/issues/235)) ([95e3a2b](https://github.com/02strich/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/02strich/markdown/issues/251)) ([c013b36](https://github.com/02strich/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/02strich/markdown/issues/440)) ([d134aab](https://github.com/02strich/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/02strich/markdown/issues/781)) ([6c1e9bd](https://github.com/02strich/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/02strich/markdown/issues/810)) ([31d5a07](https://github.com/02strich/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/02strich/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/02strich/markdown/issues/438)) ([575117a](https://github.com/02strich/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/02strich/markdown/issues/573)) ([a1426f9](https://github.com/02strich/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/02strich/markdown/issues/581)) ([464d75b](https://github.com/02strich/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/02strich/markdown/issues/692)) ([b8aefee](https://github.com/02strich/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/02strich/markdown/issues/801)) ([928d8c0](https://github.com/02strich/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/02strich/markdown/issues/502)) ([3292167](https://github.com/02strich/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/02strich/markdown/issues/455)) ([083ca1c](https://github.com/02strich/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/02strich/markdown/issues/570)) ([3edda2d](https://github.com/02strich/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/02strich/markdown/issues/582)) ([5a4e354](https://github.com/02strich/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/02strich/markdown/issues/615)) ([532f8ad](https://github.com/02strich/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/02strich/markdown/issues/814)) ([bf4d56b](https://github.com/02strich/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/02strich/markdown/issues/187)) ([dd26212](https://github.com/02strich/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/02strich/markdown/issues/569)) ([e006edc](https://github.com/02strich/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/02strich/markdown/issues/412)) ([d7b1d61](https://github.com/02strich/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/02strich/markdown/issues/427)) ([1722353](https://github.com/02strich/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/02strich/markdown/issues/456)) ([46d2719](https://github.com/02strich/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/02strich/markdown/issues/492)) ([2459950](https://github.com/02strich/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/02strich/markdown/issues/549)) ([b9d6576](https://github.com/02strich/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/02strich/markdown/issues/635)) ([aae6ae2](https://github.com/02strich/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/02strich/markdown/issues/788)) ([eb44fac](https://github.com/02strich/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/02strich/markdown/issues/177)) ([35eb916](https://github.com/02strich/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/02strich/markdown/issues/201)) ([6f8c953](https://github.com/02strich/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/02strich/markdown/issues/401)) ([4a135ed](https://github.com/02strich/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/02strich/markdown/issues/405)) ([f772c49](https://github.com/02strich/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/02strich/markdown/issues/411)) ([3502e5c](https://github.com/02strich/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/02strich/markdown/issues/426)) ([710dd4a](https://github.com/02strich/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/02strich/markdown/issues/440)) ([fbfcf51](https://github.com/02strich/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/02strich/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/02strich/markdown/issues/229)) ([325396b](https://github.com/02strich/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/02strich/markdown/issues/408)) ([9fa958c](https://github.com/02strich/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/02strich/markdown/issues/417)) ([ea4f5cc](https://github.com/02strich/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/02strich/markdown/issues/386)) ([5340dde](https://github.com/02strich/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/02strich/markdown/issues/395)) ([6179015](https://github.com/02strich/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/02strich/markdown/issues/410)) ([7595b99](https://github.com/02strich/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/02strich/markdown/issues/709)) ([e1652e3](https://github.com/02strich/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/02strich/markdown/issues/773)) ([22e2eca](https://github.com/02strich/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/02strich/markdown/issues/184)) ([7e032cf](https://github.com/02strich/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/02strich/markdown/issues/813)) ([172d3a0](https://github.com/02strich/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/02strich/markdown/issues/209)) ([5309d0e](https://github.com/02strich/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/02strich/markdown/issues/248)) ([76e5a79](https://github.com/02strich/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* **deps-dev:** bump eslint from 8.25.0 to 8.27.0 ([#624](https://github.com/02strich/markdown/issues/624)) ([bcb6393](https://github.com/02strich/markdown/commit/bcb63931791d042d5c7e9c1b50cf43db22a1eab8))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/02strich/markdown/issues/391)) ([d49a802](https://github.com/02strich/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/02strich/markdown/issues/394)) ([5565e38](https://github.com/02strich/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/02strich/markdown/issues/392)) ([da75860](https://github.com/02strich/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/02strich/markdown/issues/382)) ([69b2e89](https://github.com/02strich/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/02strich/markdown/issues/487)) ([191782e](https://github.com/02strich/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/02strich/markdown/issues/550)) ([0489556](https://github.com/02strich/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/02strich/markdown/issues/786)) ([66bcfe9](https://github.com/02strich/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/02strich/markdown/issues/442)) ([80907f1](https://github.com/02strich/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/02strich/markdown/issues/156)) ([e5fda67](https://github.com/02strich/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/02strich/markdown/issues/778)) ([44ff101](https://github.com/02strich/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/02strich/markdown/issues/208)) ([1f09f4a](https://github.com/02strich/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/02strich/markdown/issues/457)) ([817de29](https://github.com/02strich/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/02strich/markdown/issues/571)) ([67e29a2](https://github.com/02strich/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/02strich/markdown/issues/594)) ([134d5e8](https://github.com/02strich/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([3c63767](https://github.com/02strich/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/02strich/markdown/issues/694)) ([8c901c6](https://github.com/02strich/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/02strich/markdown/issues/815)) ([6afc047](https://github.com/02strich/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/02strich/markdown/issues/211)) ([c31fd91](https://github.com/02strich/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/02strich/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/02strich/markdown/issues/375)) ([706429a](https://github.com/02strich/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/02strich/markdown/issues/390)) ([894d372](https://github.com/02strich/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/02strich/markdown/issues/428)) ([5ad2aaf](https://github.com/02strich/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/02strich/markdown/issues/706)) ([dba4a99](https://github.com/02strich/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/02strich/markdown/issues/805)) ([a9d5823](https://github.com/02strich/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/02strich/markdown/issues/843)) ([50d7600](https://github.com/02strich/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/02strich/markdown/issues/844)) ([0088cd9](https://github.com/02strich/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/02strich/markdown/issues/840)) ([9a7ffa7](https://github.com/02strich/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/02strich/markdown/issues/839)) ([fc545eb](https://github.com/02strich/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/02strich/markdown/issues/837)) ([1f62788](https://github.com/02strich/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/02strich/markdown/issues/841)) ([aa44d36](https://github.com/02strich/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/02strich/markdown/issues/836)) ([d0e2f34](https://github.com/02strich/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/02strich/markdown/issues/842)) ([e71eb63](https://github.com/02strich/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/02strich/markdown/issues/845)) ([07759a6](https://github.com/02strich/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/02strich/markdown/issues/214)) ([427e304](https://github.com/02strich/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/02strich/markdown/issues/458)) ([adc55c2](https://github.com/02strich/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/02strich/markdown/issues/425)) ([a2eeba8](https://github.com/02strich/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/02strich/markdown/issues/441)) ([06d8b76](https://github.com/02strich/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/02strich/markdown/issues/475)) ([86b1f1f](https://github.com/02strich/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/02strich/markdown/issues/480)) ([26a4c1f](https://github.com/02strich/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/02strich/markdown/issues/488)) ([f49c5ee](https://github.com/02strich/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/02strich/markdown/issues/497)) ([75e5488](https://github.com/02strich/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/02strich/markdown/issues/785)) ([8d9028a](https://github.com/02strich/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/02strich/markdown/issues/827)) ([12a52b5](https://github.com/02strich/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github.com/02strich/markdown/issues/280)) ([d7e826f](https://github.com/02strich/markdown/commit/d7e826f968ad402b002cae13b91f6bc5c8297f5e))
* **deps-dev:** Bump node-sass from 4.13.0 to 4.13.1 ([#452](https://github.com/02strich/markdown/issues/452)) ([7f160b0](https://github.com/02strich/markdown/commit/7f160b088b8902488a1b454864d5ce9c2dec17eb))
* **deps-dev:** bump node-sass from 4.14.1 to 5.0.0 ([576ac1e](https://github.com/02strich/markdown/commit/576ac1e46e802ccdd27c777013c01d62bfa7f98e))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([3ca6ac8](https://github.com/02strich/markdown/commit/3ca6ac886a2e28540aa01522cb3d83765f00724c))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](https://github.com/02strich/markdown/issues/444)) ([67191cd](https://github.com/02strich/markdown/commit/67191cd1ddd9bc1589a4b56c232ba6db1e95befc))
* Bump oas from 1.0.0 to 1.0.1 ([#387](https://github.com/02strich/markdown/issues/387)) ([571501a](https://github.com/02strich/markdown/commit/571501a3923ffa99f1347bdba6bd07efff02f97b))
* **deps:** Bump oas from 1.0.2 to 1.1.0 ([#415](https://github.com/02strich/markdown/issues/415)) ([fa9a1a2](https://github.com/02strich/markdown/commit/fa9a1a24aa6b1328ece7f992e6b3b9f7b70c7ed9))
* **deps:** Bump oas from 1.1.0 to 1.2.0 ([#446](https://github.com/02strich/markdown/issues/446)) ([461ba20](https://github.com/02strich/markdown/commit/461ba205d8544a8135693808fc21a02ead77262a))
* **deps:** Bump oas from 1.1.0 to 1.3.0 ([#447](https://github.com/02strich/markdown/issues/447)) ([7865869](https://github.com/02strich/markdown/commit/78658694d6fa582fb1247f98936b8f5e6ef8f8f5))
* **deps:** Bump oas from 1.3.0 to 1.4.0 ([#459](https://github.com/02strich/markdown/issues/459)) ([3f2a96d](https://github.com/02strich/markdown/commit/3f2a96d4a1d43a7d69036f842eaeb51ae36edb98))
* **deps:** Bump oas from 1.5.0 to 1.5.2 ([#474](https://github.com/02strich/markdown/issues/474)) ([bb66a94](https://github.com/02strich/markdown/commit/bb66a94f55c5fc8dffa8c4599e0bf2386c98ddd4))
* **deps-dev:** bump prettier from 1.18.2 to 1.19.1 ([#368](https://github.com/02strich/markdown/issues/368)) ([ac5a385](https://github.com/02strich/markdown/commit/ac5a385053119cd05ffea3960dc78e4df3215d14))
* **deps-dev:** Bump prettier from 2.0.1 to 2.0.5 ([#708](https://github.com/02strich/markdown/issues/708)) ([ef5b957](https://github.com/02strich/markdown/commit/ef5b957435bf769914a9a5444527e45b111566a7))
* **deps-dev:** bump puppeteer from 10.0.0 to 10.1.0 ([#216](https://github.com/02strich/markdown/issues/216)) ([da27029](https://github.com/02strich/markdown/commit/da27029c31a1bf25f4d594c427dabd005dc8ea21))
* **deps-dev:** bump puppeteer from 9.1.1 to 10.0.0 ([#191](https://github.com/02strich/markdown/issues/191)) ([3218a8d](https://github.com/02strich/markdown/commit/3218a8d0221fe4b40b67fc922571d93479cbafb7))
* **deps:** bump react from 16.11.0 to 16.12.0 ([#378](https://github.com/02strich/markdown/issues/378)) ([d85374f](https://github.com/02strich/markdown/commit/d85374f8c1f36ff9489d3d77a5fdd4f86feb3eab))
* **deps:** Bump react from 16.12.0 to 16.13.0 ([#500](https://github.com/02strich/markdown/issues/500)) ([32c25f9](https://github.com/02strich/markdown/commit/32c25f94a3c6cbb6f849d9c3e5089aabcd1f6f97))
* **deps:** Bump react from 16.13.0 to 16.13.1 ([#551](https://github.com/02strich/markdown/issues/551)) ([5599aa3](https://github.com/02strich/markdown/commit/5599aa3bc422412445c268bc5b06e0fa20abc881))
* **deps:** bump react-copy-to-clipboard from 5.0.1 to 5.0.2 ([#367](https://github.com/02strich/markdown/issues/367)) ([d0e614a](https://github.com/02strich/markdown/commit/d0e614a7a006cfb01ae5bcd4ca928a7899f29981))
* Bump react-dom from 16.11.0 to 16.12.0 ([#388](https://github.com/02strich/markdown/issues/388)) ([80aefc8](https://github.com/02strich/markdown/commit/80aefc876bc38194e301d75ed2fb7bcc2e4a116c))
* **deps:** Bump react-dom from 16.12.0 to 16.13.0 ([#498](https://github.com/02strich/markdown/issues/498)) ([017df7c](https://github.com/02strich/markdown/commit/017df7cc442f280a380f736515bbf05a43bcb1ce))
* **deps:** Bump react-dom from 16.13.0 to 16.13.1 ([#585](https://github.com/02strich/markdown/issues/585)) ([00072fb](https://github.com/02strich/markdown/commit/00072fbd961c58f7a6ce4516feb9d58ed54211ad))
* **deps:** Bump react-hot-loader from 3.1.3 to 4.12.16 ([#532](https://github.com/02strich/markdown/issues/532)) ([78d9989](https://github.com/02strich/markdown/commit/78d9989a5744f956fbdd5317bd2d7510b81be8ec))
* **deps:** bump react-hot-loader from 4.12.15 to 4.12.16 ([#372](https://github.com/02strich/markdown/issues/372)) ([761ef72](https://github.com/02strich/markdown/commit/761ef72466b25d76f9e45827c83998ad4f8ca6af))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.19 ([#482](https://github.com/02strich/markdown/issues/482)) ([b3bc688](https://github.com/02strich/markdown/commit/b3bc688b920b2bb6731d6e163d76a3677063f5b8))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.21 ([#675](https://github.com/02strich/markdown/issues/675)) ([4dcfcc7](https://github.com/02strich/markdown/commit/4dcfcc706f3c5cfc227bfb11f591ccf171d9042e))
* **deps:** Bump react-jsonschema-form from `e5ad900` to `3a3a478` ([#481](https://github.com/02strich/markdown/issues/481)) ([f97e370](https://github.com/02strich/markdown/commit/f97e3705210806b05c42f0e09e35cbf751900929))
* **deps:** bump readmeio/rdme from 7.0.0 to 7.0.1 ([#453](https://github.com/02strich/markdown/issues/453)) ([39baac0](https://github.com/02strich/markdown/commit/39baac074233aa2220ac4892d5fbe9d13dea40f6))
* **deps:** bump readmeio/rdme from 7.0.1 to 7.0.3 ([#459](https://github.com/02strich/markdown/issues/459)) ([3433623](https://github.com/02strich/markdown/commit/343362394183d22e9284ec835bd31b0f463a29a5))
* **deps:** bump readmeio/rdme from 7.0.3 to 7.1.1 ([#468](https://github.com/02strich/markdown/issues/468)) ([6eac32f](https://github.com/02strich/markdown/commit/6eac32f06196a32d88f661b3169065eb4a2bf3df))
* **deps:** bump readmeio/rdme from 7.1.1 to 7.2.0 ([#474](https://github.com/02strich/markdown/issues/474)) ([3c1564d](https://github.com/02strich/markdown/commit/3c1564d9037596e41fbcd12aec5f8992744b101b))
* **deps:** bump readmeio/rdme from 7.2.0 to 7.2.2 ([#522](https://github.com/02strich/markdown/issues/522)) ([4b34bb4](https://github.com/02strich/markdown/commit/4b34bb49deb84482c95726d83e3e8a8627bad01e))
* **deps:** bump readmeio/rdme from 7.2.2 to 7.5.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([7240820](https://github.com/02strich/markdown/commit/7240820652c81b5391c4552353bf7901945e8288))
* **deps:** bump readmeio/rdme from 7.5.0 to 8.0.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([53cdd23](https://github.com/02strich/markdown/commit/53cdd235db82ba0227ce9293df400697f54a4f3d))
* **deps:** bump readmeio/rdme from 8.0.0 to 8.0.4 ([#621](https://github.com/02strich/markdown/issues/621)) ([08d5789](https://github.com/02strich/markdown/commit/08d5789eb573e30a6225fe7900be544b558c804a))
* **deps:** bump readmeio/rdme from 8.0.4 to 8.1.1 ([#639](https://github.com/02strich/markdown/issues/639)) ([bfcee5e](https://github.com/02strich/markdown/commit/bfcee5ea8ce8153aef56288480a922c24a4ad396))
* **deps:** bump readmeio/rdme from 8.1.1 to 8.2.0 ([#648](https://github.com/02strich/markdown/issues/648)) ([1d2ce39](https://github.com/02strich/markdown/commit/1d2ce391bb5f5a48999c9a1684733a294ccb48f6))
* **deps:** bump rehype-raw from 4.0.2 to 5.1.0 ([#198](https://github.com/02strich/markdown/issues/198)) ([43fc7f6](https://github.com/02strich/markdown/commit/43fc7f60807966f500c6056f0071286aa0289f1a))
* **deps:** bump rehype-react from 5.0.1 to 6.2.1 ([#175](https://github.com/02strich/markdown/issues/175)) ([101218f](https://github.com/02strich/markdown/commit/101218f9167247878720d0c98850ca51d5af3eff))
* **deps:** bump rehype-sanitize from 3.0.1 to 4.0.0 ([#176](https://github.com/02strich/markdown/issues/176)) ([bb3956d](https://github.com/02strich/markdown/commit/bb3956d5b5fbf16a1f0f19536efc12cff4d13029))
* **deps:** bump remark-disable-tokenizers from 1.0.24 to 1.1.0 ([#179](https://github.com/02strich/markdown/issues/179)) ([53ae45f](https://github.com/02strich/markdown/commit/53ae45ff00ac3433c8bfebaaa970047004d7bf36))
* **deps:** bump remark-parse from 6.0.2 to 7.0.2 ([#374](https://github.com/02strich/markdown/issues/374)) ([56cb496](https://github.com/02strich/markdown/commit/56cb496676a53c74b88a6b8d2f42e6a5311c1d10))
* **deps:** bump remark-slug from 6.0.0 to 6.1.0 ([#242](https://github.com/02strich/markdown/issues/242)) ([dce932b](https://github.com/02strich/markdown/commit/dce932b75d6e99a50cc1476163680cd489425c15))
* **deps-dev:** bump sass-loader from 7.3.1 to 10.1.0 ([ba4b402](https://github.com/02strich/markdown/commit/ba4b40251b766729397464551e97c9bda7da651f))
* **deps-dev:** Bump sass-loader from 7.3.1 to 8.0.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([4c166b2](https://github.com/02strich/markdown/commit/4c166b2189491f07f654e6193a05cd208a349db0))
* **deps-dev:** Bump sass-loader from 8.0.0 to 8.0.2 ([#451](https://github.com/02strich/markdown/issues/451)) ([0d9ebc9](https://github.com/02strich/markdown/commit/0d9ebc9784aaa7797155d64a946bf145cb1d9da1))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](https://github.com/02strich/markdown/issues/596)) ([d91f5da](https://github.com/02strich/markdown/commit/d91f5da4315aa0943013946698ec5b3a97911d4d))
* **deps-dev:** bump semantic-release from 17.3.8 to 17.4.4 ([#181](https://github.com/02strich/markdown/issues/181)) ([ad92db6](https://github.com/02strich/markdown/commit/ad92db6be891a5a11d601798ae77bdfc0212f2ee))
* **deps-dev:** bump semantic-release from 17.4.4 to 17.4.7 ([#277](https://github.com/02strich/markdown/issues/277)) ([bfcfd3f](https://github.com/02strich/markdown/commit/bfcfd3f4fb9eeb6d2c07d6bbb3435df70e6cefba))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](https://github.com/02strich/markdown/issues/497)) ([3171fcb](https://github.com/02strich/markdown/commit/3171fcbe51438d4ec12f2778025e11af5b670ee9))
* Bump style-loader from 1.0.0 to 1.0.1 ([#396](https://github.com/02strich/markdown/issues/396)) ([67c2a11](https://github.com/02strich/markdown/commit/67c2a110597bec9c69c91c08362b6c6a8ebf52d3))
* **deps-dev:** Bump style-loader from 1.0.1 to 1.1.1 ([#414](https://github.com/02strich/markdown/issues/414)) ([5dc1bc8](https://github.com/02strich/markdown/commit/5dc1bc8eb78b5e4ee7d60a5a8cc452eafbf6e0d5))
* **deps-dev:** Bump style-loader from 1.1.1 to 1.1.2 ([#419](https://github.com/02strich/markdown/issues/419)) ([434cce7](https://github.com/02strich/markdown/commit/434cce7446d7e13beb5ddf8e5ed22eddb9ed5f4e))
* **deps-dev:** Bump style-loader from 1.1.2 to 1.1.3 ([#453](https://github.com/02strich/markdown/issues/453)) ([a274317](https://github.com/02strich/markdown/commit/a274317f96601331c3f1cecdbf1c1bfff2518d68))
* **deps-dev:** Bump style-loader from 1.1.3 to 1.1.4 ([#611](https://github.com/02strich/markdown/issues/611)) ([8972a23](https://github.com/02strich/markdown/commit/8972a2381cbe8437ded3d73a6a09e621650163f6))
* **deps-dev:** bump style-loader from 1.1.4 to 1.2.1 ([#782](https://github.com/02strich/markdown/issues/782)) ([42500e7](https://github.com/02strich/markdown/commit/42500e7ab56ee5ff7e5b4a451f99d40ee192b3ac))
* **deps:** Bump swagger2openapi from 5.3.1 to 5.3.2 ([#439](https://github.com/02strich/markdown/issues/439)) ([f7d5374](https://github.com/02strich/markdown/commit/f7d537497192e63ec19b425f1548c00494e26fd1))
* **deps:** Bump swagger2openapi from 5.3.2 to 5.3.3 ([#477](https://github.com/02strich/markdown/issues/477)) ([c0f67aa](https://github.com/02strich/markdown/commit/c0f67aa5f7b46f4f3d9dbe16416a9c46019d506d))
* **deps:** Bump swagger2openapi from 5.3.3 to 5.3.4 ([#512](https://github.com/02strich/markdown/issues/512)) ([3f2a244](https://github.com/02strich/markdown/commit/3f2a2442ad192a293c2ac128bc7366f1337e2b0e))
* **deps:** Bump swagger2openapi from 5.3.4 to 5.4.0 ([#557](https://github.com/02strich/markdown/issues/557)) ([9e5a36a](https://github.com/02strich/markdown/commit/9e5a36a7c42354475f850a4faa82c7eab664970b))
* **deps:** Bump swagger2openapi from 5.4.0 to 6.0.1 ([#575](https://github.com/02strich/markdown/issues/575)) ([6784a37](https://github.com/02strich/markdown/commit/6784a37f8d894db1433ab7f7362ae41a88bc6978))
* **deps:** Bump swagger2openapi from 6.0.1 to 6.0.2 ([#597](https://github.com/02strich/markdown/issues/597)) ([97c19fd](https://github.com/02strich/markdown/commit/97c19fdc9549bab29fe8534478d42e7da8a39a7c))
* **deps:** Bump swagger2openapi from 6.0.2 to 6.0.3 ([#613](https://github.com/02strich/markdown/issues/613)) ([38e21fe](https://github.com/02strich/markdown/commit/38e21fedd752859b77f2fb579e9d78772271f615))
* **deps:** bump terser from 5.8.0 to 5.14.2 ([#546](https://github.com/02strich/markdown/issues/546)) ([454eafe](https://github.com/02strich/markdown/commit/454eafef0b9cf409bb3ef413b265dfca8a3afd7b))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.1 to 2.3.2 ([#444](https://github.com/02strich/markdown/issues/444)) ([d24c48d](https://github.com/02strich/markdown/commit/d24c48dd808abad8a7aaa61d6869445969b4279f))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.2 to 2.3.4 ([#468](https://github.com/02strich/markdown/issues/468)) ([559db72](https://github.com/02strich/markdown/commit/559db72f20bffbc5d0db2c6c25bd2de995a0dc1d))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.4 to 2.3.5 ([#491](https://github.com/02strich/markdown/issues/491)) ([068f85f](https://github.com/02strich/markdown/commit/068f85ff258ddc22637e1fd34673b70e706ef49c))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.5 to 2.3.6 ([#639](https://github.com/02strich/markdown/issues/639)) ([737a3f2](https://github.com/02strich/markdown/commit/737a3f20b1a7befed2dbc1f47e3dcb62ecfc2313))
* **deps-dev:** bump terser-webpack-plugin from 3.0.3 to 3.0.6 ([#802](https://github.com/02strich/markdown/issues/802)) ([062314a](https://github.com/02strich/markdown/commit/062314a4dfa63ca3bf98709fa9db1111cc82c467))
* **deps-dev:** bump terser-webpack-plugin from 3.0.8 to 4.2.3 ([979b1ec](https://github.com/02strich/markdown/commit/979b1ecbd5a16f00a6ab514bcfe41f642820cf3f))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](https://github.com/02strich/markdown/issues/572)) ([5028530](https://github.com/02strich/markdown/commit/502853001d0cf10ebfc471c1c5772b42588448ba))
* **deps:** bump unified from 8.4.1 to 8.4.2 ([#371](https://github.com/02strich/markdown/issues/371)) ([716080c](https://github.com/02strich/markdown/commit/716080ca522e610270185a14f149b2b341a219d9))
* **deps:** Bump unist-util-map from 2.0.0 to 2.0.1 ([#534](https://github.com/02strich/markdown/issues/534)) ([d99dedf](https://github.com/02strich/markdown/commit/d99dedf8872c099a102a62d86fae1dda6c8b4bf4))
* **deps:** bump unist-util-select from 3.0.4 to 4.0.0 ([#180](https://github.com/02strich/markdown/issues/180)) ([caa51ff](https://github.com/02strich/markdown/commit/caa51ff18be86c45e957997a3886f5b0c1ed91a1))
* **deps:** Bump unist-util-visit from 2.0.1 to 2.0.2 ([#527](https://github.com/02strich/markdown/issues/527)) ([65a1c15](https://github.com/02strich/markdown/commit/65a1c150a40b41a764909df5359b029bc29deb25))
* **deps-dev:** Bump webpack from 4.41.2 to 4.41.4 ([#409](https://github.com/02strich/markdown/issues/409)) ([e4f4d55](https://github.com/02strich/markdown/commit/e4f4d555e1e8235ddae04c70877857c43add8e09))
* **deps-dev:** Bump webpack from 4.41.4 to 4.41.5 ([#423](https://github.com/02strich/markdown/issues/423)) ([ed1c56e](https://github.com/02strich/markdown/commit/ed1c56e1099d6bf2450969613d184f89a1433229))
* **deps-dev:** Bump webpack from 4.41.5 to 4.41.6 ([#490](https://github.com/02strich/markdown/issues/490)) ([32da645](https://github.com/02strich/markdown/commit/32da6459577b0148d9b0f9b37c9582b5147fb127))
* **deps-dev:** Bump webpack from 4.41.6 to 4.42.0 ([#499](https://github.com/02strich/markdown/issues/499)) ([a2529e0](https://github.com/02strich/markdown/commit/a2529e0ad214736b7442e8ebff02265092b60a57))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#634](https://github.com/02strich/markdown/issues/634)) ([2842335](https://github.com/02strich/markdown/commit/2842335b155b5fc603737589ef339842fd36f334))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#674](https://github.com/02strich/markdown/issues/674)) ([37917ed](https://github.com/02strich/markdown/commit/37917ed8459ac3edbf371f3ba153115e9f027fda))
* **deps-dev:** bump webpack from 4.46.0 to 5.39.0 ([#170](https://github.com/02strich/markdown/issues/170)) ([91523e8](https://github.com/02strich/markdown/commit/91523e89e44a1bd8edaedf22d455e664fb1816d2))
* **deps-dev:** Bump webpack-cli from 3.3.10 to 3.3.11 ([#486](https://github.com/02strich/markdown/issues/486)) ([9306e27](https://github.com/02strich/markdown/commit/9306e27f8990c406003f97a8eeecdb39023ecf59))
* **deps-dev:** bump webpack-cli from 3.3.11 to 3.3.12 ([#803](https://github.com/02strich/markdown/issues/803)) ([04305d5](https://github.com/02strich/markdown/commit/04305d5474fd12e74a9bff26fa1786386b3214e5))
* **deps-dev:** Bump webpack-dev-server from 3.10.1 to 3.10.2 ([#470](https://github.com/02strich/markdown/issues/470)) ([6830ee5](https://github.com/02strich/markdown/commit/6830ee5f1feead4fbdd2e43020dcd1a6df21cdbe))
* **deps-dev:** Bump webpack-dev-server from 3.10.2 to 3.10.3 ([#476](https://github.com/02strich/markdown/issues/476)) ([b60510f](https://github.com/02strich/markdown/commit/b60510fcfe3a799a722a13fee651ab7553282f08))
* **deps-dev:** Bump webpack-dev-server from 3.10.3 to 3.11.0 ([#695](https://github.com/02strich/markdown/issues/695)) ([6a4edbf](https://github.com/02strich/markdown/commit/6a4edbf62ba3d2d299904396eb40211a614cd4d0))
* **deps-dev:** Bump webpack-dev-server from 3.9.0 to 3.10.1 ([#421](https://github.com/02strich/markdown/issues/421)) ([e3e5abb](https://github.com/02strich/markdown/commit/e3e5abb5de1538436a776f64b882e1562a9b8456))
* **deps-dev:** bump webpack-merge from 4.2.2 to 5.4.0 ([3c08dc9](https://github.com/02strich/markdown/commit/3c08dc9d44526695b7a72b706567865f3f467e64))
* **deps-dev:** bump webpack-merge from 5.7.3 to 5.8.0 ([#174](https://github.com/02strich/markdown/issues/174)) ([ea0aefa](https://github.com/02strich/markdown/commit/ea0aefab27c0a3968878b8cedbdc1aec03acf3df))
* **deps:** Bump yaml from 1.8.3 to 1.10.0 ([#702](https://github.com/02strich/markdown/issues/702)) ([d751af0](https://github.com/02strich/markdown/commit/d751af03f73ec9ad3768874f17b64b381cd9dde6))
* **deps:** bumping @readme/syntax-highlighter and @readme/variable ([#308](https://github.com/02strich/markdown/issues/308)) ([36aca90](https://github.com/02strich/markdown/commit/36aca902a8f1d900670c22d095373674c69b5c45))
* bumping @readme/syntax-highlighter to resolve upstram webpack issues ([#394](https://github.com/02strich/markdown/issues/394)) ([cb913ad](https://github.com/02strich/markdown/commit/cb913ad329fc318340f46ff71e214c5092c45fbe))
* **chore:** bumping dependencies and resolving `npm audit` warnings ([#303](https://github.com/02strich/markdown/issues/303)) ([3a79d61](https://github.com/02strich/markdown/commit/3a79d61670ebd82a73d38bb6a677bb061276e5fb))
* **deps:** bumping syntax-highlighter to support graphql ([#309](https://github.com/02strich/markdown/issues/309)) ([c38ba00](https://github.com/02strich/markdown/commit/c38ba0003dec308268f8f6afafa563f45872cd19)), closes [#173](https://github.com/02strich/markdown/issues/173)
* bumping the dependabot frequency to monthly ([0bc5c37](https://github.com/02strich/markdown/commit/0bc5c376e8bf2262c2326671a4c8e01d7ea31597))
* callout error icon ([#645](https://github.com/02strich/markdown/issues/645)) ([f33d2c7](https://github.com/02strich/markdown/commit/f33d2c7e0734a1c23f9cb62db25086a081e5bf5d))
* callout warning icon ([#564](https://github.com/02strich/markdown/issues/564)) ([197ce6f](https://github.com/02strich/markdown/commit/197ce6fce413b60dc3612d652f985cf8ce8fbfb7))
* callouts with multiple blocks ([#610](https://github.com/02strich/markdown/issues/610)) ([9a01f83](https:…
02strich pushed a commit to 02strich/markdown that referenced this pull request Mar 21, 2023
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/02strich/markdown/issues/171)) ([9a5e1c6](https://github.com/02strich/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/02strich/markdown/issues/547)) ([bab15ff](https://github.com/02strich/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/02strich/markdown/issues/283)) ([f2414ed](https://github.com/02strich/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/02strich/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/02strich/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/02strich/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/02strich/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/02strich/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/02strich/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/02strich/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* fixing a broken image link in the readme ([90bbb7d](https://github.com/02strich/markdown/commit/90bbb7d0d6830c5a4725e3c65c239a542fbad6ca))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/02strich/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/02strich/markdown/issues/448)) ([e3c8b43](https://github.com/02strich/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/02strich/markdown/issues/825)) ([89480ee](https://github.com/02strich/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **code blocks:** minor language change ([88f548e](https://github.com/02strich/markdown/commit/88f548e55f598f67f0bb5921087f2383cbbb3e58))
* **callouts:** minor updates ([#445](https://github.com/02strich/markdown/issues/445)) ([f99df00](https://github.com/02strich/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* **callouts:** remove unnecessary metadata ([#651](https://github.com/02strich/markdown/issues/651)) ([e6360be](https://github.com/02strich/markdown/commit/e6360befd8ce1944b13465736c3947f8e4c46609))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/02strich/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/02strich//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/02strich/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/02strich/markdown/issues/105)) ([8651c88](https://github.com/02strich/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/02strich/markdown/issues/172)) ([5c3725d](https://github.com/02strich/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/02strich/markdown/issues/107)) ([239d0df](https://github.com/02strich/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/02strich/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/02strich/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/02strich/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/02strich/markdown/issues/127)) ([72c4475](https://github.com/02strich/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/02strich/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/02strich/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/02strich/markdown/issues/462)) ([7b513e0](https://github.com/02strich/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/02strich/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/02strich/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/02strich/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/02strich/markdown/issues/580)) ([11a145b](https://github.com/02strich/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/02strich/markdown/issues/418)) ([f06bfb2](https://github.com/02strich/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/02strich/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/02strich/markdown/issues/559)) ([af577ba](https://github.com/02strich/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/02strich/markdown/issues/118)) ([03d966a](https://github.com/02strich/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/02strich/markdown/issues/535)) ([4d7876b](https://github.com/02strich/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/02strich/markdown/issues/230)) ([1df0220](https://github.com/02strich/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/02strich/markdown/issues/126)) ([184c238](https://github.com/02strich/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/02strich/markdown/issues/279)) ([163863f](https://github.com/02strich/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/02strich/markdown/issues/82)) ([5a3aa52](https://github.com/02strich/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/02strich/markdown/issues/461)) ([36f0b9d](https://github.com/02strich/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/02strich/markdown/issues/447)) ([06a463e](https://github.com/02strich/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/02strich/markdown/issues/455)) ([a99f57f](https://github.com/02strich/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/02strich/markdown/issues/808)) ([3a6e720](https://github.com/02strich/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/02strich/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/02strich/markdown/issues/79)) ([bd3e8e5](https://github.com/02strich/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/02strich/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/02strich/markdown/issues/115)) ([94e505d](https://github.com/02strich/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/02strich/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/02strich/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/02strich/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/02strich/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/02strich/markdown/issues/479)) ([3701f6c](https://github.com/02strich/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/02strich/markdown/issues/847)) ([7f80255](https://github.com/02strich/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/02strich/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/02strich/markdown/issues/379)) ([f2d9027](https://github.com/02strich/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/02strich/markdown/issues/431)) ([8bcd03c](https://github.com/02strich/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/02strich/markdown/issues/611)) ([b56d2fc](https://github.com/02strich/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/02strich/markdown/issues/136)) ([9bdd6e7](https://github.com/02strich/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/02strich/markdown/issues/362)) ([2b55c09](https://github.com/02strich/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/02strich/markdown/issues/149)) ([b70fb90](https://github.com/02strich/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/02strich/markdown/issues/390)) ([27c30f6](https://github.com/02strich/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/02strich/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/02strich/markdown/issues/605)) ([98b482e](https://github.com/02strich/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/02strich/markdown/issues/591)) ([f870549](https://github.com/02strich/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/02strich/markdown/issues/561)) ([477322a](https://github.com/02strich/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/02strich/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/02strich/markdown/issues/484)) ([e425040](https://github.com/02strich/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/02strich/markdown/issues/494)) ([427c917](https://github.com/02strich/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/02strich/markdown/issues/587)) ([a9a5d5d](https://github.com/02strich/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/02strich/markdown/issues/346)) ([45f728e](https://github.com/02strich/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* blank api headers crashing reference pages ([#628](https://github.com/02strich/markdown/issues/628)) ([f40cf99](https://github.com/02strich/markdown/commit/f40cf9975ef5a03fa22b8604fb6b8c353ada5178))
* broken api log url ([#460](https://github.com/02strich/markdown/issues/460)) ([503154d](https://github.com/02strich/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/02strich/markdown/issues/599)) ([ef18f54](https://github.com/02strich/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/02strich/markdown/issues/98)) ([8f54042](https://github.com/02strich/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/02strich/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/02strich/markdown/issues/169)) ([8666a71](https://github.com/02strich/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/02strich/markdown/issues/373)) ([fa528cb](https://github.com/02strich/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/02strich/markdown/issues/384)) ([580f77e](https://github.com/02strich/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/02strich/markdown/issues/399)) ([a460110](https://github.com/02strich/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/02strich/markdown/issues/422)) ([2cbe0ab](https://github.com/02strich/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/02strich/markdown/issues/437)) ([986189d](https://github.com/02strich/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/02strich/markdown/issues/454)) ([0cd1d23](https://github.com/02strich/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/02strich/markdown/issues/467)) ([00e49d0](https://github.com/02strich/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/02strich/markdown/issues/501)) ([e7aa3f3](https://github.com/02strich/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/02strich/markdown/issues/509)) ([86192fd](https://github.com/02strich/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([a4d6f8c](https://github.com/02strich/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/02strich/markdown/issues/677)) ([8d277ac](https://github.com/02strich/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/02strich/markdown/issues/811)) ([a791fd5](https://github.com/02strich/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/02strich/markdown/issues/190)) ([0599876](https://github.com/02strich/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/02strich/markdown/issues/553)) ([eb21c31](https://github.com/02strich/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/02strich/markdown/issues/609)) ([6f98e42](https://github.com/02strich/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/02strich/markdown/issues/707)) ([728689f](https://github.com/02strich/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/02strich/markdown/issues/197)) ([0eb0e19](https://github.com/02strich/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/02strich/markdown/issues/369)) ([f04a680](https://github.com/02strich/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/02strich/markdown/issues/383)) ([400a917](https://github.com/02strich/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/02strich/markdown/issues/400)) ([3261792](https://github.com/02strich/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/02strich/markdown/issues/413)) ([82ca75c](https://github.com/02strich/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/02strich/markdown/issues/449)) ([c105f56](https://github.com/02strich/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/02strich/markdown/issues/465)) ([b29a26d](https://github.com/02strich/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/02strich/markdown/issues/504)) ([54f23d2](https://github.com/02strich/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/02strich/markdown/issues/511)) ([d2c4a8e](https://github.com/02strich/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/02strich/markdown/issues/555)) ([4a742ad](https://github.com/02strich/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/02strich/markdown/issues/593)) ([c40a910](https://github.com/02strich/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/02strich/markdown/issues/676)) ([8e507de](https://github.com/02strich/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/02strich/markdown/issues/370)) ([fc7fff7](https://github.com/02strich/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/02strich/markdown/issues/389)) ([c0c4988](https://github.com/02strich/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/02strich/markdown/issues/443)) ([f288246](https://github.com/02strich/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/02strich/markdown/issues/450)) ([dc9cb32](https://github.com/02strich/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/02strich/markdown/issues/552)) ([80b44dc](https://github.com/02strich/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/02strich/markdown/issues/576)) ([1f7f16f](https://github.com/02strich/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/02strich/markdown/issues/182)) ([50325ed](https://github.com/02strich/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/02strich/markdown/issues/162)) ([227c5ed](https://github.com/02strich/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/02strich/markdown/issues/195)) ([43bc4b4](https://github.com/02strich/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/02strich/markdown/issues/384)) ([048ee9f](https://github.com/02strich/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/02strich/markdown/issues/478)) ([f5a0244](https://github.com/02strich/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/02strich/markdown/issues/489)) ([85be6bd](https://github.com/02strich/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/02strich/markdown/issues/505)) ([3060973](https://github.com/02strich/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/02strich/markdown/issues/535)) ([1abc64c](https://github.com/02strich/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/02strich/markdown/issues/385)) ([deae3ad](https://github.com/02strich/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/02strich/markdown/issues/406)) ([dd34213](https://github.com/02strich/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/02strich/markdown/issues/416)) ([2564103](https://github.com/02strich/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/02strich/markdown/issues/424)) ([ef98735](https://github.com/02strich/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/02strich/markdown/issues/445)) ([906ff84](https://github.com/02strich/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/02strich/markdown/issues/448)) ([2f1781b](https://github.com/02strich/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/02strich/markdown/issues/610)) ([abe119a](https://github.com/02strich/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/02strich/markdown/issues/64)) ([ab61909](https://github.com/02strich/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/02strich/markdown/issues/531)) ([b3568a6](https://github.com/02strich/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/02strich/markdown/issues/774)) ([7e4e12d](https://github.com/02strich/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/02strich/markdown/issues/188)) ([16724d8](https://github.com/02strich/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/02strich/markdown/issues/307)) ([51da52a](https://github.com/02strich/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/02strich/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/02strich/markdown/issues/504)) ([a9ffb70](https://github.com/02strich/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/02strich/markdown/issues/540)) ([2f9b998](https://github.com/02strich/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/02strich/markdown/issues/442)) ([dd78e22](https://github.com/02strich/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/02strich/markdown/issues/780)) ([e87fa1a](https://github.com/02strich/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/02strich/markdown/issues/800)) ([211417c](https://github.com/02strich/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/02strich/markdown/issues/205)) ([decc3bd](https://github.com/02strich/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/02strich/markdown/issues/235)) ([95e3a2b](https://github.com/02strich/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/02strich/markdown/issues/251)) ([c013b36](https://github.com/02strich/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/02strich/markdown/issues/440)) ([d134aab](https://github.com/02strich/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/02strich/markdown/issues/781)) ([6c1e9bd](https://github.com/02strich/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/02strich/markdown/issues/810)) ([31d5a07](https://github.com/02strich/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/02strich/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/02strich/markdown/issues/438)) ([575117a](https://github.com/02strich/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/02strich/markdown/issues/573)) ([a1426f9](https://github.com/02strich/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/02strich/markdown/issues/581)) ([464d75b](https://github.com/02strich/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/02strich/markdown/issues/692)) ([b8aefee](https://github.com/02strich/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/02strich/markdown/issues/801)) ([928d8c0](https://github.com/02strich/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/02strich/markdown/issues/502)) ([3292167](https://github.com/02strich/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/02strich/markdown/issues/455)) ([083ca1c](https://github.com/02strich/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/02strich/markdown/issues/570)) ([3edda2d](https://github.com/02strich/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/02strich/markdown/issues/582)) ([5a4e354](https://github.com/02strich/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/02strich/markdown/issues/615)) ([532f8ad](https://github.com/02strich/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/02strich/markdown/issues/814)) ([bf4d56b](https://github.com/02strich/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/02strich/markdown/issues/187)) ([dd26212](https://github.com/02strich/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/02strich/markdown/issues/569)) ([e006edc](https://github.com/02strich/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/02strich/markdown/issues/412)) ([d7b1d61](https://github.com/02strich/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/02strich/markdown/issues/427)) ([1722353](https://github.com/02strich/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/02strich/markdown/issues/456)) ([46d2719](https://github.com/02strich/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/02strich/markdown/issues/492)) ([2459950](https://github.com/02strich/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/02strich/markdown/issues/549)) ([b9d6576](https://github.com/02strich/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/02strich/markdown/issues/635)) ([aae6ae2](https://github.com/02strich/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/02strich/markdown/issues/788)) ([eb44fac](https://github.com/02strich/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/02strich/markdown/issues/177)) ([35eb916](https://github.com/02strich/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/02strich/markdown/issues/201)) ([6f8c953](https://github.com/02strich/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/02strich/markdown/issues/401)) ([4a135ed](https://github.com/02strich/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/02strich/markdown/issues/405)) ([f772c49](https://github.com/02strich/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/02strich/markdown/issues/411)) ([3502e5c](https://github.com/02strich/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/02strich/markdown/issues/426)) ([710dd4a](https://github.com/02strich/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/02strich/markdown/issues/440)) ([fbfcf51](https://github.com/02strich/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/02strich/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/02strich/markdown/issues/229)) ([325396b](https://github.com/02strich/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/02strich/markdown/issues/408)) ([9fa958c](https://github.com/02strich/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/02strich/markdown/issues/417)) ([ea4f5cc](https://github.com/02strich/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/02strich/markdown/issues/386)) ([5340dde](https://github.com/02strich/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/02strich/markdown/issues/395)) ([6179015](https://github.com/02strich/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/02strich/markdown/issues/410)) ([7595b99](https://github.com/02strich/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/02strich/markdown/issues/709)) ([e1652e3](https://github.com/02strich/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/02strich/markdown/issues/773)) ([22e2eca](https://github.com/02strich/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/02strich/markdown/issues/184)) ([7e032cf](https://github.com/02strich/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/02strich/markdown/issues/813)) ([172d3a0](https://github.com/02strich/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/02strich/markdown/issues/209)) ([5309d0e](https://github.com/02strich/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/02strich/markdown/issues/248)) ([76e5a79](https://github.com/02strich/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* **deps-dev:** bump eslint from 8.25.0 to 8.27.0 ([#624](https://github.com/02strich/markdown/issues/624)) ([bcb6393](https://github.com/02strich/markdown/commit/bcb63931791d042d5c7e9c1b50cf43db22a1eab8))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/02strich/markdown/issues/391)) ([d49a802](https://github.com/02strich/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/02strich/markdown/issues/394)) ([5565e38](https://github.com/02strich/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/02strich/markdown/issues/392)) ([da75860](https://github.com/02strich/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/02strich/markdown/issues/382)) ([69b2e89](https://github.com/02strich/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/02strich/markdown/issues/487)) ([191782e](https://github.com/02strich/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/02strich/markdown/issues/550)) ([0489556](https://github.com/02strich/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/02strich/markdown/issues/786)) ([66bcfe9](https://github.com/02strich/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/02strich/markdown/issues/442)) ([80907f1](https://github.com/02strich/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/02strich/markdown/issues/156)) ([e5fda67](https://github.com/02strich/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/02strich/markdown/issues/778)) ([44ff101](https://github.com/02strich/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/02strich/markdown/issues/208)) ([1f09f4a](https://github.com/02strich/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/02strich/markdown/issues/457)) ([817de29](https://github.com/02strich/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/02strich/markdown/issues/571)) ([67e29a2](https://github.com/02strich/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/02strich/markdown/issues/594)) ([134d5e8](https://github.com/02strich/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([3c63767](https://github.com/02strich/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/02strich/markdown/issues/694)) ([8c901c6](https://github.com/02strich/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/02strich/markdown/issues/815)) ([6afc047](https://github.com/02strich/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/02strich/markdown/issues/211)) ([c31fd91](https://github.com/02strich/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/02strich/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/02strich/markdown/issues/375)) ([706429a](https://github.com/02strich/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/02strich/markdown/issues/390)) ([894d372](https://github.com/02strich/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/02strich/markdown/issues/428)) ([5ad2aaf](https://github.com/02strich/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/02strich/markdown/issues/706)) ([dba4a99](https://github.com/02strich/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/02strich/markdown/issues/805)) ([a9d5823](https://github.com/02strich/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/02strich/markdown/issues/843)) ([50d7600](https://github.com/02strich/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/02strich/markdown/issues/844)) ([0088cd9](https://github.com/02strich/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/02strich/markdown/issues/840)) ([9a7ffa7](https://github.com/02strich/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/02strich/markdown/issues/839)) ([fc545eb](https://github.com/02strich/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/02strich/markdown/issues/837)) ([1f62788](https://github.com/02strich/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/02strich/markdown/issues/841)) ([aa44d36](https://github.com/02strich/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/02strich/markdown/issues/836)) ([d0e2f34](https://github.com/02strich/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/02strich/markdown/issues/842)) ([e71eb63](https://github.com/02strich/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/02strich/markdown/issues/845)) ([07759a6](https://github.com/02strich/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/02strich/markdown/issues/214)) ([427e304](https://github.com/02strich/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/02strich/markdown/issues/458)) ([adc55c2](https://github.com/02strich/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/02strich/markdown/issues/425)) ([a2eeba8](https://github.com/02strich/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/02strich/markdown/issues/441)) ([06d8b76](https://github.com/02strich/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/02strich/markdown/issues/475)) ([86b1f1f](https://github.com/02strich/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/02strich/markdown/issues/480)) ([26a4c1f](https://github.com/02strich/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/02strich/markdown/issues/488)) ([f49c5ee](https://github.com/02strich/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/02strich/markdown/issues/497)) ([75e5488](https://github.com/02strich/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/02strich/markdown/issues/785)) ([8d9028a](https://github.com/02strich/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/02strich/markdown/issues/827)) ([12a52b5](https://github.com/02strich/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github.com/02strich/markdown/issues/280)) ([d7e826f](https://github.com/02strich/markdown/commit/d7e826f968ad402b002cae13b91f6bc5c8297f5e))
* **deps-dev:** Bump node-sass from 4.13.0 to 4.13.1 ([#452](https://github.com/02strich/markdown/issues/452)) ([7f160b0](https://github.com/02strich/markdown/commit/7f160b088b8902488a1b454864d5ce9c2dec17eb))
* **deps-dev:** bump node-sass from 4.14.1 to 5.0.0 ([576ac1e](https://github.com/02strich/markdown/commit/576ac1e46e802ccdd27c777013c01d62bfa7f98e))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([3ca6ac8](https://github.com/02strich/markdown/commit/3ca6ac886a2e28540aa01522cb3d83765f00724c))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](https://github.com/02strich/markdown/issues/444)) ([67191cd](https://github.com/02strich/markdown/commit/67191cd1ddd9bc1589a4b56c232ba6db1e95befc))
* Bump oas from 1.0.0 to 1.0.1 ([#387](https://github.com/02strich/markdown/issues/387)) ([571501a](https://github.com/02strich/markdown/commit/571501a3923ffa99f1347bdba6bd07efff02f97b))
* **deps:** Bump oas from 1.0.2 to 1.1.0 ([#415](https://github.com/02strich/markdown/issues/415)) ([fa9a1a2](https://github.com/02strich/markdown/commit/fa9a1a24aa6b1328ece7f992e6b3b9f7b70c7ed9))
* **deps:** Bump oas from 1.1.0 to 1.2.0 ([#446](https://github.com/02strich/markdown/issues/446)) ([461ba20](https://github.com/02strich/markdown/commit/461ba205d8544a8135693808fc21a02ead77262a))
* **deps:** Bump oas from 1.1.0 to 1.3.0 ([#447](https://github.com/02strich/markdown/issues/447)) ([7865869](https://github.com/02strich/markdown/commit/78658694d6fa582fb1247f98936b8f5e6ef8f8f5))
* **deps:** Bump oas from 1.3.0 to 1.4.0 ([#459](https://github.com/02strich/markdown/issues/459)) ([3f2a96d](https://github.com/02strich/markdown/commit/3f2a96d4a1d43a7d69036f842eaeb51ae36edb98))
* **deps:** Bump oas from 1.5.0 to 1.5.2 ([#474](https://github.com/02strich/markdown/issues/474)) ([bb66a94](https://github.com/02strich/markdown/commit/bb66a94f55c5fc8dffa8c4599e0bf2386c98ddd4))
* **deps-dev:** bump prettier from 1.18.2 to 1.19.1 ([#368](https://github.com/02strich/markdown/issues/368)) ([ac5a385](https://github.com/02strich/markdown/commit/ac5a385053119cd05ffea3960dc78e4df3215d14))
* **deps-dev:** Bump prettier from 2.0.1 to 2.0.5 ([#708](https://github.com/02strich/markdown/issues/708)) ([ef5b957](https://github.com/02strich/markdown/commit/ef5b957435bf769914a9a5444527e45b111566a7))
* **deps-dev:** bump puppeteer from 10.0.0 to 10.1.0 ([#216](https://github.com/02strich/markdown/issues/216)) ([da27029](https://github.com/02strich/markdown/commit/da27029c31a1bf25f4d594c427dabd005dc8ea21))
* **deps-dev:** bump puppeteer from 9.1.1 to 10.0.0 ([#191](https://github.com/02strich/markdown/issues/191)) ([3218a8d](https://github.com/02strich/markdown/commit/3218a8d0221fe4b40b67fc922571d93479cbafb7))
* **deps:** bump react from 16.11.0 to 16.12.0 ([#378](https://github.com/02strich/markdown/issues/378)) ([d85374f](https://github.com/02strich/markdown/commit/d85374f8c1f36ff9489d3d77a5fdd4f86feb3eab))
* **deps:** Bump react from 16.12.0 to 16.13.0 ([#500](https://github.com/02strich/markdown/issues/500)) ([32c25f9](https://github.com/02strich/markdown/commit/32c25f94a3c6cbb6f849d9c3e5089aabcd1f6f97))
* **deps:** Bump react from 16.13.0 to 16.13.1 ([#551](https://github.com/02strich/markdown/issues/551)) ([5599aa3](https://github.com/02strich/markdown/commit/5599aa3bc422412445c268bc5b06e0fa20abc881))
* **deps:** bump react-copy-to-clipboard from 5.0.1 to 5.0.2 ([#367](https://github.com/02strich/markdown/issues/367)) ([d0e614a](https://github.com/02strich/markdown/commit/d0e614a7a006cfb01ae5bcd4ca928a7899f29981))
* Bump react-dom from 16.11.0 to 16.12.0 ([#388](https://github.com/02strich/markdown/issues/388)) ([80aefc8](https://github.com/02strich/markdown/commit/80aefc876bc38194e301d75ed2fb7bcc2e4a116c))
* **deps:** Bump react-dom from 16.12.0 to 16.13.0 ([#498](https://github.com/02strich/markdown/issues/498)) ([017df7c](https://github.com/02strich/markdown/commit/017df7cc442f280a380f736515bbf05a43bcb1ce))
* **deps:** Bump react-dom from 16.13.0 to 16.13.1 ([#585](https://github.com/02strich/markdown/issues/585)) ([00072fb](https://github.com/02strich/markdown/commit/00072fbd961c58f7a6ce4516feb9d58ed54211ad))
* **deps:** Bump react-hot-loader from 3.1.3 to 4.12.16 ([#532](https://github.com/02strich/markdown/issues/532)) ([78d9989](https://github.com/02strich/markdown/commit/78d9989a5744f956fbdd5317bd2d7510b81be8ec))
* **deps:** bump react-hot-loader from 4.12.15 to 4.12.16 ([#372](https://github.com/02strich/markdown/issues/372)) ([761ef72](https://github.com/02strich/markdown/commit/761ef72466b25d76f9e45827c83998ad4f8ca6af))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.19 ([#482](https://github.com/02strich/markdown/issues/482)) ([b3bc688](https://github.com/02strich/markdown/commit/b3bc688b920b2bb6731d6e163d76a3677063f5b8))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.21 ([#675](https://github.com/02strich/markdown/issues/675)) ([4dcfcc7](https://github.com/02strich/markdown/commit/4dcfcc706f3c5cfc227bfb11f591ccf171d9042e))
* **deps:** Bump react-jsonschema-form from `e5ad900` to `3a3a478` ([#481](https://github.com/02strich/markdown/issues/481)) ([f97e370](https://github.com/02strich/markdown/commit/f97e3705210806b05c42f0e09e35cbf751900929))
* **deps:** bump readmeio/rdme from 7.0.0 to 7.0.1 ([#453](https://github.com/02strich/markdown/issues/453)) ([39baac0](https://github.com/02strich/markdown/commit/39baac074233aa2220ac4892d5fbe9d13dea40f6))
* **deps:** bump readmeio/rdme from 7.0.1 to 7.0.3 ([#459](https://github.com/02strich/markdown/issues/459)) ([3433623](https://github.com/02strich/markdown/commit/343362394183d22e9284ec835bd31b0f463a29a5))
* **deps:** bump readmeio/rdme from 7.0.3 to 7.1.1 ([#468](https://github.com/02strich/markdown/issues/468)) ([6eac32f](https://github.com/02strich/markdown/commit/6eac32f06196a32d88f661b3169065eb4a2bf3df))
* **deps:** bump readmeio/rdme from 7.1.1 to 7.2.0 ([#474](https://github.com/02strich/markdown/issues/474)) ([3c1564d](https://github.com/02strich/markdown/commit/3c1564d9037596e41fbcd12aec5f8992744b101b))
* **deps:** bump readmeio/rdme from 7.2.0 to 7.2.2 ([#522](https://github.com/02strich/markdown/issues/522)) ([4b34bb4](https://github.com/02strich/markdown/commit/4b34bb49deb84482c95726d83e3e8a8627bad01e))
* **deps:** bump readmeio/rdme from 7.2.2 to 7.5.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([7240820](https://github.com/02strich/markdown/commit/7240820652c81b5391c4552353bf7901945e8288))
* **deps:** bump readmeio/rdme from 7.5.0 to 8.0.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([53cdd23](https://github.com/02strich/markdown/commit/53cdd235db82ba0227ce9293df400697f54a4f3d))
* **deps:** bump readmeio/rdme from 8.0.0 to 8.0.4 ([#621](https://github.com/02strich/markdown/issues/621)) ([08d5789](https://github.com/02strich/markdown/commit/08d5789eb573e30a6225fe7900be544b558c804a))
* **deps:** bump readmeio/rdme from 8.0.4 to 8.1.1 ([#639](https://github.com/02strich/markdown/issues/639)) ([bfcee5e](https://github.com/02strich/markdown/commit/bfcee5ea8ce8153aef56288480a922c24a4ad396))
* **deps:** bump readmeio/rdme from 8.1.1 to 8.2.0 ([#648](https://github.com/02strich/markdown/issues/648)) ([1d2ce39](https://github.com/02strich/markdown/commit/1d2ce391bb5f5a48999c9a1684733a294ccb48f6))
* **deps:** bump rehype-raw from 4.0.2 to 5.1.0 ([#198](https://github.com/02strich/markdown/issues/198)) ([43fc7f6](https://github.com/02strich/markdown/commit/43fc7f60807966f500c6056f0071286aa0289f1a))
* **deps:** bump rehype-react from 5.0.1 to 6.2.1 ([#175](https://github.com/02strich/markdown/issues/175)) ([101218f](https://github.com/02strich/markdown/commit/101218f9167247878720d0c98850ca51d5af3eff))
* **deps:** bump rehype-sanitize from 3.0.1 to 4.0.0 ([#176](https://github.com/02strich/markdown/issues/176)) ([bb3956d](https://github.com/02strich/markdown/commit/bb3956d5b5fbf16a1f0f19536efc12cff4d13029))
* **deps:** bump remark-disable-tokenizers from 1.0.24 to 1.1.0 ([#179](https://github.com/02strich/markdown/issues/179)) ([53ae45f](https://github.com/02strich/markdown/commit/53ae45ff00ac3433c8bfebaaa970047004d7bf36))
* **deps:** bump remark-parse from 6.0.2 to 7.0.2 ([#374](https://github.com/02strich/markdown/issues/374)) ([56cb496](https://github.com/02strich/markdown/commit/56cb496676a53c74b88a6b8d2f42e6a5311c1d10))
* **deps:** bump remark-slug from 6.0.0 to 6.1.0 ([#242](https://github.com/02strich/markdown/issues/242)) ([dce932b](https://github.com/02strich/markdown/commit/dce932b75d6e99a50cc1476163680cd489425c15))
* **deps-dev:** bump sass-loader from 7.3.1 to 10.1.0 ([ba4b402](https://github.com/02strich/markdown/commit/ba4b40251b766729397464551e97c9bda7da651f))
* **deps-dev:** Bump sass-loader from 7.3.1 to 8.0.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([4c166b2](https://github.com/02strich/markdown/commit/4c166b2189491f07f654e6193a05cd208a349db0))
* **deps-dev:** Bump sass-loader from 8.0.0 to 8.0.2 ([#451](https://github.com/02strich/markdown/issues/451)) ([0d9ebc9](https://github.com/02strich/markdown/commit/0d9ebc9784aaa7797155d64a946bf145cb1d9da1))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](https://github.com/02strich/markdown/issues/596)) ([d91f5da](https://github.com/02strich/markdown/commit/d91f5da4315aa0943013946698ec5b3a97911d4d))
* **deps-dev:** bump semantic-release from 17.3.8 to 17.4.4 ([#181](https://github.com/02strich/markdown/issues/181)) ([ad92db6](https://github.com/02strich/markdown/commit/ad92db6be891a5a11d601798ae77bdfc0212f2ee))
* **deps-dev:** bump semantic-release from 17.4.4 to 17.4.7 ([#277](https://github.com/02strich/markdown/issues/277)) ([bfcfd3f](https://github.com/02strich/markdown/commit/bfcfd3f4fb9eeb6d2c07d6bbb3435df70e6cefba))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](https://github.com/02strich/markdown/issues/497)) ([3171fcb](https://github.com/02strich/markdown/commit/3171fcbe51438d4ec12f2778025e11af5b670ee9))
* Bump style-loader from 1.0.0 to 1.0.1 ([#396](https://github.com/02strich/markdown/issues/396)) ([67c2a11](https://github.com/02strich/markdown/commit/67c2a110597bec9c69c91c08362b6c6a8ebf52d3))
* **deps-dev:** Bump style-loader from 1.0.1 to 1.1.1 ([#414](https://github.com/02strich/markdown/issues/414)) ([5dc1bc8](https://github.com/02strich/markdown/commit/5dc1bc8eb78b5e4ee7d60a5a8cc452eafbf6e0d5))
* **deps-dev:** Bump style-loader from 1.1.1 to 1.1.2 ([#419](https://github.com/02strich/markdown/issues/419)) ([434cce7](https://github.com/02strich/markdown/commit/434cce7446d7e13beb5ddf8e5ed22eddb9ed5f4e))
* **deps-dev:** Bump style-loader from 1.1.2 to 1.1.3 ([#453](https://github.com/02strich/markdown/issues/453)) ([a274317](https://github.com/02strich/markdown/commit/a274317f96601331c3f1cecdbf1c1bfff2518d68))
* **deps-dev:** Bump style-loader from 1.1.3 to 1.1.4 ([#611](https://github.com/02strich/markdown/issues/611)) ([8972a23](https://github.com/02strich/markdown/commit/8972a2381cbe8437ded3d73a6a09e621650163f6))
* **deps-dev:** bump style-loader from 1.1.4 to 1.2.1 ([#782](https://github.com/02strich/markdown/issues/782)) ([42500e7](https://github.com/02strich/markdown/commit/42500e7ab56ee5ff7e5b4a451f99d40ee192b3ac))
* **deps:** Bump swagger2openapi from 5.3.1 to 5.3.2 ([#439](https://github.com/02strich/markdown/issues/439)) ([f7d5374](https://github.com/02strich/markdown/commit/f7d537497192e63ec19b425f1548c00494e26fd1))
* **deps:** Bump swagger2openapi from 5.3.2 to 5.3.3 ([#477](https://github.com/02strich/markdown/issues/477)) ([c0f67aa](https://github.com/02strich/markdown/commit/c0f67aa5f7b46f4f3d9dbe16416a9c46019d506d))
* **deps:** Bump swagger2openapi from 5.3.3 to 5.3.4 ([#512](https://github.com/02strich/markdown/issues/512)) ([3f2a244](https://github.com/02strich/markdown/commit/3f2a2442ad192a293c2ac128bc7366f1337e2b0e))
* **deps:** Bump swagger2openapi from 5.3.4 to 5.4.0 ([#557](https://github.com/02strich/markdown/issues/557)) ([9e5a36a](https://github.com/02strich/markdown/commit/9e5a36a7c42354475f850a4faa82c7eab664970b))
* **deps:** Bump swagger2openapi from 5.4.0 to 6.0.1 ([#575](https://github.com/02strich/markdown/issues/575)) ([6784a37](https://github.com/02strich/markdown/commit/6784a37f8d894db1433ab7f7362ae41a88bc6978))
* **deps:** Bump swagger2openapi from 6.0.1 to 6.0.2 ([#597](https://github.com/02strich/markdown/issues/597)) ([97c19fd](https://github.com/02strich/markdown/commit/97c19fdc9549bab29fe8534478d42e7da8a39a7c))
* **deps:** Bump swagger2openapi from 6.0.2 to 6.0.3 ([#613](https://github.com/02strich/markdown/issues/613)) ([38e21fe](https://github.com/02strich/markdown/commit/38e21fedd752859b77f2fb579e9d78772271f615))
* **deps:** bump terser from 5.8.0 to 5.14.2 ([#546](https://github.com/02strich/markdown/issues/546)) ([454eafe](https://github.com/02strich/markdown/commit/454eafef0b9cf409bb3ef413b265dfca8a3afd7b))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.1 to 2.3.2 ([#444](https://github.com/02strich/markdown/issues/444)) ([d24c48d](https://github.com/02strich/markdown/commit/d24c48dd808abad8a7aaa61d6869445969b4279f))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.2 to 2.3.4 ([#468](https://github.com/02strich/markdown/issues/468)) ([559db72](https://github.com/02strich/markdown/commit/559db72f20bffbc5d0db2c6c25bd2de995a0dc1d))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.4 to 2.3.5 ([#491](https://github.com/02strich/markdown/issues/491)) ([068f85f](https://github.com/02strich/markdown/commit/068f85ff258ddc22637e1fd34673b70e706ef49c))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.5 to 2.3.6 ([#639](https://github.com/02strich/markdown/issues/639)) ([737a3f2](https://github.com/02strich/markdown/commit/737a3f20b1a7befed2dbc1f47e3dcb62ecfc2313))
* **deps-dev:** bump terser-webpack-plugin from 3.0.3 to 3.0.6 ([#802](https://github.com/02strich/markdown/issues/802)) ([062314a](https://github.com/02strich/markdown/commit/062314a4dfa63ca3bf98709fa9db1111cc82c467))
* **deps-dev:** bump terser-webpack-plugin from 3.0.8 to 4.2.3 ([979b1ec](https://github.com/02strich/markdown/commit/979b1ecbd5a16f00a6ab514bcfe41f642820cf3f))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](https://github.com/02strich/markdown/issues/572)) ([5028530](https://github.com/02strich/markdown/commit/502853001d0cf10ebfc471c1c5772b42588448ba))
* **deps:** bump unified from 8.4.1 to 8.4.2 ([#371](https://github.com/02strich/markdown/issues/371)) ([716080c](https://github.com/02strich/markdown/commit/716080ca522e610270185a14f149b2b341a219d9))
* **deps:** Bump unist-util-map from 2.0.0 to 2.0.1 ([#534](https://github.com/02strich/markdown/issues/534)) ([d99dedf](https://github.com/02strich/markdown/commit/d99dedf8872c099a102a62d86fae1dda6c8b4bf4))
* **deps:** bump unist-util-select from 3.0.4 to 4.0.0 ([#180](https://github.com/02strich/markdown/issues/180)) ([caa51ff](https://github.com/02strich/markdown/commit/caa51ff18be86c45e957997a3886f5b0c1ed91a1))
* **deps:** Bump unist-util-visit from 2.0.1 to 2.0.2 ([#527](https://github.com/02strich/markdown/issues/527)) ([65a1c15](https://github.com/02strich/markdown/commit/65a1c150a40b41a764909df5359b029bc29deb25))
* **deps-dev:** Bump webpack from 4.41.2 to 4.41.4 ([#409](https://github.com/02strich/markdown/issues/409)) ([e4f4d55](https://github.com/02strich/markdown/commit/e4f4d555e1e8235ddae04c70877857c43add8e09))
* **deps-dev:** Bump webpack from 4.41.4 to 4.41.5 ([#423](https://github.com/02strich/markdown/issues/423)) ([ed1c56e](https://github.com/02strich/markdown/commit/ed1c56e1099d6bf2450969613d184f89a1433229))
* **deps-dev:** Bump webpack from 4.41.5 to 4.41.6 ([#490](https://github.com/02strich/markdown/issues/490)) ([32da645](https://github.com/02strich/markdown/commit/32da6459577b0148d9b0f9b37c9582b5147fb127))
* **deps-dev:** Bump webpack from 4.41.6 to 4.42.0 ([#499](https://github.com/02strich/markdown/issues/499)) ([a2529e0](https://github.com/02strich/markdown/commit/a2529e0ad214736b7442e8ebff02265092b60a57))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#634](https://github.com/02strich/markdown/issues/634)) ([2842335](https://github.com/02strich/markdown/commit/2842335b155b5fc603737589ef339842fd36f334))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#674](https://github.com/02strich/markdown/issues/674)) ([37917ed](https://github.com/02strich/markdown/commit/37917ed8459ac3edbf371f3ba153115e9f027fda))
* **deps-dev:** bump webpack from 4.46.0 to 5.39.0 ([#170](https://github.com/02strich/markdown/issues/170)) ([91523e8](https://github.com/02strich/markdown/commit/91523e89e44a1bd8edaedf22d455e664fb1816d2))
* **deps-dev:** Bump webpack-cli from 3.3.10 to 3.3.11 ([#486](https://github.com/02strich/markdown/issues/486)) ([9306e27](https://github.com/02strich/markdown/commit/9306e27f8990c406003f97a8eeecdb39023ecf59))
* **deps-dev:** bump webpack-cli from 3.3.11 to 3.3.12 ([#803](https://github.com/02strich/markdown/issues/803)) ([04305d5](https://github.com/02strich/markdown/commit/04305d5474fd12e74a9bff26fa1786386b3214e5))
* **deps-dev:** Bump webpack-dev-server from 3.10.1 to 3.10.2 ([#470](https://github.com/02strich/markdown/issues/470)) ([6830ee5](https://github.com/02strich/markdown/commit/6830ee5f1feead4fbdd2e43020dcd1a6df21cdbe))
* **deps-dev:** Bump webpack-dev-server from 3.10.2 to 3.10.3 ([#476](https://github.com/02strich/markdown/issues/476)) ([b60510f](https://github.com/02strich/markdown/commit/b60510fcfe3a799a722a13fee651ab7553282f08))
* **deps-dev:** Bump webpack-dev-server from 3.10.3 to 3.11.0 ([#695](https://github.com/02strich/markdown/issues/695)) ([6a4edbf](https://github.com/02strich/markdown/commit/6a4edbf62ba3d2d299904396eb40211a614cd4d0))
* **deps-dev:** Bump webpack-dev-server from 3.9.0 to 3.10.1 ([#421](https://github.com/02strich/markdown/issues/421)) ([e3e5abb](https://github.com/02strich/markdown/commit/e3e5abb5de1538436a776f64b882e1562a9b8456))
* **deps-dev:** bump webpack-merge from 4.2.2 to 5.4.0 ([3c08dc9](https://github.com/02strich/markdown/commit/3c08dc9d44526695b7a72b706567865f3f467e64))
* **deps-dev:** bump webpack-merge from 5.7.3 to 5.8.0 ([#174](https://github.com/02strich/markdown/issues/174)) ([ea0aefa](https://github.com/02strich/markdown/commit/ea0aefab27c0a3968878b8cedbdc1aec03acf3df))
* **deps:** Bump yaml from 1.8.3 to 1.10.0 ([#702](https://github.com/02strich/markdown/issues/702)) ([d751af0](https://github.com/02strich/markdown/commit/d751af03f73ec9ad3768874f17b64b381cd9dde6))
* **deps:** bumping @readme/syntax-highlighter and @readme/variable ([#308](https://github.com/02strich/markdown/issues/308)) ([36aca90](https://github.com/02strich/markdown/commit/36aca902a8f1d900670c22d095373674c69b5c45))
* bumping @readme/syntax-highlighter to resolve upstram webpack issues ([#394](https://github.com/02strich/markdown/issues/394)) ([cb913ad](https://github.com/02strich/markdown/commit/cb913ad329fc318340f46ff71e214c5092c45fbe))
* **chore:** bumping dependencies and resolving `npm audit` warnings ([#303](https://github.com/02strich/markdown/issues/303)) ([3a79d61](https://github.com/02strich/markdown/commit/3a79d61670ebd82a73d38bb6a677bb061276e5fb))
* **deps:** bumping syntax-highlighter to support graphql ([#309](https://github.com/02strich/markdown/issues/309)) ([c38ba00](https://github.com/02strich/markdown/commit/c38ba0003dec308268f8f6afafa563f45872cd19)), closes [#173](https://github.com/02strich/markdown/issues/173)
* bumping the dependabot frequency to monthly ([0bc5c37](https://github.com/02strich/markdown/commit/0bc5c376e8bf2262c2326671a4c8e01d7ea31597))
* callout error icon ([#645](https://github.com/02strich/markdown/issues/645)) ([f33d2c7](https://github.com/02strich/markdown/commit/f33d2c7e0734a1c23f9cb62db25086a081e5bf5d))
* callout warning icon ([#564](https://github.com/02strich/markdown/issues/564)) ([197ce6f](https://github.com/02strich/markdown/commit/197ce6fce413b60dc3612d652f985cf8ce8fbfb7))
* callouts with multiple blocks ([#610](https://github.com/02strich/markdown/issues/610)) ([9a01f83](https:…
02strich pushed a commit to 02strich/markdown that referenced this pull request Mar 21, 2023
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/02strich/markdown/issues/171)) ([9a5e1c6](https://github.com/02strich/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/02strich/markdown/issues/547)) ([bab15ff](https://github.com/02strich/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/02strich/markdown/issues/283)) ([f2414ed](https://github.com/02strich/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/02strich/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/02strich/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/02strich/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/02strich/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/02strich/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/02strich/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/02strich/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* fixing a broken image link in the readme ([90bbb7d](https://github.com/02strich/markdown/commit/90bbb7d0d6830c5a4725e3c65c239a542fbad6ca))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/02strich/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/02strich/markdown/issues/448)) ([e3c8b43](https://github.com/02strich/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/02strich/markdown/issues/825)) ([89480ee](https://github.com/02strich/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **code blocks:** minor language change ([88f548e](https://github.com/02strich/markdown/commit/88f548e55f598f67f0bb5921087f2383cbbb3e58))
* **callouts:** minor updates ([#445](https://github.com/02strich/markdown/issues/445)) ([f99df00](https://github.com/02strich/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* **callouts:** remove unnecessary metadata ([#651](https://github.com/02strich/markdown/issues/651)) ([e6360be](https://github.com/02strich/markdown/commit/e6360befd8ce1944b13465736c3947f8e4c46609))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/02strich/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/02strich//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/02strich/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/02strich/markdown/issues/105)) ([8651c88](https://github.com/02strich/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/02strich/markdown/issues/172)) ([5c3725d](https://github.com/02strich/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/02strich/markdown/issues/107)) ([239d0df](https://github.com/02strich/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/02strich/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/02strich/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/02strich/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/02strich/markdown/issues/127)) ([72c4475](https://github.com/02strich/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/02strich/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/02strich/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/02strich/markdown/issues/462)) ([7b513e0](https://github.com/02strich/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/02strich/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/02strich/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/02strich/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/02strich/markdown/issues/580)) ([11a145b](https://github.com/02strich/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/02strich/markdown/issues/418)) ([f06bfb2](https://github.com/02strich/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/02strich/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/02strich/markdown/issues/559)) ([af577ba](https://github.com/02strich/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/02strich/markdown/issues/118)) ([03d966a](https://github.com/02strich/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/02strich/markdown/issues/535)) ([4d7876b](https://github.com/02strich/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/02strich/markdown/issues/230)) ([1df0220](https://github.com/02strich/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/02strich/markdown/issues/126)) ([184c238](https://github.com/02strich/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/02strich/markdown/issues/279)) ([163863f](https://github.com/02strich/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/02strich/markdown/issues/82)) ([5a3aa52](https://github.com/02strich/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/02strich/markdown/issues/461)) ([36f0b9d](https://github.com/02strich/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/02strich/markdown/issues/447)) ([06a463e](https://github.com/02strich/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/02strich/markdown/issues/455)) ([a99f57f](https://github.com/02strich/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/02strich/markdown/issues/808)) ([3a6e720](https://github.com/02strich/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/02strich/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/02strich/markdown/issues/79)) ([bd3e8e5](https://github.com/02strich/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/02strich/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/02strich/markdown/issues/115)) ([94e505d](https://github.com/02strich/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/02strich/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/02strich/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/02strich/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/02strich/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/02strich/markdown/issues/479)) ([3701f6c](https://github.com/02strich/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/02strich/markdown/issues/847)) ([7f80255](https://github.com/02strich/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/02strich/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/02strich/markdown/issues/379)) ([f2d9027](https://github.com/02strich/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/02strich/markdown/issues/431)) ([8bcd03c](https://github.com/02strich/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/02strich/markdown/issues/611)) ([b56d2fc](https://github.com/02strich/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/02strich/markdown/issues/136)) ([9bdd6e7](https://github.com/02strich/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/02strich/markdown/issues/362)) ([2b55c09](https://github.com/02strich/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/02strich/markdown/issues/149)) ([b70fb90](https://github.com/02strich/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/02strich/markdown/issues/390)) ([27c30f6](https://github.com/02strich/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/02strich/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/02strich/markdown/issues/605)) ([98b482e](https://github.com/02strich/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/02strich/markdown/issues/591)) ([f870549](https://github.com/02strich/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/02strich/markdown/issues/561)) ([477322a](https://github.com/02strich/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/02strich/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/02strich/markdown/issues/484)) ([e425040](https://github.com/02strich/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/02strich/markdown/issues/494)) ([427c917](https://github.com/02strich/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/02strich/markdown/issues/587)) ([a9a5d5d](https://github.com/02strich/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/02strich/markdown/issues/346)) ([45f728e](https://github.com/02strich/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* blank api headers crashing reference pages ([#628](https://github.com/02strich/markdown/issues/628)) ([f40cf99](https://github.com/02strich/markdown/commit/f40cf9975ef5a03fa22b8604fb6b8c353ada5178))
* broken api log url ([#460](https://github.com/02strich/markdown/issues/460)) ([503154d](https://github.com/02strich/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/02strich/markdown/issues/599)) ([ef18f54](https://github.com/02strich/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/02strich/markdown/issues/98)) ([8f54042](https://github.com/02strich/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/02strich/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/02strich/markdown/issues/169)) ([8666a71](https://github.com/02strich/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/02strich/markdown/issues/373)) ([fa528cb](https://github.com/02strich/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/02strich/markdown/issues/384)) ([580f77e](https://github.com/02strich/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/02strich/markdown/issues/399)) ([a460110](https://github.com/02strich/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/02strich/markdown/issues/422)) ([2cbe0ab](https://github.com/02strich/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/02strich/markdown/issues/437)) ([986189d](https://github.com/02strich/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/02strich/markdown/issues/454)) ([0cd1d23](https://github.com/02strich/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/02strich/markdown/issues/467)) ([00e49d0](https://github.com/02strich/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/02strich/markdown/issues/501)) ([e7aa3f3](https://github.com/02strich/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/02strich/markdown/issues/509)) ([86192fd](https://github.com/02strich/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([a4d6f8c](https://github.com/02strich/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/02strich/markdown/issues/677)) ([8d277ac](https://github.com/02strich/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/02strich/markdown/issues/811)) ([a791fd5](https://github.com/02strich/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/02strich/markdown/issues/190)) ([0599876](https://github.com/02strich/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/02strich/markdown/issues/553)) ([eb21c31](https://github.com/02strich/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/02strich/markdown/issues/609)) ([6f98e42](https://github.com/02strich/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/02strich/markdown/issues/707)) ([728689f](https://github.com/02strich/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/02strich/markdown/issues/197)) ([0eb0e19](https://github.com/02strich/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/02strich/markdown/issues/369)) ([f04a680](https://github.com/02strich/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/02strich/markdown/issues/383)) ([400a917](https://github.com/02strich/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/02strich/markdown/issues/400)) ([3261792](https://github.com/02strich/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/02strich/markdown/issues/413)) ([82ca75c](https://github.com/02strich/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/02strich/markdown/issues/449)) ([c105f56](https://github.com/02strich/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/02strich/markdown/issues/465)) ([b29a26d](https://github.com/02strich/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/02strich/markdown/issues/504)) ([54f23d2](https://github.com/02strich/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/02strich/markdown/issues/511)) ([d2c4a8e](https://github.com/02strich/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/02strich/markdown/issues/555)) ([4a742ad](https://github.com/02strich/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/02strich/markdown/issues/593)) ([c40a910](https://github.com/02strich/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/02strich/markdown/issues/676)) ([8e507de](https://github.com/02strich/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/02strich/markdown/issues/370)) ([fc7fff7](https://github.com/02strich/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/02strich/markdown/issues/389)) ([c0c4988](https://github.com/02strich/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/02strich/markdown/issues/443)) ([f288246](https://github.com/02strich/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/02strich/markdown/issues/450)) ([dc9cb32](https://github.com/02strich/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/02strich/markdown/issues/552)) ([80b44dc](https://github.com/02strich/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/02strich/markdown/issues/576)) ([1f7f16f](https://github.com/02strich/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/02strich/markdown/issues/182)) ([50325ed](https://github.com/02strich/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/02strich/markdown/issues/162)) ([227c5ed](https://github.com/02strich/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/02strich/markdown/issues/195)) ([43bc4b4](https://github.com/02strich/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/02strich/markdown/issues/384)) ([048ee9f](https://github.com/02strich/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/02strich/markdown/issues/478)) ([f5a0244](https://github.com/02strich/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/02strich/markdown/issues/489)) ([85be6bd](https://github.com/02strich/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/02strich/markdown/issues/505)) ([3060973](https://github.com/02strich/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/02strich/markdown/issues/535)) ([1abc64c](https://github.com/02strich/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/02strich/markdown/issues/385)) ([deae3ad](https://github.com/02strich/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/02strich/markdown/issues/406)) ([dd34213](https://github.com/02strich/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/02strich/markdown/issues/416)) ([2564103](https://github.com/02strich/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/02strich/markdown/issues/424)) ([ef98735](https://github.com/02strich/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/02strich/markdown/issues/445)) ([906ff84](https://github.com/02strich/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/02strich/markdown/issues/448)) ([2f1781b](https://github.com/02strich/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/02strich/markdown/issues/610)) ([abe119a](https://github.com/02strich/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/02strich/markdown/issues/64)) ([ab61909](https://github.com/02strich/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/02strich/markdown/issues/531)) ([b3568a6](https://github.com/02strich/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/02strich/markdown/issues/774)) ([7e4e12d](https://github.com/02strich/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/02strich/markdown/issues/188)) ([16724d8](https://github.com/02strich/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/02strich/markdown/issues/307)) ([51da52a](https://github.com/02strich/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/02strich/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/02strich/markdown/issues/504)) ([a9ffb70](https://github.com/02strich/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/02strich/markdown/issues/540)) ([2f9b998](https://github.com/02strich/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/02strich/markdown/issues/442)) ([dd78e22](https://github.com/02strich/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/02strich/markdown/issues/780)) ([e87fa1a](https://github.com/02strich/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/02strich/markdown/issues/800)) ([211417c](https://github.com/02strich/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/02strich/markdown/issues/205)) ([decc3bd](https://github.com/02strich/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/02strich/markdown/issues/235)) ([95e3a2b](https://github.com/02strich/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/02strich/markdown/issues/251)) ([c013b36](https://github.com/02strich/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/02strich/markdown/issues/440)) ([d134aab](https://github.com/02strich/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/02strich/markdown/issues/781)) ([6c1e9bd](https://github.com/02strich/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/02strich/markdown/issues/810)) ([31d5a07](https://github.com/02strich/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/02strich/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/02strich/markdown/issues/438)) ([575117a](https://github.com/02strich/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/02strich/markdown/issues/573)) ([a1426f9](https://github.com/02strich/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/02strich/markdown/issues/581)) ([464d75b](https://github.com/02strich/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/02strich/markdown/issues/692)) ([b8aefee](https://github.com/02strich/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/02strich/markdown/issues/801)) ([928d8c0](https://github.com/02strich/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/02strich/markdown/issues/502)) ([3292167](https://github.com/02strich/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/02strich/markdown/issues/455)) ([083ca1c](https://github.com/02strich/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/02strich/markdown/issues/570)) ([3edda2d](https://github.com/02strich/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/02strich/markdown/issues/582)) ([5a4e354](https://github.com/02strich/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/02strich/markdown/issues/615)) ([532f8ad](https://github.com/02strich/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/02strich/markdown/issues/814)) ([bf4d56b](https://github.com/02strich/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/02strich/markdown/issues/187)) ([dd26212](https://github.com/02strich/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/02strich/markdown/issues/569)) ([e006edc](https://github.com/02strich/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/02strich/markdown/issues/412)) ([d7b1d61](https://github.com/02strich/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/02strich/markdown/issues/427)) ([1722353](https://github.com/02strich/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/02strich/markdown/issues/456)) ([46d2719](https://github.com/02strich/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/02strich/markdown/issues/492)) ([2459950](https://github.com/02strich/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/02strich/markdown/issues/549)) ([b9d6576](https://github.com/02strich/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/02strich/markdown/issues/635)) ([aae6ae2](https://github.com/02strich/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/02strich/markdown/issues/788)) ([eb44fac](https://github.com/02strich/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/02strich/markdown/issues/177)) ([35eb916](https://github.com/02strich/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/02strich/markdown/issues/201)) ([6f8c953](https://github.com/02strich/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/02strich/markdown/issues/401)) ([4a135ed](https://github.com/02strich/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/02strich/markdown/issues/405)) ([f772c49](https://github.com/02strich/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/02strich/markdown/issues/411)) ([3502e5c](https://github.com/02strich/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/02strich/markdown/issues/426)) ([710dd4a](https://github.com/02strich/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/02strich/markdown/issues/440)) ([fbfcf51](https://github.com/02strich/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/02strich/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/02strich/markdown/issues/229)) ([325396b](https://github.com/02strich/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/02strich/markdown/issues/408)) ([9fa958c](https://github.com/02strich/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/02strich/markdown/issues/417)) ([ea4f5cc](https://github.com/02strich/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/02strich/markdown/issues/386)) ([5340dde](https://github.com/02strich/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/02strich/markdown/issues/395)) ([6179015](https://github.com/02strich/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/02strich/markdown/issues/410)) ([7595b99](https://github.com/02strich/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/02strich/markdown/issues/709)) ([e1652e3](https://github.com/02strich/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/02strich/markdown/issues/773)) ([22e2eca](https://github.com/02strich/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/02strich/markdown/issues/184)) ([7e032cf](https://github.com/02strich/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/02strich/markdown/issues/813)) ([172d3a0](https://github.com/02strich/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/02strich/markdown/issues/209)) ([5309d0e](https://github.com/02strich/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/02strich/markdown/issues/248)) ([76e5a79](https://github.com/02strich/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* **deps-dev:** bump eslint from 8.25.0 to 8.27.0 ([#624](https://github.com/02strich/markdown/issues/624)) ([bcb6393](https://github.com/02strich/markdown/commit/bcb63931791d042d5c7e9c1b50cf43db22a1eab8))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/02strich/markdown/issues/391)) ([d49a802](https://github.com/02strich/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/02strich/markdown/issues/394)) ([5565e38](https://github.com/02strich/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/02strich/markdown/issues/392)) ([da75860](https://github.com/02strich/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/02strich/markdown/issues/382)) ([69b2e89](https://github.com/02strich/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/02strich/markdown/issues/487)) ([191782e](https://github.com/02strich/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/02strich/markdown/issues/550)) ([0489556](https://github.com/02strich/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/02strich/markdown/issues/786)) ([66bcfe9](https://github.com/02strich/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/02strich/markdown/issues/442)) ([80907f1](https://github.com/02strich/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/02strich/markdown/issues/156)) ([e5fda67](https://github.com/02strich/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/02strich/markdown/issues/778)) ([44ff101](https://github.com/02strich/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/02strich/markdown/issues/208)) ([1f09f4a](https://github.com/02strich/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/02strich/markdown/issues/457)) ([817de29](https://github.com/02strich/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/02strich/markdown/issues/571)) ([67e29a2](https://github.com/02strich/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/02strich/markdown/issues/594)) ([134d5e8](https://github.com/02strich/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([3c63767](https://github.com/02strich/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/02strich/markdown/issues/694)) ([8c901c6](https://github.com/02strich/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/02strich/markdown/issues/815)) ([6afc047](https://github.com/02strich/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/02strich/markdown/issues/211)) ([c31fd91](https://github.com/02strich/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/02strich/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/02strich/markdown/issues/375)) ([706429a](https://github.com/02strich/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/02strich/markdown/issues/390)) ([894d372](https://github.com/02strich/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/02strich/markdown/issues/428)) ([5ad2aaf](https://github.com/02strich/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/02strich/markdown/issues/706)) ([dba4a99](https://github.com/02strich/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/02strich/markdown/issues/805)) ([a9d5823](https://github.com/02strich/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/02strich/markdown/issues/843)) ([50d7600](https://github.com/02strich/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/02strich/markdown/issues/844)) ([0088cd9](https://github.com/02strich/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/02strich/markdown/issues/840)) ([9a7ffa7](https://github.com/02strich/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/02strich/markdown/issues/839)) ([fc545eb](https://github.com/02strich/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/02strich/markdown/issues/837)) ([1f62788](https://github.com/02strich/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/02strich/markdown/issues/841)) ([aa44d36](https://github.com/02strich/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/02strich/markdown/issues/836)) ([d0e2f34](https://github.com/02strich/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/02strich/markdown/issues/842)) ([e71eb63](https://github.com/02strich/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/02strich/markdown/issues/845)) ([07759a6](https://github.com/02strich/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/02strich/markdown/issues/214)) ([427e304](https://github.com/02strich/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/02strich/markdown/issues/458)) ([adc55c2](https://github.com/02strich/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/02strich/markdown/issues/425)) ([a2eeba8](https://github.com/02strich/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/02strich/markdown/issues/441)) ([06d8b76](https://github.com/02strich/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/02strich/markdown/issues/475)) ([86b1f1f](https://github.com/02strich/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/02strich/markdown/issues/480)) ([26a4c1f](https://github.com/02strich/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/02strich/markdown/issues/488)) ([f49c5ee](https://github.com/02strich/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/02strich/markdown/issues/497)) ([75e5488](https://github.com/02strich/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/02strich/markdown/issues/785)) ([8d9028a](https://github.com/02strich/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/02strich/markdown/issues/827)) ([12a52b5](https://github.com/02strich/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github.com/02strich/markdown/issues/280)) ([d7e826f](https://github.com/02strich/markdown/commit/d7e826f968ad402b002cae13b91f6bc5c8297f5e))
* **deps-dev:** Bump node-sass from 4.13.0 to 4.13.1 ([#452](https://github.com/02strich/markdown/issues/452)) ([7f160b0](https://github.com/02strich/markdown/commit/7f160b088b8902488a1b454864d5ce9c2dec17eb))
* **deps-dev:** bump node-sass from 4.14.1 to 5.0.0 ([576ac1e](https://github.com/02strich/markdown/commit/576ac1e46e802ccdd27c777013c01d62bfa7f98e))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([3ca6ac8](https://github.com/02strich/markdown/commit/3ca6ac886a2e28540aa01522cb3d83765f00724c))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](https://github.com/02strich/markdown/issues/444)) ([67191cd](https://github.com/02strich/markdown/commit/67191cd1ddd9bc1589a4b56c232ba6db1e95befc))
* Bump oas from 1.0.0 to 1.0.1 ([#387](https://github.com/02strich/markdown/issues/387)) ([571501a](https://github.com/02strich/markdown/commit/571501a3923ffa99f1347bdba6bd07efff02f97b))
* **deps:** Bump oas from 1.0.2 to 1.1.0 ([#415](https://github.com/02strich/markdown/issues/415)) ([fa9a1a2](https://github.com/02strich/markdown/commit/fa9a1a24aa6b1328ece7f992e6b3b9f7b70c7ed9))
* **deps:** Bump oas from 1.1.0 to 1.2.0 ([#446](https://github.com/02strich/markdown/issues/446)) ([461ba20](https://github.com/02strich/markdown/commit/461ba205d8544a8135693808fc21a02ead77262a))
* **deps:** Bump oas from 1.1.0 to 1.3.0 ([#447](https://github.com/02strich/markdown/issues/447)) ([7865869](https://github.com/02strich/markdown/commit/78658694d6fa582fb1247f98936b8f5e6ef8f8f5))
* **deps:** Bump oas from 1.3.0 to 1.4.0 ([#459](https://github.com/02strich/markdown/issues/459)) ([3f2a96d](https://github.com/02strich/markdown/commit/3f2a96d4a1d43a7d69036f842eaeb51ae36edb98))
* **deps:** Bump oas from 1.5.0 to 1.5.2 ([#474](https://github.com/02strich/markdown/issues/474)) ([bb66a94](https://github.com/02strich/markdown/commit/bb66a94f55c5fc8dffa8c4599e0bf2386c98ddd4))
* **deps-dev:** bump prettier from 1.18.2 to 1.19.1 ([#368](https://github.com/02strich/markdown/issues/368)) ([ac5a385](https://github.com/02strich/markdown/commit/ac5a385053119cd05ffea3960dc78e4df3215d14))
* **deps-dev:** Bump prettier from 2.0.1 to 2.0.5 ([#708](https://github.com/02strich/markdown/issues/708)) ([ef5b957](https://github.com/02strich/markdown/commit/ef5b957435bf769914a9a5444527e45b111566a7))
* **deps-dev:** bump puppeteer from 10.0.0 to 10.1.0 ([#216](https://github.com/02strich/markdown/issues/216)) ([da27029](https://github.com/02strich/markdown/commit/da27029c31a1bf25f4d594c427dabd005dc8ea21))
* **deps-dev:** bump puppeteer from 9.1.1 to 10.0.0 ([#191](https://github.com/02strich/markdown/issues/191)) ([3218a8d](https://github.com/02strich/markdown/commit/3218a8d0221fe4b40b67fc922571d93479cbafb7))
* **deps:** bump react from 16.11.0 to 16.12.0 ([#378](https://github.com/02strich/markdown/issues/378)) ([d85374f](https://github.com/02strich/markdown/commit/d85374f8c1f36ff9489d3d77a5fdd4f86feb3eab))
* **deps:** Bump react from 16.12.0 to 16.13.0 ([#500](https://github.com/02strich/markdown/issues/500)) ([32c25f9](https://github.com/02strich/markdown/commit/32c25f94a3c6cbb6f849d9c3e5089aabcd1f6f97))
* **deps:** Bump react from 16.13.0 to 16.13.1 ([#551](https://github.com/02strich/markdown/issues/551)) ([5599aa3](https://github.com/02strich/markdown/commit/5599aa3bc422412445c268bc5b06e0fa20abc881))
* **deps:** bump react-copy-to-clipboard from 5.0.1 to 5.0.2 ([#367](https://github.com/02strich/markdown/issues/367)) ([d0e614a](https://github.com/02strich/markdown/commit/d0e614a7a006cfb01ae5bcd4ca928a7899f29981))
* Bump react-dom from 16.11.0 to 16.12.0 ([#388](https://github.com/02strich/markdown/issues/388)) ([80aefc8](https://github.com/02strich/markdown/commit/80aefc876bc38194e301d75ed2fb7bcc2e4a116c))
* **deps:** Bump react-dom from 16.12.0 to 16.13.0 ([#498](https://github.com/02strich/markdown/issues/498)) ([017df7c](https://github.com/02strich/markdown/commit/017df7cc442f280a380f736515bbf05a43bcb1ce))
* **deps:** Bump react-dom from 16.13.0 to 16.13.1 ([#585](https://github.com/02strich/markdown/issues/585)) ([00072fb](https://github.com/02strich/markdown/commit/00072fbd961c58f7a6ce4516feb9d58ed54211ad))
* **deps:** Bump react-hot-loader from 3.1.3 to 4.12.16 ([#532](https://github.com/02strich/markdown/issues/532)) ([78d9989](https://github.com/02strich/markdown/commit/78d9989a5744f956fbdd5317bd2d7510b81be8ec))
* **deps:** bump react-hot-loader from 4.12.15 to 4.12.16 ([#372](https://github.com/02strich/markdown/issues/372)) ([761ef72](https://github.com/02strich/markdown/commit/761ef72466b25d76f9e45827c83998ad4f8ca6af))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.19 ([#482](https://github.com/02strich/markdown/issues/482)) ([b3bc688](https://github.com/02strich/markdown/commit/b3bc688b920b2bb6731d6e163d76a3677063f5b8))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.21 ([#675](https://github.com/02strich/markdown/issues/675)) ([4dcfcc7](https://github.com/02strich/markdown/commit/4dcfcc706f3c5cfc227bfb11f591ccf171d9042e))
* **deps:** Bump react-jsonschema-form from `e5ad900` to `3a3a478` ([#481](https://github.com/02strich/markdown/issues/481)) ([f97e370](https://github.com/02strich/markdown/commit/f97e3705210806b05c42f0e09e35cbf751900929))
* **deps:** bump readmeio/rdme from 7.0.0 to 7.0.1 ([#453](https://github.com/02strich/markdown/issues/453)) ([39baac0](https://github.com/02strich/markdown/commit/39baac074233aa2220ac4892d5fbe9d13dea40f6))
* **deps:** bump readmeio/rdme from 7.0.1 to 7.0.3 ([#459](https://github.com/02strich/markdown/issues/459)) ([3433623](https://github.com/02strich/markdown/commit/343362394183d22e9284ec835bd31b0f463a29a5))
* **deps:** bump readmeio/rdme from 7.0.3 to 7.1.1 ([#468](https://github.com/02strich/markdown/issues/468)) ([6eac32f](https://github.com/02strich/markdown/commit/6eac32f06196a32d88f661b3169065eb4a2bf3df))
* **deps:** bump readmeio/rdme from 7.1.1 to 7.2.0 ([#474](https://github.com/02strich/markdown/issues/474)) ([3c1564d](https://github.com/02strich/markdown/commit/3c1564d9037596e41fbcd12aec5f8992744b101b))
* **deps:** bump readmeio/rdme from 7.2.0 to 7.2.2 ([#522](https://github.com/02strich/markdown/issues/522)) ([4b34bb4](https://github.com/02strich/markdown/commit/4b34bb49deb84482c95726d83e3e8a8627bad01e))
* **deps:** bump readmeio/rdme from 7.2.2 to 7.5.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([7240820](https://github.com/02strich/markdown/commit/7240820652c81b5391c4552353bf7901945e8288))
* **deps:** bump readmeio/rdme from 7.5.0 to 8.0.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([53cdd23](https://github.com/02strich/markdown/commit/53cdd235db82ba0227ce9293df400697f54a4f3d))
* **deps:** bump readmeio/rdme from 8.0.0 to 8.0.4 ([#621](https://github.com/02strich/markdown/issues/621)) ([08d5789](https://github.com/02strich/markdown/commit/08d5789eb573e30a6225fe7900be544b558c804a))
* **deps:** bump readmeio/rdme from 8.0.4 to 8.1.1 ([#639](https://github.com/02strich/markdown/issues/639)) ([bfcee5e](https://github.com/02strich/markdown/commit/bfcee5ea8ce8153aef56288480a922c24a4ad396))
* **deps:** bump readmeio/rdme from 8.1.1 to 8.2.0 ([#648](https://github.com/02strich/markdown/issues/648)) ([1d2ce39](https://github.com/02strich/markdown/commit/1d2ce391bb5f5a48999c9a1684733a294ccb48f6))
* **deps:** bump rehype-raw from 4.0.2 to 5.1.0 ([#198](https://github.com/02strich/markdown/issues/198)) ([43fc7f6](https://github.com/02strich/markdown/commit/43fc7f60807966f500c6056f0071286aa0289f1a))
* **deps:** bump rehype-react from 5.0.1 to 6.2.1 ([#175](https://github.com/02strich/markdown/issues/175)) ([101218f](https://github.com/02strich/markdown/commit/101218f9167247878720d0c98850ca51d5af3eff))
* **deps:** bump rehype-sanitize from 3.0.1 to 4.0.0 ([#176](https://github.com/02strich/markdown/issues/176)) ([bb3956d](https://github.com/02strich/markdown/commit/bb3956d5b5fbf16a1f0f19536efc12cff4d13029))
* **deps:** bump remark-disable-tokenizers from 1.0.24 to 1.1.0 ([#179](https://github.com/02strich/markdown/issues/179)) ([53ae45f](https://github.com/02strich/markdown/commit/53ae45ff00ac3433c8bfebaaa970047004d7bf36))
* **deps:** bump remark-parse from 6.0.2 to 7.0.2 ([#374](https://github.com/02strich/markdown/issues/374)) ([56cb496](https://github.com/02strich/markdown/commit/56cb496676a53c74b88a6b8d2f42e6a5311c1d10))
* **deps:** bump remark-slug from 6.0.0 to 6.1.0 ([#242](https://github.com/02strich/markdown/issues/242)) ([dce932b](https://github.com/02strich/markdown/commit/dce932b75d6e99a50cc1476163680cd489425c15))
* **deps-dev:** bump sass-loader from 7.3.1 to 10.1.0 ([ba4b402](https://github.com/02strich/markdown/commit/ba4b40251b766729397464551e97c9bda7da651f))
* **deps-dev:** Bump sass-loader from 7.3.1 to 8.0.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([4c166b2](https://github.com/02strich/markdown/commit/4c166b2189491f07f654e6193a05cd208a349db0))
* **deps-dev:** Bump sass-loader from 8.0.0 to 8.0.2 ([#451](https://github.com/02strich/markdown/issues/451)) ([0d9ebc9](https://github.com/02strich/markdown/commit/0d9ebc9784aaa7797155d64a946bf145cb1d9da1))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](https://github.com/02strich/markdown/issues/596)) ([d91f5da](https://github.com/02strich/markdown/commit/d91f5da4315aa0943013946698ec5b3a97911d4d))
* **deps-dev:** bump semantic-release from 17.3.8 to 17.4.4 ([#181](https://github.com/02strich/markdown/issues/181)) ([ad92db6](https://github.com/02strich/markdown/commit/ad92db6be891a5a11d601798ae77bdfc0212f2ee))
* **deps-dev:** bump semantic-release from 17.4.4 to 17.4.7 ([#277](https://github.com/02strich/markdown/issues/277)) ([bfcfd3f](https://github.com/02strich/markdown/commit/bfcfd3f4fb9eeb6d2c07d6bbb3435df70e6cefba))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](https://github.com/02strich/markdown/issues/497)) ([3171fcb](https://github.com/02strich/markdown/commit/3171fcbe51438d4ec12f2778025e11af5b670ee9))
* Bump style-loader from 1.0.0 to 1.0.1 ([#396](https://github.com/02strich/markdown/issues/396)) ([67c2a11](https://github.com/02strich/markdown/commit/67c2a110597bec9c69c91c08362b6c6a8ebf52d3))
* **deps-dev:** Bump style-loader from 1.0.1 to 1.1.1 ([#414](https://github.com/02strich/markdown/issues/414)) ([5dc1bc8](https://github.com/02strich/markdown/commit/5dc1bc8eb78b5e4ee7d60a5a8cc452eafbf6e0d5))
* **deps-dev:** Bump style-loader from 1.1.1 to 1.1.2 ([#419](https://github.com/02strich/markdown/issues/419)) ([434cce7](https://github.com/02strich/markdown/commit/434cce7446d7e13beb5ddf8e5ed22eddb9ed5f4e))
* **deps-dev:** Bump style-loader from 1.1.2 to 1.1.3 ([#453](https://github.com/02strich/markdown/issues/453)) ([a274317](https://github.com/02strich/markdown/commit/a274317f96601331c3f1cecdbf1c1bfff2518d68))
* **deps-dev:** Bump style-loader from 1.1.3 to 1.1.4 ([#611](https://github.com/02strich/markdown/issues/611)) ([8972a23](https://github.com/02strich/markdown/commit/8972a2381cbe8437ded3d73a6a09e621650163f6))
* **deps-dev:** bump style-loader from 1.1.4 to 1.2.1 ([#782](https://github.com/02strich/markdown/issues/782)) ([42500e7](https://github.com/02strich/markdown/commit/42500e7ab56ee5ff7e5b4a451f99d40ee192b3ac))
* **deps:** Bump swagger2openapi from 5.3.1 to 5.3.2 ([#439](https://github.com/02strich/markdown/issues/439)) ([f7d5374](https://github.com/02strich/markdown/commit/f7d537497192e63ec19b425f1548c00494e26fd1))
* **deps:** Bump swagger2openapi from 5.3.2 to 5.3.3 ([#477](https://github.com/02strich/markdown/issues/477)) ([c0f67aa](https://github.com/02strich/markdown/commit/c0f67aa5f7b46f4f3d9dbe16416a9c46019d506d))
* **deps:** Bump swagger2openapi from 5.3.3 to 5.3.4 ([#512](https://github.com/02strich/markdown/issues/512)) ([3f2a244](https://github.com/02strich/markdown/commit/3f2a2442ad192a293c2ac128bc7366f1337e2b0e))
* **deps:** Bump swagger2openapi from 5.3.4 to 5.4.0 ([#557](https://github.com/02strich/markdown/issues/557)) ([9e5a36a](https://github.com/02strich/markdown/commit/9e5a36a7c42354475f850a4faa82c7eab664970b))
* **deps:** Bump swagger2openapi from 5.4.0 to 6.0.1 ([#575](https://github.com/02strich/markdown/issues/575)) ([6784a37](https://github.com/02strich/markdown/commit/6784a37f8d894db1433ab7f7362ae41a88bc6978))
* **deps:** Bump swagger2openapi from 6.0.1 to 6.0.2 ([#597](https://github.com/02strich/markdown/issues/597)) ([97c19fd](https://github.com/02strich/markdown/commit/97c19fdc9549bab29fe8534478d42e7da8a39a7c))
* **deps:** Bump swagger2openapi from 6.0.2 to 6.0.3 ([#613](https://github.com/02strich/markdown/issues/613)) ([38e21fe](https://github.com/02strich/markdown/commit/38e21fedd752859b77f2fb579e9d78772271f615))
* **deps:** bump terser from 5.8.0 to 5.14.2 ([#546](https://github.com/02strich/markdown/issues/546)) ([454eafe](https://github.com/02strich/markdown/commit/454eafef0b9cf409bb3ef413b265dfca8a3afd7b))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.1 to 2.3.2 ([#444](https://github.com/02strich/markdown/issues/444)) ([d24c48d](https://github.com/02strich/markdown/commit/d24c48dd808abad8a7aaa61d6869445969b4279f))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.2 to 2.3.4 ([#468](https://github.com/02strich/markdown/issues/468)) ([559db72](https://github.com/02strich/markdown/commit/559db72f20bffbc5d0db2c6c25bd2de995a0dc1d))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.4 to 2.3.5 ([#491](https://github.com/02strich/markdown/issues/491)) ([068f85f](https://github.com/02strich/markdown/commit/068f85ff258ddc22637e1fd34673b70e706ef49c))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.5 to 2.3.6 ([#639](https://github.com/02strich/markdown/issues/639)) ([737a3f2](https://github.com/02strich/markdown/commit/737a3f20b1a7befed2dbc1f47e3dcb62ecfc2313))
* **deps-dev:** bump terser-webpack-plugin from 3.0.3 to 3.0.6 ([#802](https://github.com/02strich/markdown/issues/802)) ([062314a](https://github.com/02strich/markdown/commit/062314a4dfa63ca3bf98709fa9db1111cc82c467))
* **deps-dev:** bump terser-webpack-plugin from 3.0.8 to 4.2.3 ([979b1ec](https://github.com/02strich/markdown/commit/979b1ecbd5a16f00a6ab514bcfe41f642820cf3f))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](https://github.com/02strich/markdown/issues/572)) ([5028530](https://github.com/02strich/markdown/commit/502853001d0cf10ebfc471c1c5772b42588448ba))
* **deps:** bump unified from 8.4.1 to 8.4.2 ([#371](https://github.com/02strich/markdown/issues/371)) ([716080c](https://github.com/02strich/markdown/commit/716080ca522e610270185a14f149b2b341a219d9))
* **deps:** Bump unist-util-map from 2.0.0 to 2.0.1 ([#534](https://github.com/02strich/markdown/issues/534)) ([d99dedf](https://github.com/02strich/markdown/commit/d99dedf8872c099a102a62d86fae1dda6c8b4bf4))
* **deps:** bump unist-util-select from 3.0.4 to 4.0.0 ([#180](https://github.com/02strich/markdown/issues/180)) ([caa51ff](https://github.com/02strich/markdown/commit/caa51ff18be86c45e957997a3886f5b0c1ed91a1))
* **deps:** Bump unist-util-visit from 2.0.1 to 2.0.2 ([#527](https://github.com/02strich/markdown/issues/527)) ([65a1c15](https://github.com/02strich/markdown/commit/65a1c150a40b41a764909df5359b029bc29deb25))
* **deps-dev:** Bump webpack from 4.41.2 to 4.41.4 ([#409](https://github.com/02strich/markdown/issues/409)) ([e4f4d55](https://github.com/02strich/markdown/commit/e4f4d555e1e8235ddae04c70877857c43add8e09))
* **deps-dev:** Bump webpack from 4.41.4 to 4.41.5 ([#423](https://github.com/02strich/markdown/issues/423)) ([ed1c56e](https://github.com/02strich/markdown/commit/ed1c56e1099d6bf2450969613d184f89a1433229))
* **deps-dev:** Bump webpack from 4.41.5 to 4.41.6 ([#490](https://github.com/02strich/markdown/issues/490)) ([32da645](https://github.com/02strich/markdown/commit/32da6459577b0148d9b0f9b37c9582b5147fb127))
* **deps-dev:** Bump webpack from 4.41.6 to 4.42.0 ([#499](https://github.com/02strich/markdown/issues/499)) ([a2529e0](https://github.com/02strich/markdown/commit/a2529e0ad214736b7442e8ebff02265092b60a57))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#634](https://github.com/02strich/markdown/issues/634)) ([2842335](https://github.com/02strich/markdown/commit/2842335b155b5fc603737589ef339842fd36f334))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#674](https://github.com/02strich/markdown/issues/674)) ([37917ed](https://github.com/02strich/markdown/commit/37917ed8459ac3edbf371f3ba153115e9f027fda))
* **deps-dev:** bump webpack from 4.46.0 to 5.39.0 ([#170](https://github.com/02strich/markdown/issues/170)) ([91523e8](https://github.com/02strich/markdown/commit/91523e89e44a1bd8edaedf22d455e664fb1816d2))
* **deps-dev:** Bump webpack-cli from 3.3.10 to 3.3.11 ([#486](https://github.com/02strich/markdown/issues/486)) ([9306e27](https://github.com/02strich/markdown/commit/9306e27f8990c406003f97a8eeecdb39023ecf59))
* **deps-dev:** bump webpack-cli from 3.3.11 to 3.3.12 ([#803](https://github.com/02strich/markdown/issues/803)) ([04305d5](https://github.com/02strich/markdown/commit/04305d5474fd12e74a9bff26fa1786386b3214e5))
* **deps-dev:** Bump webpack-dev-server from 3.10.1 to 3.10.2 ([#470](https://github.com/02strich/markdown/issues/470)) ([6830ee5](https://github.com/02strich/markdown/commit/6830ee5f1feead4fbdd2e43020dcd1a6df21cdbe))
* **deps-dev:** Bump webpack-dev-server from 3.10.2 to 3.10.3 ([#476](https://github.com/02strich/markdown/issues/476)) ([b60510f](https://github.com/02strich/markdown/commit/b60510fcfe3a799a722a13fee651ab7553282f08))
* **deps-dev:** Bump webpack-dev-server from 3.10.3 to 3.11.0 ([#695](https://github.com/02strich/markdown/issues/695)) ([6a4edbf](https://github.com/02strich/markdown/commit/6a4edbf62ba3d2d299904396eb40211a614cd4d0))
* **deps-dev:** Bump webpack-dev-server from 3.9.0 to 3.10.1 ([#421](https://github.com/02strich/markdown/issues/421)) ([e3e5abb](https://github.com/02strich/markdown/commit/e3e5abb5de1538436a776f64b882e1562a9b8456))
* **deps-dev:** bump webpack-merge from 4.2.2 to 5.4.0 ([3c08dc9](https://github.com/02strich/markdown/commit/3c08dc9d44526695b7a72b706567865f3f467e64))
* **deps-dev:** bump webpack-merge from 5.7.3 to 5.8.0 ([#174](https://github.com/02strich/markdown/issues/174)) ([ea0aefa](https://github.com/02strich/markdown/commit/ea0aefab27c0a3968878b8cedbdc1aec03acf3df))
* **deps:** Bump yaml from 1.8.3 to 1.10.0 ([#702](https://github.com/02strich/markdown/issues/702)) ([d751af0](https://github.com/02strich/markdown/commit/d751af03f73ec9ad3768874f17b64b381cd9dde6))
* **deps:** bumping @readme/syntax-highlighter and @readme/variable ([#308](https://github.com/02strich/markdown/issues/308)) ([36aca90](https://github.com/02strich/markdown/commit/36aca902a8f1d900670c22d095373674c69b5c45))
* bumping @readme/syntax-highlighter to resolve upstram webpack issues ([#394](https://github.com/02strich/markdown/issues/394)) ([cb913ad](https://github.com/02strich/markdown/commit/cb913ad329fc318340f46ff71e214c5092c45fbe))
* **chore:** bumping dependencies and resolving `npm audit` warnings ([#303](https://github.com/02strich/markdown/issues/303)) ([3a79d61](https://github.com/02strich/markdown/commit/3a79d61670ebd82a73d38bb6a677bb061276e5fb))
* **deps:** bumping syntax-highlighter to support graphql ([#309](https://github.com/02strich/markdown/issues/309)) ([c38ba00](https://github.com/02strich/markdown/commit/c38ba0003dec308268f8f6afafa563f45872cd19)), closes [#173](https://github.com/02strich/markdown/issues/173)
* bumping the dependabot frequency to monthly ([0bc5c37](https://github.com/02strich/markdown/commit/0bc5c376e8bf2262c2326671a4c8e01d7ea31597))
* callout error icon ([#645](https://github.com/02strich/markdown/issues/645)) ([f33d2c7](https://github.com/02strich/markdown/commit/f33d2c7e0734a1c23f9cb62db25086a081e5bf5d))
* callout warning icon ([#564](https://github.com/02strich/markdown/issues/564)) ([197ce6f](https://github.com/02strich/markdown/commit/197ce6fce413b60dc3612d652f985cf8ce8fbfb7))
* callouts with multiple blocks ([#610](https://github.com/02strich/markdown/issues/610)) ([9a01f83](https:…
02strich pushed a commit to 02strich/markdown that referenced this pull request Mar 21, 2023
## Version 1.0.0

### ⚠ BREAKING CHANGES

* CHANGE: Certain tags and a lot of attributes will be stripped from html blocks

### 📘 Tests & Docs

* add category to each page ([#171](https://github.com/02strich/markdown/issues/171)) ([9a5e1c6](https://github.com/02strich/markdown/commit/9a5e1c613113f04523bbb7d83eacd0621fde570a))
* add link for emoji list ([#547](https://github.com/02strich/markdown/issues/547)) ([bab15ff](https://github.com/02strich/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))
* **readme:** add Local Development section ([#283](https://github.com/02strich/markdown/issues/283)) ([f2414ed](https://github.com/02strich/markdown/commit/f2414ed570961c56b683c1547466265cf4ff596f))
* adding a code of conduct ([b00b1f5](https://github.com/02strich/markdown/commit/b00b1f5b368970db97577a13a84bedbffc73afe5))
* adding a new oneOf example for a nested oneOf ([31c2902](https://github.com/02strich/markdown/commit/31c29028ce49c967ebe3a272fa12068aa6638689))
* adding a pull request template ([5818d33](https://github.com/02strich/markdown/commit/5818d33e038143b96d94cfce0db74b68d6c887d4))
* adding a security policy ([bbc81a2](https://github.com/02strich/markdown/commit/bbc81a26d3a94c57e5345325d8cb0780d06bd467))
* align status badge ([f43f035](https://github.com/02strich/markdown/commit/f43f0354c67b9f2778c1f33272854d565af215f1))
* also delete SECURITY.md ([6b0eb1f](https://github.com/02strich/markdown/commit/6b0eb1f2bc3d973dfe028fa54af213dad0c3c14d))
* delete CoC in favor of shared org files ([6eb18ac](https://github.com/02strich/markdown/commit/6eb18acce1cf5f77fd5f6417abea245c5bad996e))
* fixing a broken image link in the readme ([90bbb7d](https://github.com/02strich/markdown/commit/90bbb7d0d6830c5a4725e3c65c239a542fbad6ca))
* **readme:** formatting and copy edits ([ce9d154](https://github.com/02strich/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
* graphql/JSX lang support, contributing ([#448](https://github.com/02strich/markdown/issues/448)) ([e3c8b43](https://github.com/02strich/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))
* make cookie example better ([#825](https://github.com/02strich/markdown/issues/825)) ([89480ee](https://github.com/02strich/markdown/commit/89480ee725136e148702e2fd66189774c4325874))
* **code blocks:** minor language change ([88f548e](https://github.com/02strich/markdown/commit/88f548e55f598f67f0bb5921087f2383cbbb3e58))
* **callouts:** minor updates ([#445](https://github.com/02strich/markdown/issues/445)) ([f99df00](https://github.com/02strich/markdown/commit/f99df00ea2c11e9cae7d7023ae0795b991b04651))
* **callouts:** remove unnecessary metadata ([#651](https://github.com/02strich/markdown/issues/651)) ([e6360be](https://github.com/02strich/markdown/commit/e6360befd8ce1944b13465736c3947f8e4c46609))
* remove unnecessary slug parameter, newlines ([8e0ac53](https://github.com/02strich/markdown/commit/8e0ac533255f9a95b956fbaaccb3c6957767ea11)), closes [/github.com/readmeio/markdown/pull/173#issuecomment-867169250](https://github.com/02strich//github.com/readmeio/markdown/pull/173/issues/issuecomment-867169250)
* removing the checklist from our pr template ([4d3afff](https://github.com/02strich/markdown/commit/4d3affffa6796438eba7d7158f85355ff7ac8294))
* sync exported markdown to RDMD site ([#105](https://github.com/02strich/markdown/issues/105)) ([8651c88](https://github.com/02strich/markdown/commit/8651c883beedb9711258f1a1b3f4799fd110c4c5))
* update custom CSS guidance ([#172](https://github.com/02strich/markdown/issues/172)) ([5c3725d](https://github.com/02strich/markdown/commit/5c3725d4bafd5c11fa3bb1cd93b6d725772d31a7))
* update docs to latest markdown ([#107](https://github.com/02strich/markdown/issues/107)) ([239d0df](https://github.com/02strich/markdown/commit/239d0df022aecd9996db9b00f86b9ea4f2442341))
* update link ([d90138d](https://github.com/02strich/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
* update links, minor edits ([57e1fd5](https://github.com/02strich/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
* update status badge ([d6d7238](https://github.com/02strich/markdown/commit/d6d723859ded6ea42b66aa52926014d09f758980))
* update the PR template ([#127](https://github.com/02strich/markdown/issues/127)) ([72c4475](https://github.com/02strich/markdown/commit/72c44756b674b0676be1dce951677b062fb22542))
* updating the http-status-codes readme ([7675fce](https://github.com/02strich/markdown/commit/7675fce686dc75b3c7bdb05fe42ca25f5bb69192))
* updating the markdown-magic readme ([3dbfaa0](https://github.com/02strich/markdown/commit/3dbfaa08cba60114a970692e66e3a1858bba6794))
* updating the pr template ([#462](https://github.com/02strich/markdown/issues/462)) ([7b513e0](https://github.com/02strich/markdown/commit/7b513e0fbca17afa03d8b89a61429133b852b487))
* updating the readme ([8092dfb](https://github.com/02strich/markdown/commit/8092dfbcafb84facf924697f029aaaea4abf7a72))
* updating the root readme a bit ([895a637](https://github.com/02strich/markdown/commit/895a6379f38469b3a02370ff0b6ebd8428941782))

### 🛠 Fixes & Updates

* _actually_ publish releases to npm ([c6a8883](https://github.com/02strich/markdown/commit/c6a88835ebf4fd7a7ba7537ac932eaa03468404a))
* **deps:** [Security] Bump acorn from 6.4.0 to 6.4.1 ([#580](https://github.com/02strich/markdown/issues/580)) ([11a145b](https://github.com/02strich/markdown/commit/11a145b25734f826ad5a76cb7daea0e3368c93a5))
* **deps:** [Security] Bump handlebars from 4.1.2 to 4.5.3 ([#418](https://github.com/02strich/markdown/issues/418)) ([f06bfb2](https://github.com/02strich/markdown/commit/f06bfb25081ae368480428af5b5270f348289f5b))
* <a href="javascript:alert('eek')">oops?</a> ([f3b7bc7](https://github.com/02strich/markdown/commit/f3b7bc7d986e0fbf82a4b6d68707250434161d9a))
* 🐛 create normalize as an option ([#559](https://github.com/02strich/markdown/issues/559)) ([af577ba](https://github.com/02strich/markdown/commit/af577ba458a4517d17faf5cea4e63dbcdd0dd77a))
* **recipes:** add 'slug' to whitelist ([#118](https://github.com/02strich/markdown/issues/118)) ([03d966a](https://github.com/02strich/markdown/commit/03d966a86b0a271525ee52f6ab28cd288796997d))
* add alt text option for images ([#535](https://github.com/02strich/markdown/issues/535)) ([4d7876b](https://github.com/02strich/markdown/commit/4d7876b3bac9013626feef69bad4c879ad73565d))
* **heading:** add aria-label to anchors ([#230](https://github.com/02strich/markdown/issues/230)) ([1df0220](https://github.com/02strich/markdown/commit/1df0220e4995ecd64c93d2a0fe155d6ec9f956e2))
* add back padding to lists in callouts ([#126](https://github.com/02strich/markdown/issues/126)) ([184c238](https://github.com/02strich/markdown/commit/184c2389acd48ef19eceee1d2e23402fddbfe235))
* add back support for certain ranges of emoji ([#279](https://github.com/02strich/markdown/issues/279)) ([163863f](https://github.com/02strich/markdown/commit/163863f9d6d99009f1c6f1f1d08ef6f81bda3ab2))
* add codemirror as exp dep ([#82](https://github.com/02strich/markdown/issues/82)) ([5a3aa52](https://github.com/02strich/markdown/commit/5a3aa520627dc7aa4c0413ce25be24849897e86b))
* **gemoji:** add compiler for font-awesome emojis ([#461](https://github.com/02strich/markdown/issues/461)) ([36f0b9d](https://github.com/02strich/markdown/commit/36f0b9d38a3e32cd8a77e0f7dd33e113de54f2a7))
* **SEO:** add href to TOC ([#447](https://github.com/02strich/markdown/issues/447)) ([06a463e](https://github.com/02strich/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **seo:** add href to TOC ([#455](https://github.com/02strich/markdown/issues/455)) ([a99f57f](https://github.com/02strich/markdown/commit/a99f57f926fdcdfc9791a6904794939d18194344))
* **markdown:** add missing compilers ([#808](https://github.com/02strich/markdown/issues/808)) ([3a6e720](https://github.com/02strich/markdown/commit/3a6e720a77d7cbba6dcf9a98c439953875041aa2)), closes [#772](https://github.com/02strich/markdown/issues/772)
* **code:** add test for indented code blocks ([#79](https://github.com/02strich/markdown/issues/79)) ([bd3e8e5](https://github.com/02strich/markdown/commit/bd3e8e53ae74799c1e1fe603b30f80adc196cde3)), closes [#70](https://github.com/02strich/markdown/issues/70)
* add variables and glossary items to TOC ([#115](https://github.com/02strich/markdown/issues/115)) ([94e505d](https://github.com/02strich/markdown/commit/94e505d7399523e9083d47d9ef4ed2750df954aa))
* adding __tests__ and coverage/ into the ignore for markdown-magic ([72ad2a6](https://github.com/02strich/markdown/commit/72ad2a6c7a76396974c528f0727c861f6f46d8ec))
* adding .jsinspectrc to the http-status-codes npmignore file ([9d3f91e](https://github.com/02strich/markdown/commit/9d3f91ee2d9f376ce96e6453913fde5df4ab99c3))
* Adding a `format: password` string example to our types def ([8c592d7](https://github.com/02strich/markdown/commit/8c592d70fe060abab5974c7bffc478c930f3f44c))
* adding an object in query param example ([8059798](https://github.com/02strich/markdown/commit/80597988388592b0a9e386f095eeb60ee4765a96))
* adding in support for handling legacy manual api multi-examples ([#479](https://github.com/02strich/markdown/issues/479)) ([3701f6c](https://github.com/02strich/markdown/commit/3701f6ccbf9d1e1f5475bb41fa0204a893d31338))
* adding support for handling requestBody if its in a $ref ([#847](https://github.com/02strich/markdown/issues/847)) ([7f80255](https://github.com/02strich/markdown/commit/7f802556d67abc37dfd638b967603308769f6d80))
* adding the coverage/ directory into npmignore ([693ce1b](https://github.com/02strich/markdown/commit/693ce1bf9d5f164241cc9fed54ad1e6cd75a202a))
* Adopting @readme/eslint-config across every package ([#379](https://github.com/02strich/markdown/issues/379)) ([f2d9027](https://github.com/02strich/markdown/commit/f2d9027a056d7fce8aa05e1497a9c6df308724d9))
* align params to top ([#431](https://github.com/02strich/markdown/issues/431)) ([8bcd03c](https://github.com/02strich/markdown/commit/8bcd03c8b67750365e4a558ed6eb470060836497))
* allow "compact" callouts ([#611](https://github.com/02strich/markdown/issues/611)) ([b56d2fc](https://github.com/02strich/markdown/commit/b56d2fcf854de69713897e9791fccedf2b287b52))
* allow disabling per tokenizer ([#136](https://github.com/02strich/markdown/issues/136)) ([9bdd6e7](https://github.com/02strich/markdown/commit/9bdd6e7b035ec56a96014f6163ff843734fc66d8))
* allow indented code on first line ([#362](https://github.com/02strich/markdown/issues/362)) ([2b55c09](https://github.com/02strich/markdown/commit/2b55c092e669ddf1488c792748f9c9775742e97d))
* allow to pass non-undefined values([#149](https://github.com/02strich/markdown/issues/149)) ([b70fb90](https://github.com/02strich/markdown/commit/b70fb90e1e59a3a31c86f5f9f8af67ad18dd3637))
* allow undefined code children ([#390](https://github.com/02strich/markdown/issues/390)) ([27c30f6](https://github.com/02strich/markdown/commit/27c30f6ac03830d9b500bbfc0690963749261c5e))
* always build for production ([b15724d](https://github.com/02strich/markdown/commit/b15724df16e6bc2548e79f377f30365086b244e0))
* anchor processing ([#605](https://github.com/02strich/markdown/issues/605)) ([98b482e](https://github.com/02strich/markdown/commit/98b482e85aaf922daaf40ecc394b27dba8c3e316))
* API righthand sidebar styling (again) ([#591](https://github.com/02strich/markdown/issues/591)) ([f870549](https://github.com/02strich/markdown/commit/f8705494df1c7e56914758db4bafcfe625189911))
* astToPlainText with lone image ([#561](https://github.com/02strich/markdown/issues/561)) ([477322a](https://github.com/02strich/markdown/commit/477322acfd54a03ad785edb6dcf01577d8665fa9))
* attaching my name to workflow dep updates ([193755f](https://github.com/02strich/markdown/commit/193755fcd9d231984bc2afa6f2eca12ce52f940d))
* auto-deploy changes to Heroku (markdown-demo) ([#484](https://github.com/02strich/markdown/issues/484)) ([e425040](https://github.com/02strich/markdown/commit/e4250404960f2e5b381c0aa57d3dc5ced52b652a))
* auto-open review apps on Heroku ([#494](https://github.com/02strich/markdown/issues/494)) ([427c917](https://github.com/02strich/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* avoid nesting button in code block ([#587](https://github.com/02strich/markdown/issues/587)) ([a9a5d5d](https://github.com/02strich/markdown/commit/a9a5d5ded76bcc3ceb23147747342462bad19630))
* Backport support for multi media types to legacy Manual APIs ([#346](https://github.com/02strich/markdown/issues/346)) ([45f728e](https://github.com/02strich/markdown/commit/45f728eea4120e52eae0f7a06859ce801a1784e9))
* blank api headers crashing reference pages ([#628](https://github.com/02strich/markdown/issues/628)) ([f40cf99](https://github.com/02strich/markdown/commit/f40cf9975ef5a03fa22b8604fb6b8c353ada5178))
* broken api log url ([#460](https://github.com/02strich/markdown/issues/460)) ([503154d](https://github.com/02strich/markdown/commit/503154dc9cfc6665a1aae6564c8d67f36bf1c69b))
* bug where responses with multiple examples weren't rendered properly ([#599](https://github.com/02strich/markdown/issues/599)) ([ef18f54](https://github.com/02strich/markdown/commit/ef18f54ae69b2f4d5fc2e06a7175e57b298bce69))
* **deps:** bump [@readme](https://github.com/readme) packages ([#98](https://github.com/02strich/markdown/issues/98)) ([8f54042](https://github.com/02strich/markdown/commit/8f5404280f628a934c5397bfbf0420861133be54))
* **deps-dev:** bump @babel/core from 7.11.0 to 7.12.9 ([2234951](https://github.com/02strich/markdown/commit/2234951bf5c4fdaf94ea14b798f5f80b19d8c736))
* **deps-dev:** bump @babel/core from 7.12.13 to 7.14.6 ([#169](https://github.com/02strich/markdown/issues/169)) ([8666a71](https://github.com/02strich/markdown/commit/8666a7150fb937d3fb4c2146543cb63649b369e8))
* **deps-dev:** bump @babel/core from 7.6.4 to 7.7.2 ([#373](https://github.com/02strich/markdown/issues/373)) ([fa528cb](https://github.com/02strich/markdown/commit/fa528cbb50068390800a33a59d072ca91d54a4dc))
* Bump @babel/core from 7.7.2 to 7.7.4 ([#384](https://github.com/02strich/markdown/issues/384)) ([580f77e](https://github.com/02strich/markdown/commit/580f77eaf578038ff97e9a9f79ae1c43cadd3ac5))
* Bump @babel/core from 7.7.4 to 7.7.5 ([#399](https://github.com/02strich/markdown/issues/399)) ([a460110](https://github.com/02strich/markdown/commit/a460110cab1b7287d794af4745394513556b26fa))
* **deps-dev:** Bump @babel/core from 7.7.5 to 7.7.7 ([#422](https://github.com/02strich/markdown/issues/422)) ([2cbe0ab](https://github.com/02strich/markdown/commit/2cbe0ab993c2d2ed574330d7ddef6f1595b7dc14))
* **deps-dev:** Bump @babel/core from 7.7.7 to 7.8.0 ([#437](https://github.com/02strich/markdown/issues/437)) ([986189d](https://github.com/02strich/markdown/commit/986189d4e77dfd547cb627e8a024b620e06ed6ec))
* **deps-dev:** Bump @babel/core from 7.8.0 to 7.8.3 ([#454](https://github.com/02strich/markdown/issues/454)) ([0cd1d23](https://github.com/02strich/markdown/commit/0cd1d230b623d5ff300d4cb9c18e57ed8b514a82))
* **deps-dev:** Bump @babel/core from 7.8.3 to 7.8.4 ([#467](https://github.com/02strich/markdown/issues/467)) ([00e49d0](https://github.com/02strich/markdown/commit/00e49d0027707496543c4e783621287c421bb553))
* **deps-dev:** Bump @babel/core from 7.8.4 to 7.8.6 ([#501](https://github.com/02strich/markdown/issues/501)) ([e7aa3f3](https://github.com/02strich/markdown/commit/e7aa3f3cc5c63258ba1209e639558ee19f15d975))
* **deps-dev:** Bump @babel/core from 7.8.6 to 7.8.7 ([#509](https://github.com/02strich/markdown/issues/509)) ([86192fd](https://github.com/02strich/markdown/commit/86192fd2bc8c9fa9f1bee290879e4fa88ab92df4))
* **deps-dev:** Bump @babel/core from 7.8.7 to 7.9.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([a4d6f8c](https://github.com/02strich/markdown/commit/a4d6f8c2b34b510b28e0817d73fb26ef4d569797))
* **deps-dev:** Bump @babel/core from 7.9.0 to 7.9.6 ([#677](https://github.com/02strich/markdown/issues/677)) ([8d277ac](https://github.com/02strich/markdown/commit/8d277acc4f326a1ba468f1811ef8e26db51b743d))
* **deps-dev:** bump @babel/plugin-proposal-class-properties ([#811](https://github.com/02strich/markdown/issues/811)) ([a791fd5](https://github.com/02strich/markdown/commit/a791fd5891c592990de2d286ca8b9951e2c0ed38))
* **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](https://github.com/02strich/markdown/issues/190)) ([0599876](https://github.com/02strich/markdown/commit/0599876805f645bf9cc129c1eed28db27915328f))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#553](https://github.com/02strich/markdown/issues/553)) ([eb21c31](https://github.com/02strich/markdown/commit/eb21c317636a6622aabb6a25f1e9d98ad9b7606e))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#609](https://github.com/02strich/markdown/issues/609)) ([6f98e42](https://github.com/02strich/markdown/commit/6f98e42d5fe3eb1da2aefc03346f283a582ac6f7))
* **deps-dev:** Bump @babel/plugin-proposal-object-rest-spread ([#707](https://github.com/02strich/markdown/issues/707)) ([728689f](https://github.com/02strich/markdown/commit/728689fa039cfbbdeb9faae9833f2f79d8bd9002))
* **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](https://github.com/02strich/markdown/issues/197)) ([0eb0e19](https://github.com/02strich/markdown/commit/0eb0e19b1761fd225d28e6f4ca62ab72b647b4e0))
* **deps-dev:** bump @babel/preset-env from 7.6.3 to 7.7.1 ([#369](https://github.com/02strich/markdown/issues/369)) ([f04a680](https://github.com/02strich/markdown/commit/f04a68069cda6b14069b6065df6c5ff1d4c531c9))
* Bump @babel/preset-env from 7.7.1 to 7.7.4 ([#383](https://github.com/02strich/markdown/issues/383)) ([400a917](https://github.com/02strich/markdown/commit/400a917ef0b7765d5964cbd0abc7d8afa92ea754))
* Bump @babel/preset-env from 7.7.4 to 7.7.6 ([#400](https://github.com/02strich/markdown/issues/400)) ([3261792](https://github.com/02strich/markdown/commit/32617922b0495eeee93fad7738fd62fe779a5b6d))
* Bump @babel/preset-env from 7.7.6 to 7.7.7 ([#413](https://github.com/02strich/markdown/issues/413)) ([82ca75c](https://github.com/02strich/markdown/commit/82ca75c626dd7454d17d7509187436ee59abffbd))
* **deps-dev:** Bump @babel/preset-env from 7.7.7 to 7.8.3 ([#449](https://github.com/02strich/markdown/issues/449)) ([c105f56](https://github.com/02strich/markdown/commit/c105f569db1930c446a8de526986748b877bc366))
* **deps-dev:** Bump @babel/preset-env from 7.8.3 to 7.8.4 ([#465](https://github.com/02strich/markdown/issues/465)) ([b29a26d](https://github.com/02strich/markdown/commit/b29a26d9d66ca70c1b4d69ad583a4872ee4af265))
* **deps-dev:** Bump @babel/preset-env from 7.8.4 to 7.8.6 ([#504](https://github.com/02strich/markdown/issues/504)) ([54f23d2](https://github.com/02strich/markdown/commit/54f23d2b5a563b89ba99f1295e5a64ad29f4ff1b))
* **deps-dev:** Bump @babel/preset-env from 7.8.6 to 7.8.7 ([#511](https://github.com/02strich/markdown/issues/511)) ([d2c4a8e](https://github.com/02strich/markdown/commit/d2c4a8e948e8894120f3c5513c2c1a3363f425f9))
* **deps-dev:** Bump @babel/preset-env from 7.8.7 to 7.9.0 ([#555](https://github.com/02strich/markdown/issues/555)) ([4a742ad](https://github.com/02strich/markdown/commit/4a742adcbb3027ef079fce569b75003651e303be))
* **deps-dev:** Bump @babel/preset-env from 7.9.0 to 7.9.5 ([#593](https://github.com/02strich/markdown/issues/593)) ([c40a910](https://github.com/02strich/markdown/commit/c40a910cd25edc192c972ce8b020600a467f701e))
* **deps-dev:** Bump @babel/preset-env from 7.9.5 to 7.9.6 ([#676](https://github.com/02strich/markdown/issues/676)) ([8e507de](https://github.com/02strich/markdown/commit/8e507de24980882e3a0db54d1c164c4f4d62edd2))
* **deps-dev:** bump @babel/preset-react from 7.6.3 to 7.7.0 ([#370](https://github.com/02strich/markdown/issues/370)) ([fc7fff7](https://github.com/02strich/markdown/commit/fc7fff7c51bc7f5afce66801aa3a523afe236809))
* Bump @babel/preset-react from 7.7.0 to 7.7.4 ([#389](https://github.com/02strich/markdown/issues/389)) ([c0c4988](https://github.com/02strich/markdown/commit/c0c49883d482e2cd2c93723e49a2202156c67eb7))
* **deps-dev:** Bump @babel/preset-react from 7.7.4 to 7.8.0 ([#443](https://github.com/02strich/markdown/issues/443)) ([f288246](https://github.com/02strich/markdown/commit/f28824672ee498fbcfa63f8ed322122ee287fdd3))
* **deps-dev:** Bump @babel/preset-react from 7.8.0 to 7.8.3 ([#450](https://github.com/02strich/markdown/issues/450)) ([dc9cb32](https://github.com/02strich/markdown/commit/dc9cb32eeb91ca000066077043c6841b7e44deaa))
* **deps-dev:** Bump @babel/preset-react from 7.8.3 to 7.9.1 ([#552](https://github.com/02strich/markdown/issues/552)) ([80b44dc](https://github.com/02strich/markdown/commit/80b44dcca6b6bdc05be47b05a0175f3c8c9ba387))
* **deps-dev:** Bump @babel/preset-react from 7.9.1 to 7.9.4 ([#576](https://github.com/02strich/markdown/issues/576)) ([1f7f16f](https://github.com/02strich/markdown/commit/1f7f16f0fdfbf1f9ea90e46784ef61d86dc5138d))
* **deps-dev:** bump @commitlint/cli from 11.0.0 to 12.1.4 ([#182](https://github.com/02strich/markdown/issues/182)) ([50325ed](https://github.com/02strich/markdown/commit/50325edf4388832a9a55d57974b2dc6782c65761))
* **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](https://github.com/02strich/markdown/issues/162)) ([227c5ed](https://github.com/02strich/markdown/commit/227c5edbed986810953c8e19ec345c651f696ee9))
* **deps-dev:** bump @commitlint/config-conventional ([#195](https://github.com/02strich/markdown/issues/195)) ([43bc4b4](https://github.com/02strich/markdown/commit/43bc4b47db7e7b82d8c162e42011c23960b99078))
* **deps:** bump @readme/emojis from 4.0.0 to 4.0.1 ([#384](https://github.com/02strich/markdown/issues/384)) ([048ee9f](https://github.com/02strich/markdown/commit/048ee9f913f4dad7422fd3bb979b30d3b0b52aea))
* **deps-dev:** Bump @readme/eslint-config from 1.10.0 to 1.12.0 ([#478](https://github.com/02strich/markdown/issues/478)) ([f5a0244](https://github.com/02strich/markdown/commit/f5a0244fca612768627c12738693ae1e7d76b538))
* **deps-dev:** Bump @readme/eslint-config from 1.12.0 to 1.13.0 ([#489](https://github.com/02strich/markdown/issues/489)) ([85be6bd](https://github.com/02strich/markdown/commit/85be6bdf1dcb9b6acf8f750d4a1dfb99706311ae))
* **deps-dev:** Bump @readme/eslint-config from 1.13.0 to 1.14.0 ([#505](https://github.com/02strich/markdown/issues/505)) ([3060973](https://github.com/02strich/markdown/commit/3060973d5db3ce42875ce2ce427a9be3e826979d))
* **deps-dev:** Bump @readme/eslint-config from 1.14.0 to 1.16.0 ([#535](https://github.com/02strich/markdown/issues/535)) ([1abc64c](https://github.com/02strich/markdown/commit/1abc64c2f6199915024f25bdc38fa4e33bef03b5))
* Bump @readme/eslint-config from 1.4.2 to 1.5.0 ([#385](https://github.com/02strich/markdown/issues/385)) ([deae3ad](https://github.com/02strich/markdown/commit/deae3adc33a4328d6de9a7b509b2a06413eb76f2))
* Bump @readme/eslint-config from 1.7.0 to 1.8.0 ([#406](https://github.com/02strich/markdown/issues/406)) ([dd34213](https://github.com/02strich/markdown/commit/dd3421349f750ec6aff3a3d4ef726ade6e427bc9))
* **deps-dev:** Bump @readme/eslint-config from 1.8.0 to 1.8.1 ([#416](https://github.com/02strich/markdown/issues/416)) ([2564103](https://github.com/02strich/markdown/commit/2564103f921f17a3ea5d9c0f63efef814994035b))
* **deps-dev:** Bump @readme/eslint-config from 1.8.1 to 1.9.0 ([#424](https://github.com/02strich/markdown/issues/424)) ([ef98735](https://github.com/02strich/markdown/commit/ef98735e11a4d050f3a9b9700c580d5fe841f4c2))
* **deps-dev:** Bump @readme/eslint-config from 1.9.0 to 1.9.1 ([#445](https://github.com/02strich/markdown/issues/445)) ([906ff84](https://github.com/02strich/markdown/commit/906ff842061326a980e017b1e4ee2acffe3d7673))
* **deps-dev:** Bump @readme/eslint-config from 1.9.1 to 1.10.0 ([#448](https://github.com/02strich/markdown/issues/448)) ([2f1781b](https://github.com/02strich/markdown/commit/2f1781b419a761f07d2724aa64a8d5111e146d6e))
* **deps-dev:** Bump @readme/eslint-config from 2.0.0 to 2.0.4 ([#610](https://github.com/02strich/markdown/issues/610)) ([abe119a](https://github.com/02strich/markdown/commit/abe119ab4e9cb9086ec1f6edff3c3b537b2c7324))
* **deps-dev:** bump @readme/eslint-config from 3.4.0 to 3.6.2 ([#64](https://github.com/02strich/markdown/issues/64)) ([ab61909](https://github.com/02strich/markdown/commit/ab61909f99504adca19995e21965a0222a60c20a))
* **deps-dev:** Bump @readme/oas-examples from 2.1.1 to 3.0.0 ([#531](https://github.com/02strich/markdown/issues/531)) ([b3568a6](https://github.com/02strich/markdown/commit/b3568a69c048900515df026c86e7441c7faf9de0))
* **deps-dev:** bump @readme/oas-examples from 3.0.0 to 3.4.0 ([#774](https://github.com/02strich/markdown/issues/774)) ([7e4e12d](https://github.com/02strich/markdown/commit/7e4e12d09790199572dc4692a53aee8754dec9ce))
* **deps-dev:** bump @readme/variable from 11.0.0 to 13.4.12 ([#188](https://github.com/02strich/markdown/issues/188)) ([16724d8](https://github.com/02strich/markdown/commit/16724d84940b5211716264577a080a5d95d7dbbe))
* **deps-dev:** bump @readme/variable from 13.5.4 to 13.6.0 ([#307](https://github.com/02strich/markdown/issues/307)) ([51da52a](https://github.com/02strich/markdown/commit/51da52aa3a241c6f927cde5c60bcd0186a1da1ba))
* **deps-dev:** bump @readme/variable to v10.0.7 ([d6006d6](https://github.com/02strich/markdown/commit/d6006d6867ad941dcc3cebb109cf9784aa22be57))
* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/02strich/markdown/issues/504)) ([a9ffb70](https://github.com/02strich/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump `rehype` plugins in @readme/markdown ([#540](https://github.com/02strich/markdown/issues/540)) ([2f9b998](https://github.com/02strich/markdown/commit/2f9b9982c921a81307373cee38ef88f62345d382))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/02strich/markdown/issues/442)) ([dd78e22](https://github.com/02strich/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/checkout from v1 to v2.2.0 ([#780](https://github.com/02strich/markdown/issues/780)) ([e87fa1a](https://github.com/02strich/markdown/commit/e87fa1a7d9496d6f892bcd76e020d9296c2368c5))
* **deps:** bump actions/checkout from v2.2.0 to v2.3.1 ([#800](https://github.com/02strich/markdown/issues/800)) ([211417c](https://github.com/02strich/markdown/commit/211417cda6e9ef0a2114a759a2f640b0c5f0131f))
* **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](https://github.com/02strich/markdown/issues/205)) ([decc3bd](https://github.com/02strich/markdown/commit/decc3bdb24fd904777e7a96296539ff06a835b2f))
* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([#235](https://github.com/02strich/markdown/issues/235)) ([95e3a2b](https://github.com/02strich/markdown/commit/95e3a2b6599b49993df3106cbd20efb46d18e873))
* **deps:** bump actions/setup-node from 2.3.0 to 2.4.0 ([#251](https://github.com/02strich/markdown/issues/251)) ([c013b36](https://github.com/02strich/markdown/commit/c013b360570875390f44cfde458ece7a6d565c1a))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/02strich/markdown/issues/440)) ([d134aab](https://github.com/02strich/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* **deps:** bump actions/setup-node from v1 to v2.0.0 ([#781](https://github.com/02strich/markdown/issues/781)) ([6c1e9bd](https://github.com/02strich/markdown/commit/6c1e9bd482e9da292de629fe49423f302170c661))
* **deps:** bump actions/setup-node from v2.0.0 to v2.1.0 ([#810](https://github.com/02strich/markdown/issues/810)) ([31d5a07](https://github.com/02strich/markdown/commit/31d5a07460976497627567bcc61ad7ad53742911))
* **deps:** bump actions/setup-node from v2.1.0 to v2.1.1 ([044c98b](https://github.com/02strich/markdown/commit/044c98bf57c9676e179b02a73f9f15318fa0040c))
* **deps:** Bump async-retry from 1.2.3 to 1.3.1 ([#438](https://github.com/02strich/markdown/issues/438)) ([575117a](https://github.com/02strich/markdown/commit/575117a73c3882214c68bd002e23a76635d781bf))
* **deps-dev:** Bump auto-changelog from 1.16.2 to 1.16.3 ([#573](https://github.com/02strich/markdown/issues/573)) ([a1426f9](https://github.com/02strich/markdown/commit/a1426f9693a8e44b424702abf11d62d9fda435f9))
* **deps-dev:** Bump auto-changelog from 1.16.3 to 1.16.4 ([#581](https://github.com/02strich/markdown/issues/581)) ([464d75b](https://github.com/02strich/markdown/commit/464d75b113782a8a270fa5b67586ac1cdf3ea954))
* **deps-dev:** Bump auto-changelog from 1.16.4 to 2.0.0 ([#692](https://github.com/02strich/markdown/issues/692)) ([b8aefee](https://github.com/02strich/markdown/commit/b8aefeecfeb2ce78e8b1520482360a5ff9be720c))
* **deps-dev:** bump auto-changelog from 2.0.0 to 2.1.0 ([#801](https://github.com/02strich/markdown/issues/801)) ([928d8c0](https://github.com/02strich/markdown/commit/928d8c07a10b81348eeca3e7cfc6082083977a87))
* **deps-dev:** Bump babel-eslint from 10.0.3 to 10.1.0 ([#502](https://github.com/02strich/markdown/issues/502)) ([3292167](https://github.com/02strich/markdown/commit/3292167fc772e584ca0a61ed33eb7d303d7962f6))
* **deps-dev:** Bump babel-jest from 24.9.0 to 25.1.0 ([#455](https://github.com/02strich/markdown/issues/455)) ([083ca1c](https://github.com/02strich/markdown/commit/083ca1c17aa95a76a56f11e1c4094dc2dfd19eae))
* **deps-dev:** Bump babel-jest from 25.1.0 to 25.2.4 ([#570](https://github.com/02strich/markdown/issues/570)) ([3edda2d](https://github.com/02strich/markdown/commit/3edda2d13579cce6ea3bc5b20f78f1ae139f81a6))
* **deps-dev:** Bump babel-jest from 25.2.4 to 25.2.6 ([#582](https://github.com/02strich/markdown/issues/582)) ([5a4e354](https://github.com/02strich/markdown/commit/5a4e3540996bc462b15b2d8de89fe0af9c73ada6))
* **deps-dev:** Bump babel-jest from 25.2.6 to 25.4.0 ([#615](https://github.com/02strich/markdown/issues/615)) ([532f8ad](https://github.com/02strich/markdown/commit/532f8adc0c4c9e12c59d95638d2745d8946e5932))
* **deps-dev:** bump babel-jest from 26.0.1 to 26.1.0 ([#814](https://github.com/02strich/markdown/issues/814)) ([bf4d56b](https://github.com/02strich/markdown/commit/bf4d56b3a0cb17c8abc193ba16e871a4c1235071))
* **deps-dev:** bump babel-jest from 26.6.3 to 27.0.5 ([#187](https://github.com/02strich/markdown/issues/187)) ([dd26212](https://github.com/02strich/markdown/commit/dd262123e9dc6af8147c1250907014b2d92d8054))
* **deps-dev:** Bump babel-loader from 8.0.6 to 8.1.0 ([#569](https://github.com/02strich/markdown/issues/569)) ([e006edc](https://github.com/02strich/markdown/commit/e006edcf0d6a15081119347d9afc4595dcd915de))
* **deps:** Bump codemirror from 5.49.2 to 5.50.0 ([#412](https://github.com/02strich/markdown/issues/412)) ([d7b1d61](https://github.com/02strich/markdown/commit/d7b1d613d521e2a86420ae79a3e29a9212edf4fc))
* **deps:** Bump codemirror from 5.50.0 to 5.50.2 ([#427](https://github.com/02strich/markdown/issues/427)) ([1722353](https://github.com/02strich/markdown/commit/172235355c3c6bbaefa8d9092b13084009cd629b))
* **deps:** Bump codemirror from 5.50.2 to 5.51.0 ([#456](https://github.com/02strich/markdown/issues/456)) ([46d2719](https://github.com/02strich/markdown/commit/46d27197e46440d2f4b97788131a32af617c462d))
* **deps:** Bump codemirror from 5.51.0 to 5.52.0 ([#492](https://github.com/02strich/markdown/issues/492)) ([2459950](https://github.com/02strich/markdown/commit/2459950710201f2dbb47ed124f0cabc1ddf53531))
* **deps:** Bump codemirror from 5.52.0 to 5.52.2 ([#549](https://github.com/02strich/markdown/issues/549)) ([b9d6576](https://github.com/02strich/markdown/commit/b9d657617d431e7b7bda25381b46ebda679afcbf))
* **deps:** Bump codemirror from 5.52.2 to 5.53.2 ([#635](https://github.com/02strich/markdown/issues/635)) ([aae6ae2](https://github.com/02strich/markdown/commit/aae6ae275892714028c74dd784b47c75cc331c13))
* **deps:** bump codemirror from 5.53.2 to 5.54.0 ([#788](https://github.com/02strich/markdown/issues/788)) ([eb44fac](https://github.com/02strich/markdown/commit/eb44fac090f1eff89167469c6b863ee969524479))
* **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](https://github.com/02strich/markdown/issues/177)) ([35eb916](https://github.com/02strich/markdown/commit/35eb9165940c818aa848f37bc6a1dd317968fded))
* **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](https://github.com/02strich/markdown/issues/201)) ([6f8c953](https://github.com/02strich/markdown/commit/6f8c9536488ea7b030cae18480fef775c6037110))
* Bump css-loader from 3.2.0 to 3.2.1 ([#401](https://github.com/02strich/markdown/issues/401)) ([4a135ed](https://github.com/02strich/markdown/commit/4a135edbadbecdea7a6ea65340114ee7618e5bcd))
* Bump css-loader from 3.2.1 to 3.3.2 ([#405](https://github.com/02strich/markdown/issues/405)) ([f772c49](https://github.com/02strich/markdown/commit/f772c49f0fb37b375bdfe7c072832d0f424050b7))
* **deps:** Bump css-loader from 3.3.2 to 3.4.0 ([#411](https://github.com/02strich/markdown/issues/411)) ([3502e5c](https://github.com/02strich/markdown/commit/3502e5c01c1f165419f3fd2d10dea617443de878))
* **deps-dev:** Bump css-loader from 3.4.0 to 3.4.1 ([#426](https://github.com/02strich/markdown/issues/426)) ([710dd4a](https://github.com/02strich/markdown/commit/710dd4a98ce26dbfa5ba7acd7d5d102e57a06ea2))
* **deps-dev:** Bump css-loader from 3.4.1 to 3.4.2 ([#440](https://github.com/02strich/markdown/issues/440)) ([fbfcf51](https://github.com/02strich/markdown/commit/fbfcf51b552c01f3f0421c263ce14636ccdc203d))
* **deps-dev:** bump css-loader from 3.6.0 to 5.0.1 ([2849a7d](https://github.com/02strich/markdown/commit/2849a7dfd58603d842933cdf3c5834b610774a47))
* **deps-dev:** bump css-loader from 5.0.2 to 6.2.0 ([#229](https://github.com/02strich/markdown/issues/229)) ([325396b](https://github.com/02strich/markdown/commit/325396b299fd12bc03f5a763d938e12f6aefc1a7))
* **deps-dev:** Bump enzyme from 3.10.0 to 3.11.0 ([#408](https://github.com/02strich/markdown/issues/408)) ([9fa958c](https://github.com/02strich/markdown/commit/9fa958c1a655a2d509d7b255797143f5d725e333))
* **deps-dev:** Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 ([#417](https://github.com/02strich/markdown/issues/417)) ([ea4f5cc](https://github.com/02strich/markdown/commit/ea4f5ccf93d40b17d934be952fb750c2f9e62503))
* Bump eslint from 6.6.0 to 6.7.1 ([#386](https://github.com/02strich/markdown/issues/386)) ([5340dde](https://github.com/02strich/markdown/commit/5340dde1830711e7fdd9ecb4c153a757a2e7069e))
* Bump eslint from 6.7.1 to 6.7.2 ([#395](https://github.com/02strich/markdown/issues/395)) ([6179015](https://github.com/02strich/markdown/commit/61790156133da41aaf317d55de0b9018018aef51))
* **deps-dev:** Bump eslint from 6.7.2 to 6.8.0 ([#410](https://github.com/02strich/markdown/issues/410)) ([7595b99](https://github.com/02strich/markdown/commit/7595b99c770f5a089be51d799c989ecd3fa0d444))
* **deps-dev:** Bump eslint from 7.0.0 to 7.1.0 ([#709](https://github.com/02strich/markdown/issues/709)) ([e1652e3](https://github.com/02strich/markdown/commit/e1652e304ee2b70980061469ab1d6f08c0a3867f))
* **deps-dev:** bump eslint from 7.1.0 to 7.2.0 ([#773](https://github.com/02strich/markdown/issues/773)) ([22e2eca](https://github.com/02strich/markdown/commit/22e2ecad068e8014debcc49e9944665478afc2af))
* **deps-dev:** bump eslint from 7.19.0 to 7.29.0 ([#184](https://github.com/02strich/markdown/issues/184)) ([7e032cf](https://github.com/02strich/markdown/commit/7e032cfc4b91ac9b0f43e0931ae770d8ff54fcbe))
* **deps-dev:** bump eslint from 7.2.0 to 7.3.1 ([#813](https://github.com/02strich/markdown/issues/813)) ([172d3a0](https://github.com/02strich/markdown/commit/172d3a0deb99c896b178d578e155307d03bf2419))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](https://github.com/02strich/markdown/issues/209)) ([5309d0e](https://github.com/02strich/markdown/commit/5309d0e2cc84e2eb6ad971d5d58ace789c1cedd3))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#248](https://github.com/02strich/markdown/issues/248)) ([76e5a79](https://github.com/02strich/markdown/commit/76e5a7970c729a1198fec21c97e6eaacbc81b6a5))
* **deps-dev:** bump eslint from 8.25.0 to 8.27.0 ([#624](https://github.com/02strich/markdown/issues/624)) ([bcb6393](https://github.com/02strich/markdown/commit/bcb63931791d042d5c7e9c1b50cf43db22a1eab8))
* Bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([#391](https://github.com/02strich/markdown/issues/391)) ([d49a802](https://github.com/02strich/markdown/commit/d49a802f96b91343cb471cb1de133c4ae85b4d64))
* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 ([#394](https://github.com/02strich/markdown/issues/394)) ([5565e38](https://github.com/02strich/markdown/commit/5565e3821a9f042af116f7c5aca2dbf0fee9ecd4))
* Bump eslint-plugin-react from 7.16.0 to 7.17.0 ([#392](https://github.com/02strich/markdown/issues/392)) ([da75860](https://github.com/02strich/markdown/commit/da758607cc37bb601fad1d60419164560c4b80db))
* Bump fetch-har from 2.0.0 to 2.1.0 ([#382](https://github.com/02strich/markdown/issues/382)) ([69b2e89](https://github.com/02strich/markdown/commit/69b2e890b573044cf3e90e5947b422317e1efc67))
* **deps:** Bump fetch-har from 2.2.1 to 2.3.0 ([#487](https://github.com/02strich/markdown/issues/487)) ([191782e](https://github.com/02strich/markdown/commit/191782e5515ad2ee6e5ac8f1c00b969fdaf09510))
* **deps:** Bump fetch-har from 2.3.0 to 2.3.1 ([#550](https://github.com/02strich/markdown/issues/550)) ([0489556](https://github.com/02strich/markdown/commit/0489556ba5fca405dbeaac15b6bd1b61ecdfd47d))
* **deps:** bump fetch-har from 2.3.1 to 2.3.2 ([#786](https://github.com/02strich/markdown/issues/786)) ([66bcfe9](https://github.com/02strich/markdown/commit/66bcfe996b171be266c35063952f5e8876094001))
* **deps-dev:** Bump gh-pages from 2.1.1 to 2.2.0 ([#442](https://github.com/02strich/markdown/issues/442)) ([80907f1](https://github.com/02strich/markdown/commit/80907f1da9e2b2768923495949a689a73282b416))
* **deps:** bump hast-util-sanitize from 2.0.3 to 4.0.0 ([#156](https://github.com/02strich/markdown/issues/156)) ([e5fda67](https://github.com/02strich/markdown/commit/e5fda673e975259b3b09a8260b93b52240c970d4))
* **deps:** bump httpsnippet from 1.19.1 to 1.20.0 ([#778](https://github.com/02strich/markdown/issues/778)) ([44ff101](https://github.com/02strich/markdown/commit/44ff101c69089157c8031eae6806508575f37897))
* **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](https://github.com/02strich/markdown/issues/208)) ([1f09f4a](https://github.com/02strich/markdown/commit/1f09f4ad0a308ac3b82e4663e59259baa73ee068))
* **deps-dev:** Bump jest from 24.9.0 to 25.1.0 ([#457](https://github.com/02strich/markdown/issues/457)) ([817de29](https://github.com/02strich/markdown/commit/817de295e03eb1103c653a19592c2ddf70b96dd8))
* **deps-dev:** Bump jest from 25.1.0 to 25.2.4 ([#571](https://github.com/02strich/markdown/issues/571)) ([67e29a2](https://github.com/02strich/markdown/commit/67e29a203459aa541c20c3918bfe32d505101c67))
* **deps-dev:** Bump jest from 25.2.4 to 25.3.0 ([#594](https://github.com/02strich/markdown/issues/594)) ([134d5e8](https://github.com/02strich/markdown/commit/134d5e819483d4a627a57aa0933a5aff249ed293))
* **deps-dev:** Bump jest from 25.3.0 to 25.4.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([3c63767](https://github.com/02strich/markdown/commit/3c637679e63bee5b32f97e893400b3bc7c739b00))
* **deps-dev:** Bump jest from 25.4.0 to 26.0.1 ([#694](https://github.com/02strich/markdown/issues/694)) ([8c901c6](https://github.com/02strich/markdown/commit/8c901c68293b2d9243f604255d8342fe79f23674))
* **deps-dev:** bump jest from 26.0.1 to 26.1.0 ([#815](https://github.com/02strich/markdown/issues/815)) ([6afc047](https://github.com/02strich/markdown/commit/6afc04796d0466a0cd274b5799e2b8ecf7335e03))
* **deps-dev:** bump jest-image-snapshot from 4.3.0 to 4.5.1 ([#211](https://github.com/02strich/markdown/issues/211)) ([c31fd91](https://github.com/02strich/markdown/commit/c31fd916c0f89bf41bac00697d94a06b89f9f5f7))
* **deps-dev:** bump jest-image-snapshot to ^5.1.0 ([91243a5](https://github.com/02strich/markdown/commit/91243a52159212ce3ffe541fb38bbc02240475e9))
* **deps-dev:** bump lerna from 3.18.3 to 3.18.4 ([#375](https://github.com/02strich/markdown/issues/375)) ([706429a](https://github.com/02strich/markdown/commit/706429a068a927a4ffb2c9a0d29f4ad61caf9257))
* Bump lerna from 3.18.4 to 3.19.0 ([#390](https://github.com/02strich/markdown/issues/390)) ([894d372](https://github.com/02strich/markdown/commit/894d3721917cfe4d4f2401fe7a10b94acce652ac))
* **deps-dev:** Bump lerna from 3.19.0 to 3.20.2 ([#428](https://github.com/02strich/markdown/issues/428)) ([5ad2aaf](https://github.com/02strich/markdown/commit/5ad2aaf353c265ff9622856fe331dbfdd174a448))
* **deps-dev:** Bump lerna from 3.20.2 to 3.22.0 ([#706](https://github.com/02strich/markdown/issues/706)) ([dba4a99](https://github.com/02strich/markdown/commit/dba4a99898b7720e5229a8c63c4754a3d5bfbfbd))
* **deps-dev:** bump lerna from 3.22.0 to 3.22.1 ([#805](https://github.com/02strich/markdown/issues/805)) ([a9d5823](https://github.com/02strich/markdown/commit/a9d582326b9bddd303adadcde05c90ffa8e3ce90))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/api-logs ([#843](https://github.com/02strich/markdown/issues/843)) ([50d7600](https://github.com/02strich/markdown/commit/50d7600c4a2d9332667676104367b38a03cbb5d6))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/markdown ([#844](https://github.com/02strich/markdown/issues/844)) ([0088cd9](https://github.com/02strich/markdown/commit/0088cd9a394e8edb5c854fa77bf83e90f35266ba))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/oas-to-har ([#840](https://github.com/02strich/markdown/issues/840)) ([9a7ffa7](https://github.com/02strich/markdown/commit/9a7ffa7b79c2c2e501774d11568f7f78efea9e35))
* **deps:** bump lodash from 4.17.15 to 4.17.19 in /packages/variable ([#839](https://github.com/02strich/markdown/issues/839)) ([fc545eb](https://github.com/02strich/markdown/commit/fc545ebe10ac6e1011c2d66a376d10b87705ffa7))
* **deps:** bump lodash in /packages/api-explorer ([#837](https://github.com/02strich/markdown/issues/837)) ([1f62788](https://github.com/02strich/markdown/commit/1f62788fe78bb94b4360a451d359149a0280d676))
* **deps:** bump lodash in /packages/markdown-magic ([#841](https://github.com/02strich/markdown/issues/841)) ([aa44d36](https://github.com/02strich/markdown/commit/aa44d36a16da6acdd83c606221432b04bc294c1b))
* **deps:** bump lodash in /packages/oas-extensions ([#836](https://github.com/02strich/markdown/issues/836)) ([d0e2f34](https://github.com/02strich/markdown/commit/d0e2f3442421752b406d8ec99a1beb93ac04f45d))
* **deps:** bump lodash in /packages/oas-to-snippet ([#842](https://github.com/02strich/markdown/issues/842)) ([e71eb63](https://github.com/02strich/markdown/commit/e71eb63245af070b720d9b41059da300f8fa8198))
* **deps:** bump lodash in /packages/syntax-highlighter ([#845](https://github.com/02strich/markdown/issues/845)) ([07759a6](https://github.com/02strich/markdown/commit/07759a6b98768373c72490b99f318378f95d9a67))
* **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](https://github.com/02strich/markdown/issues/214)) ([427e304](https://github.com/02strich/markdown/commit/427e3044e9cc04b38bef927b10ae28d040042c87))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#458](https://github.com/02strich/markdown/issues/458)) ([adc55c2](https://github.com/02strich/markdown/commit/adc55c2a54295ecd8978d7d1d0589c18ed724d3c))
* **deps-dev:** Bump nock from 11.7.0 to 11.7.1 ([#425](https://github.com/02strich/markdown/issues/425)) ([a2eeba8](https://github.com/02strich/markdown/commit/a2eeba8b7a566620e62895509ed75dcadf1a25ec))
* **deps-dev:** Bump nock from 11.7.1 to 11.7.2 ([#441](https://github.com/02strich/markdown/issues/441)) ([06d8b76](https://github.com/02strich/markdown/commit/06d8b76567d7b9a051289191f19ebae4b49be644))
* **deps-dev:** Bump nock from 11.7.2 to 11.8.2 ([#475](https://github.com/02strich/markdown/issues/475)) ([86b1f1f](https://github.com/02strich/markdown/commit/86b1f1f48d75c075e99af9dfcc1683f0bd797f76))
* **deps-dev:** Bump nock from 11.8.2 to 12.0.0 ([#480](https://github.com/02strich/markdown/issues/480)) ([26a4c1f](https://github.com/02strich/markdown/commit/26a4c1f1ad2e687d18d9b786947372db9f68a191))
* **deps-dev:** Bump nock from 12.0.0 to 12.0.1 ([#488](https://github.com/02strich/markdown/issues/488)) ([f49c5ee](https://github.com/02strich/markdown/commit/f49c5eed2f85641e92278ced243a1eb54643e094))
* **deps-dev:** Bump nock from 12.0.1 to 12.0.2 ([#497](https://github.com/02strich/markdown/issues/497)) ([75e5488](https://github.com/02strich/markdown/commit/75e5488dc337ea16ab879976072a6367ecf6b9ad))
* **deps-dev:** bump nock from 12.0.2 to 12.0.3 ([#785](https://github.com/02strich/markdown/issues/785)) ([8d9028a](https://github.com/02strich/markdown/commit/8d9028af358919ef76167f0841fc019797591a8a))
* **deps-dev:** bump nock from 12.0.3 to 13.0.2 ([#827](https://github.com/02strich/markdown/issues/827)) ([12a52b5](https://github.com/02strich/markdown/commit/12a52b5b4df8aa07b947aac994346b33d554017d))
* Bump node-fetch from 2.0.0-alpha.9 to 2.6.0 ([#280](https://github.com/02strich/markdown/issues/280)) ([d7e826f](https://github.com/02strich/markdown/commit/d7e826f968ad402b002cae13b91f6bc5c8297f5e))
* **deps-dev:** Bump node-sass from 4.13.0 to 4.13.1 ([#452](https://github.com/02strich/markdown/issues/452)) ([7f160b0](https://github.com/02strich/markdown/commit/7f160b088b8902488a1b454864d5ce9c2dec17eb))
* **deps-dev:** bump node-sass from 4.14.1 to 5.0.0 ([576ac1e](https://github.com/02strich/markdown/commit/576ac1e46e802ccdd27c777013c01d62bfa7f98e))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([3ca6ac8](https://github.com/02strich/markdown/commit/3ca6ac886a2e28540aa01522cb3d83765f00724c))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](https://github.com/02strich/markdown/issues/444)) ([67191cd](https://github.com/02strich/markdown/commit/67191cd1ddd9bc1589a4b56c232ba6db1e95befc))
* Bump oas from 1.0.0 to 1.0.1 ([#387](https://github.com/02strich/markdown/issues/387)) ([571501a](https://github.com/02strich/markdown/commit/571501a3923ffa99f1347bdba6bd07efff02f97b))
* **deps:** Bump oas from 1.0.2 to 1.1.0 ([#415](https://github.com/02strich/markdown/issues/415)) ([fa9a1a2](https://github.com/02strich/markdown/commit/fa9a1a24aa6b1328ece7f992e6b3b9f7b70c7ed9))
* **deps:** Bump oas from 1.1.0 to 1.2.0 ([#446](https://github.com/02strich/markdown/issues/446)) ([461ba20](https://github.com/02strich/markdown/commit/461ba205d8544a8135693808fc21a02ead77262a))
* **deps:** Bump oas from 1.1.0 to 1.3.0 ([#447](https://github.com/02strich/markdown/issues/447)) ([7865869](https://github.com/02strich/markdown/commit/78658694d6fa582fb1247f98936b8f5e6ef8f8f5))
* **deps:** Bump oas from 1.3.0 to 1.4.0 ([#459](https://github.com/02strich/markdown/issues/459)) ([3f2a96d](https://github.com/02strich/markdown/commit/3f2a96d4a1d43a7d69036f842eaeb51ae36edb98))
* **deps:** Bump oas from 1.5.0 to 1.5.2 ([#474](https://github.com/02strich/markdown/issues/474)) ([bb66a94](https://github.com/02strich/markdown/commit/bb66a94f55c5fc8dffa8c4599e0bf2386c98ddd4))
* **deps-dev:** bump prettier from 1.18.2 to 1.19.1 ([#368](https://github.com/02strich/markdown/issues/368)) ([ac5a385](https://github.com/02strich/markdown/commit/ac5a385053119cd05ffea3960dc78e4df3215d14))
* **deps-dev:** Bump prettier from 2.0.1 to 2.0.5 ([#708](https://github.com/02strich/markdown/issues/708)) ([ef5b957](https://github.com/02strich/markdown/commit/ef5b957435bf769914a9a5444527e45b111566a7))
* **deps-dev:** bump puppeteer from 10.0.0 to 10.1.0 ([#216](https://github.com/02strich/markdown/issues/216)) ([da27029](https://github.com/02strich/markdown/commit/da27029c31a1bf25f4d594c427dabd005dc8ea21))
* **deps-dev:** bump puppeteer from 9.1.1 to 10.0.0 ([#191](https://github.com/02strich/markdown/issues/191)) ([3218a8d](https://github.com/02strich/markdown/commit/3218a8d0221fe4b40b67fc922571d93479cbafb7))
* **deps:** bump react from 16.11.0 to 16.12.0 ([#378](https://github.com/02strich/markdown/issues/378)) ([d85374f](https://github.com/02strich/markdown/commit/d85374f8c1f36ff9489d3d77a5fdd4f86feb3eab))
* **deps:** Bump react from 16.12.0 to 16.13.0 ([#500](https://github.com/02strich/markdown/issues/500)) ([32c25f9](https://github.com/02strich/markdown/commit/32c25f94a3c6cbb6f849d9c3e5089aabcd1f6f97))
* **deps:** Bump react from 16.13.0 to 16.13.1 ([#551](https://github.com/02strich/markdown/issues/551)) ([5599aa3](https://github.com/02strich/markdown/commit/5599aa3bc422412445c268bc5b06e0fa20abc881))
* **deps:** bump react-copy-to-clipboard from 5.0.1 to 5.0.2 ([#367](https://github.com/02strich/markdown/issues/367)) ([d0e614a](https://github.com/02strich/markdown/commit/d0e614a7a006cfb01ae5bcd4ca928a7899f29981))
* Bump react-dom from 16.11.0 to 16.12.0 ([#388](https://github.com/02strich/markdown/issues/388)) ([80aefc8](https://github.com/02strich/markdown/commit/80aefc876bc38194e301d75ed2fb7bcc2e4a116c))
* **deps:** Bump react-dom from 16.12.0 to 16.13.0 ([#498](https://github.com/02strich/markdown/issues/498)) ([017df7c](https://github.com/02strich/markdown/commit/017df7cc442f280a380f736515bbf05a43bcb1ce))
* **deps:** Bump react-dom from 16.13.0 to 16.13.1 ([#585](https://github.com/02strich/markdown/issues/585)) ([00072fb](https://github.com/02strich/markdown/commit/00072fbd961c58f7a6ce4516feb9d58ed54211ad))
* **deps:** Bump react-hot-loader from 3.1.3 to 4.12.16 ([#532](https://github.com/02strich/markdown/issues/532)) ([78d9989](https://github.com/02strich/markdown/commit/78d9989a5744f956fbdd5317bd2d7510b81be8ec))
* **deps:** bump react-hot-loader from 4.12.15 to 4.12.16 ([#372](https://github.com/02strich/markdown/issues/372)) ([761ef72](https://github.com/02strich/markdown/commit/761ef72466b25d76f9e45827c83998ad4f8ca6af))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.19 ([#482](https://github.com/02strich/markdown/issues/482)) ([b3bc688](https://github.com/02strich/markdown/commit/b3bc688b920b2bb6731d6e163d76a3677063f5b8))
* **deps:** Bump react-hot-loader from 4.12.16 to 4.12.21 ([#675](https://github.com/02strich/markdown/issues/675)) ([4dcfcc7](https://github.com/02strich/markdown/commit/4dcfcc706f3c5cfc227bfb11f591ccf171d9042e))
* **deps:** Bump react-jsonschema-form from `e5ad900` to `3a3a478` ([#481](https://github.com/02strich/markdown/issues/481)) ([f97e370](https://github.com/02strich/markdown/commit/f97e3705210806b05c42f0e09e35cbf751900929))
* **deps:** bump readmeio/rdme from 7.0.0 to 7.0.1 ([#453](https://github.com/02strich/markdown/issues/453)) ([39baac0](https://github.com/02strich/markdown/commit/39baac074233aa2220ac4892d5fbe9d13dea40f6))
* **deps:** bump readmeio/rdme from 7.0.1 to 7.0.3 ([#459](https://github.com/02strich/markdown/issues/459)) ([3433623](https://github.com/02strich/markdown/commit/343362394183d22e9284ec835bd31b0f463a29a5))
* **deps:** bump readmeio/rdme from 7.0.3 to 7.1.1 ([#468](https://github.com/02strich/markdown/issues/468)) ([6eac32f](https://github.com/02strich/markdown/commit/6eac32f06196a32d88f661b3169065eb4a2bf3df))
* **deps:** bump readmeio/rdme from 7.1.1 to 7.2.0 ([#474](https://github.com/02strich/markdown/issues/474)) ([3c1564d](https://github.com/02strich/markdown/commit/3c1564d9037596e41fbcd12aec5f8992744b101b))
* **deps:** bump readmeio/rdme from 7.2.0 to 7.2.2 ([#522](https://github.com/02strich/markdown/issues/522)) ([4b34bb4](https://github.com/02strich/markdown/commit/4b34bb49deb84482c95726d83e3e8a8627bad01e))
* **deps:** bump readmeio/rdme from 7.2.2 to 7.5.0 ([#556](https://github.com/02strich/markdown/issues/556)) ([7240820](https://github.com/02strich/markdown/commit/7240820652c81b5391c4552353bf7901945e8288))
* **deps:** bump readmeio/rdme from 7.5.0 to 8.0.0 ([#612](https://github.com/02strich/markdown/issues/612)) ([53cdd23](https://github.com/02strich/markdown/commit/53cdd235db82ba0227ce9293df400697f54a4f3d))
* **deps:** bump readmeio/rdme from 8.0.0 to 8.0.4 ([#621](https://github.com/02strich/markdown/issues/621)) ([08d5789](https://github.com/02strich/markdown/commit/08d5789eb573e30a6225fe7900be544b558c804a))
* **deps:** bump readmeio/rdme from 8.0.4 to 8.1.1 ([#639](https://github.com/02strich/markdown/issues/639)) ([bfcee5e](https://github.com/02strich/markdown/commit/bfcee5ea8ce8153aef56288480a922c24a4ad396))
* **deps:** bump readmeio/rdme from 8.1.1 to 8.2.0 ([#648](https://github.com/02strich/markdown/issues/648)) ([1d2ce39](https://github.com/02strich/markdown/commit/1d2ce391bb5f5a48999c9a1684733a294ccb48f6))
* **deps:** bump rehype-raw from 4.0.2 to 5.1.0 ([#198](https://github.com/02strich/markdown/issues/198)) ([43fc7f6](https://github.com/02strich/markdown/commit/43fc7f60807966f500c6056f0071286aa0289f1a))
* **deps:** bump rehype-react from 5.0.1 to 6.2.1 ([#175](https://github.com/02strich/markdown/issues/175)) ([101218f](https://github.com/02strich/markdown/commit/101218f9167247878720d0c98850ca51d5af3eff))
* **deps:** bump rehype-sanitize from 3.0.1 to 4.0.0 ([#176](https://github.com/02strich/markdown/issues/176)) ([bb3956d](https://github.com/02strich/markdown/commit/bb3956d5b5fbf16a1f0f19536efc12cff4d13029))
* **deps:** bump remark-disable-tokenizers from 1.0.24 to 1.1.0 ([#179](https://github.com/02strich/markdown/issues/179)) ([53ae45f](https://github.com/02strich/markdown/commit/53ae45ff00ac3433c8bfebaaa970047004d7bf36))
* **deps:** bump remark-parse from 6.0.2 to 7.0.2 ([#374](https://github.com/02strich/markdown/issues/374)) ([56cb496](https://github.com/02strich/markdown/commit/56cb496676a53c74b88a6b8d2f42e6a5311c1d10))
* **deps:** bump remark-slug from 6.0.0 to 6.1.0 ([#242](https://github.com/02strich/markdown/issues/242)) ([dce932b](https://github.com/02strich/markdown/commit/dce932b75d6e99a50cc1476163680cd489425c15))
* **deps-dev:** bump sass-loader from 7.3.1 to 10.1.0 ([ba4b402](https://github.com/02strich/markdown/commit/ba4b40251b766729397464551e97c9bda7da651f))
* **deps-dev:** Bump sass-loader from 7.3.1 to 8.0.2 ([#533](https://github.com/02strich/markdown/issues/533)) ([4c166b2](https://github.com/02strich/markdown/commit/4c166b2189491f07f654e6193a05cd208a349db0))
* **deps-dev:** Bump sass-loader from 8.0.0 to 8.0.2 ([#451](https://github.com/02strich/markdown/issues/451)) ([0d9ebc9](https://github.com/02strich/markdown/commit/0d9ebc9784aaa7797155d64a946bf145cb1d9da1))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](https://github.com/02strich/markdown/issues/596)) ([d91f5da](https://github.com/02strich/markdown/commit/d91f5da4315aa0943013946698ec5b3a97911d4d))
* **deps-dev:** bump semantic-release from 17.3.8 to 17.4.4 ([#181](https://github.com/02strich/markdown/issues/181)) ([ad92db6](https://github.com/02strich/markdown/commit/ad92db6be891a5a11d601798ae77bdfc0212f2ee))
* **deps-dev:** bump semantic-release from 17.4.4 to 17.4.7 ([#277](https://github.com/02strich/markdown/issues/277)) ([bfcfd3f](https://github.com/02strich/markdown/commit/bfcfd3f4fb9eeb6d2c07d6bbb3435df70e6cefba))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](https://github.com/02strich/markdown/issues/497)) ([3171fcb](https://github.com/02strich/markdown/commit/3171fcbe51438d4ec12f2778025e11af5b670ee9))
* Bump style-loader from 1.0.0 to 1.0.1 ([#396](https://github.com/02strich/markdown/issues/396)) ([67c2a11](https://github.com/02strich/markdown/commit/67c2a110597bec9c69c91c08362b6c6a8ebf52d3))
* **deps-dev:** Bump style-loader from 1.0.1 to 1.1.1 ([#414](https://github.com/02strich/markdown/issues/414)) ([5dc1bc8](https://github.com/02strich/markdown/commit/5dc1bc8eb78b5e4ee7d60a5a8cc452eafbf6e0d5))
* **deps-dev:** Bump style-loader from 1.1.1 to 1.1.2 ([#419](https://github.com/02strich/markdown/issues/419)) ([434cce7](https://github.com/02strich/markdown/commit/434cce7446d7e13beb5ddf8e5ed22eddb9ed5f4e))
* **deps-dev:** Bump style-loader from 1.1.2 to 1.1.3 ([#453](https://github.com/02strich/markdown/issues/453)) ([a274317](https://github.com/02strich/markdown/commit/a274317f96601331c3f1cecdbf1c1bfff2518d68))
* **deps-dev:** Bump style-loader from 1.1.3 to 1.1.4 ([#611](https://github.com/02strich/markdown/issues/611)) ([8972a23](https://github.com/02strich/markdown/commit/8972a2381cbe8437ded3d73a6a09e621650163f6))
* **deps-dev:** bump style-loader from 1.1.4 to 1.2.1 ([#782](https://github.com/02strich/markdown/issues/782)) ([42500e7](https://github.com/02strich/markdown/commit/42500e7ab56ee5ff7e5b4a451f99d40ee192b3ac))
* **deps:** Bump swagger2openapi from 5.3.1 to 5.3.2 ([#439](https://github.com/02strich/markdown/issues/439)) ([f7d5374](https://github.com/02strich/markdown/commit/f7d537497192e63ec19b425f1548c00494e26fd1))
* **deps:** Bump swagger2openapi from 5.3.2 to 5.3.3 ([#477](https://github.com/02strich/markdown/issues/477)) ([c0f67aa](https://github.com/02strich/markdown/commit/c0f67aa5f7b46f4f3d9dbe16416a9c46019d506d))
* **deps:** Bump swagger2openapi from 5.3.3 to 5.3.4 ([#512](https://github.com/02strich/markdown/issues/512)) ([3f2a244](https://github.com/02strich/markdown/commit/3f2a2442ad192a293c2ac128bc7366f1337e2b0e))
* **deps:** Bump swagger2openapi from 5.3.4 to 5.4.0 ([#557](https://github.com/02strich/markdown/issues/557)) ([9e5a36a](https://github.com/02strich/markdown/commit/9e5a36a7c42354475f850a4faa82c7eab664970b))
* **deps:** Bump swagger2openapi from 5.4.0 to 6.0.1 ([#575](https://github.com/02strich/markdown/issues/575)) ([6784a37](https://github.com/02strich/markdown/commit/6784a37f8d894db1433ab7f7362ae41a88bc6978))
* **deps:** Bump swagger2openapi from 6.0.1 to 6.0.2 ([#597](https://github.com/02strich/markdown/issues/597)) ([97c19fd](https://github.com/02strich/markdown/commit/97c19fdc9549bab29fe8534478d42e7da8a39a7c))
* **deps:** Bump swagger2openapi from 6.0.2 to 6.0.3 ([#613](https://github.com/02strich/markdown/issues/613)) ([38e21fe](https://github.com/02strich/markdown/commit/38e21fedd752859b77f2fb579e9d78772271f615))
* **deps:** bump terser from 5.8.0 to 5.14.2 ([#546](https://github.com/02strich/markdown/issues/546)) ([454eafe](https://github.com/02strich/markdown/commit/454eafef0b9cf409bb3ef413b265dfca8a3afd7b))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.1 to 2.3.2 ([#444](https://github.com/02strich/markdown/issues/444)) ([d24c48d](https://github.com/02strich/markdown/commit/d24c48dd808abad8a7aaa61d6869445969b4279f))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.2 to 2.3.4 ([#468](https://github.com/02strich/markdown/issues/468)) ([559db72](https://github.com/02strich/markdown/commit/559db72f20bffbc5d0db2c6c25bd2de995a0dc1d))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.4 to 2.3.5 ([#491](https://github.com/02strich/markdown/issues/491)) ([068f85f](https://github.com/02strich/markdown/commit/068f85ff258ddc22637e1fd34673b70e706ef49c))
* **deps-dev:** Bump terser-webpack-plugin from 2.3.5 to 2.3.6 ([#639](https://github.com/02strich/markdown/issues/639)) ([737a3f2](https://github.com/02strich/markdown/commit/737a3f20b1a7befed2dbc1f47e3dcb62ecfc2313))
* **deps-dev:** bump terser-webpack-plugin from 3.0.3 to 3.0.6 ([#802](https://github.com/02strich/markdown/issues/802)) ([062314a](https://github.com/02strich/markdown/commit/062314a4dfa63ca3bf98709fa9db1111cc82c467))
* **deps-dev:** bump terser-webpack-plugin from 3.0.8 to 4.2.3 ([979b1ec](https://github.com/02strich/markdown/commit/979b1ecbd5a16f00a6ab514bcfe41f642820cf3f))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](https://github.com/02strich/markdown/issues/572)) ([5028530](https://github.com/02strich/markdown/commit/502853001d0cf10ebfc471c1c5772b42588448ba))
* **deps:** bump unified from 8.4.1 to 8.4.2 ([#371](https://github.com/02strich/markdown/issues/371)) ([716080c](https://github.com/02strich/markdown/commit/716080ca522e610270185a14f149b2b341a219d9))
* **deps:** Bump unist-util-map from 2.0.0 to 2.0.1 ([#534](https://github.com/02strich/markdown/issues/534)) ([d99dedf](https://github.com/02strich/markdown/commit/d99dedf8872c099a102a62d86fae1dda6c8b4bf4))
* **deps:** bump unist-util-select from 3.0.4 to 4.0.0 ([#180](https://github.com/02strich/markdown/issues/180)) ([caa51ff](https://github.com/02strich/markdown/commit/caa51ff18be86c45e957997a3886f5b0c1ed91a1))
* **deps:** Bump unist-util-visit from 2.0.1 to 2.0.2 ([#527](https://github.com/02strich/markdown/issues/527)) ([65a1c15](https://github.com/02strich/markdown/commit/65a1c150a40b41a764909df5359b029bc29deb25))
* **deps-dev:** Bump webpack from 4.41.2 to 4.41.4 ([#409](https://github.com/02strich/markdown/issues/409)) ([e4f4d55](https://github.com/02strich/markdown/commit/e4f4d555e1e8235ddae04c70877857c43add8e09))
* **deps-dev:** Bump webpack from 4.41.4 to 4.41.5 ([#423](https://github.com/02strich/markdown/issues/423)) ([ed1c56e](https://github.com/02strich/markdown/commit/ed1c56e1099d6bf2450969613d184f89a1433229))
* **deps-dev:** Bump webpack from 4.41.5 to 4.41.6 ([#490](https://github.com/02strich/markdown/issues/490)) ([32da645](https://github.com/02strich/markdown/commit/32da6459577b0148d9b0f9b37c9582b5147fb127))
* **deps-dev:** Bump webpack from 4.41.6 to 4.42.0 ([#499](https://github.com/02strich/markdown/issues/499)) ([a2529e0](https://github.com/02strich/markdown/commit/a2529e0ad214736b7442e8ebff02265092b60a57))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#634](https://github.com/02strich/markdown/issues/634)) ([2842335](https://github.com/02strich/markdown/commit/2842335b155b5fc603737589ef339842fd36f334))
* **deps-dev:** Bump webpack from 4.42.0 to 4.43.0 ([#674](https://github.com/02strich/markdown/issues/674)) ([37917ed](https://github.com/02strich/markdown/commit/37917ed8459ac3edbf371f3ba153115e9f027fda))
* **deps-dev:** bump webpack from 4.46.0 to 5.39.0 ([#170](https://github.com/02strich/markdown/issues/170)) ([91523e8](https://github.com/02strich/markdown/commit/91523e89e44a1bd8edaedf22d455e664fb1816d2))
* **deps-dev:** Bump webpack-cli from 3.3.10 to 3.3.11 ([#486](https://github.com/02strich/markdown/issues/486)) ([9306e27](https://github.com/02strich/markdown/commit/9306e27f8990c406003f97a8eeecdb39023ecf59))
* **deps-dev:** bump webpack-cli from 3.3.11 to 3.3.12 ([#803](https://github.com/02strich/markdown/issues/803)) ([04305d5](https://github.com/02strich/markdown/commit/04305d5474fd12e74a9bff26fa1786386b3214e5))
* **deps-dev:** Bump webpack-dev-server from 3.10.1 to 3.10.2 ([#470](https://github.com/02strich/markdown/issues/470)) ([6830ee5](https://github.com/02strich/markdown/commit/6830ee5f1feead4fbdd2e43020dcd1a6df21cdbe))
* **deps-dev:** Bump webpack-dev-server from 3.10.2 to 3.10.3 ([#476](https://github.com/02strich/markdown/issues/476)) ([b60510f](https://github.com/02strich/markdown/commit/b60510fcfe3a799a722a13fee651ab7553282f08))
* **deps-dev:** Bump webpack-dev-server from 3.10.3 to 3.11.0 ([#695](https://github.com/02strich/markdown/issues/695)) ([6a4edbf](https://github.com/02strich/markdown/commit/6a4edbf62ba3d2d299904396eb40211a614cd4d0))
* **deps-dev:** Bump webpack-dev-server from 3.9.0 to 3.10.1 ([#421](https://github.com/02strich/markdown/issues/421)) ([e3e5abb](https://github.com/02strich/markdown/commit/e3e5abb5de1538436a776f64b882e1562a9b8456))
* **deps-dev:** bump webpack-merge from 4.2.2 to 5.4.0 ([3c08dc9](https://github.com/02strich/markdown/commit/3c08dc9d44526695b7a72b706567865f3f467e64))
* **deps-dev:** bump webpack-merge from 5.7.3 to 5.8.0 ([#174](https://github.com/02strich/markdown/issues/174)) ([ea0aefa](https://github.com/02strich/markdown/commit/ea0aefab27c0a3968878b8cedbdc1aec03acf3df))
* **deps:** Bump yaml from 1.8.3 to 1.10.0 ([#702](https://github.com/02strich/markdown/issues/702)) ([d751af0](https://github.com/02strich/markdown/commit/d751af03f73ec9ad3768874f17b64b381cd9dde6))
* **deps:** bumping @readme/syntax-highlighter and @readme/variable ([#308](https://github.com/02strich/markdown/issues/308)) ([36aca90](https://github.com/02strich/markdown/commit/36aca902a8f1d900670c22d095373674c69b5c45))
* bumping @readme/syntax-highlighter to resolve upstram webpack issues ([#394](https://github.com/02strich/markdown/issues/394)) ([cb913ad](https://github.com/02strich/markdown/commit/cb913ad329fc318340f46ff71e214c5092c45fbe))
* **chore:** bumping dependencies and resolving `npm audit` warnings ([#303](https://github.com/02strich/markdown/issues/303)) ([3a79d61](https://github.com/02strich/markdown/commit/3a79d61670ebd82a73d38bb6a677bb061276e5fb))
* **deps:** bumping syntax-highlighter to support graphql ([#309](https://github.com/02strich/markdown/issues/309)) ([c38ba00](https://github.com/02strich/markdown/commit/c38ba0003dec308268f8f6afafa563f45872cd19)), closes [#173](https://github.com/02strich/markdown/issues/173)
* bumping the dependabot frequency to monthly ([0bc5c37](https://github.com/02strich/markdown/commit/0bc5c376e8bf2262c2326671a4c8e01d7ea31597))
* callout error icon ([#645](https://github.com/02strich/markdown/issues/645)) ([f33d2c7](https://github.com/02strich/markdown/commit/f33d2c7e0734a1c23f9cb62db25086a081e5bf5d))
* callout warning icon ([#564](https://github.com/02strich/markdown/issues/564)) ([197ce6f](https://github.com/02strich/markdown/commit/197ce6fce413b60dc3612d652f985cf8ce8fbfb7))
* callouts with multiple blocks ([#610](https://github.com/02strich/markdown/issues/610)) ([9a01f83](https:…
rafegoldberg pushed a commit that referenced this pull request Oct 30, 2024
## Version 7.8.0
### ✨ New & Improved

* compat parser ([#1004](#1004)) ([ead267e](ead267e))

### 🛠 Fixes & Updates

* bold in tables ([#1006](#1006)) ([bc481d9](bc481d9))
* **deps:** bump actions/setup-node from 3 to 4 ([#821](#821)) ([f96ea89](f96ea89)), closes [actions/setup-node#866](actions/setup-node#866) [actions/setup-node#868](actions/setup-node#868) [actions/setup-node#876](actions/setup-node#876) [actions/setup-node#868](actions/setup-node#868) [actions/setup-node#861](actions/setup-node#861) [actions/setup-node#859](actions/setup-node#859) [actions/setup-node#870](actions/setup-node#870) [actions/setup-node#872](actions/setup-node#872) [actions/setup-node#875](actions/setup-node#875) [actions/setup-node#831](actions/setup-node#831) [actions/setup-node#803](actions/setup-node#803) [actions/setup-node#809](actions/setup-node#809) [actions/setup-node#816](actions/setup-node#816) [actions/setup-node#794](actions/setup-node#794) [actions/setup-node#710](actions/setup-node#710) [actions/setup-node#812](actions/setup-node#812) [actions/setup-node#808](actions/setup-node#808) [actions/setup-node#804](actions/setup-node#804) [actions/setup-node#802](actions/setup-node#802) [actions/setup-node#807](actions/setup-node#807) [#876](#876) [#868](#868) [#866](#866)
* **deps:** bump actions/upload-artifact from 3 to 4 ([#846](#846)) ([5a72802](5a72802)), closes [actions/upload-artifact#464](actions/upload-artifact#464) [actions/upload-artifact#313](actions/upload-artifact#313) [actions/upload-artifact#436](actions/upload-artifact#436) [#374](#374) [#375](#375) [#351](#351) [actions/upload-artifact#327](actions/upload-artifact#327) [actions/toolkit#1095](actions/toolkit#1095) [actions/toolkit#1063](actions/toolkit#1063) [#515](#515) [#511](#511) [#509](#509) [#505](#505)
* **deps:** bump braces from 3.0.2 to 3.0.3 ([#907](#907)) ([6b017a7](6b017a7)), closes [#40](#40) [#37](#37) [#27](#27)
* **deps:** bump core-js from 3.36.1 to 3.38.1 ([#1013](#1013)) ([58ceef7](58ceef7)), closes [#1357](https://github.com/readmeio/markdown/issues/1357) [#1361](https://github.com/readmeio/markdown/issues/1361) [#1352](https://github.com/readmeio/markdown/issues/1352) [#1345](https://github.com/readmeio/markdown/issues/1345) [#1344](https://github.com/readmeio/markdown/issues/1344) [#1361](https://github.com/readmeio/markdown/issues/1361)
* **deps-dev:** bump css-loader from 6.11.0 to 7.1.2 ([#1015](#1015)) ([6be77cf](6be77cf)), closes [#1600](https://github.com/readmeio/markdown/issues/1600) [#1590](https://github.com/readmeio/markdown/issues/1590) [#1577](https://github.com/readmeio/markdown/issues/1577) [#1600](https://github.com/readmeio/markdown/issues/1600) [#1590](https://github.com/readmeio/markdown/issues/1590) [#1577](https://github.com/readmeio/markdown/issues/1577) [#1600](https://github.com/readmeio/markdown/issues/1600) [#1596](https://github.com/readmeio/markdown/issues/1596) [#1595](https://github.com/readmeio/markdown/issues/1595) [#1591](https://github.com/readmeio/markdown/issues/1591) [#1587](https://github.com/readmeio/markdown/issues/1587) [#1586](https://github.com/readmeio/markdown/issues/1586)
* **deps:** bump dset from 3.1.3 to 3.1.4 ([#1018](#1018)) ([be480d7](be480d7))
* **deps:** bump github/codeql-action from 2 to 3 ([#847](#847)) ([4b97fe6](4b97fe6)), closes [#2203](https://github.com/readmeio/markdown/issues/2203) [#2195](https://github.com/readmeio/markdown/issues/2195) [#2185](https://github.com/readmeio/markdown/issues/2185) [#2156](https://github.com/readmeio/markdown/issues/2156) [#2151](https://github.com/readmeio/markdown/issues/2151) [#2147](https://github.com/readmeio/markdown/issues/2147) [#2141](https://github.com/readmeio/markdown/issues/2141) [#2124](https://github.com/readmeio/markdown/issues/2124) [#2121](https://github.com/readmeio/markdown/issues/2121) [/github.com/github/codeql-action/blob/main/#3230---08-jan-2024](https://github.com/readmeio//github.com/github/codeql-action/blob/main//issues/3230---08-jan-2024) [#2106](https://github.com/readmeio/markdown/issues/2106) [#2083](https://github.com/readmeio/markdown/issues/2083) [#2096](https://github.com/readmeio/markdown/issues/2096) [#2073](https://github.com/readmeio/markdown/issues/2073) [#2079](https://github.com/readmeio/markdown/issues/2079) [#2200](https://github.com/readmeio/markdown/issues/2200) [#2198](https://github.com/readmeio/markdown/issues/2198) [#2197](https://github.com/readmeio/markdown/issues/2197)
* **deps-dev:** bump jest-puppeteer from 8.0.6 to 10.1.4 ([#1016](#1016)) ([33aa434](33aa434)), closes [#604](#604) [#602](#602) [#599](#599) [#586](#586) [#578](#578) [#576](#576) [#605](#605)
* **deps:** bump micromatch from 4.0.5 to 4.0.8 ([#1019](#1019)) ([7be267e](7be267e)), closes [#266](#266)
* **deps-dev:** bump mini-css-extract-plugin from 2.8.1 to 2.9.1 ([#1017](#1017)) ([9fb25da](9fb25da))
* **deps-dev:** bump semantic-release from 22.0.12 to 24.2.0 ([#1011](#1011)) ([443c843](443c843)), closes [#3462](https://github.com/readmeio/markdown/issues/3462) [#3460](https://github.com/readmeio/markdown/issues/3460) [#3436](https://github.com/readmeio/markdown/issues/3436) [#3423](https://github.com/readmeio/markdown/issues/3423) [#3462](https://github.com/readmeio/markdown/issues/3462) [#3489](https://github.com/readmeio/markdown/issues/3489) [#3488](https://github.com/readmeio/markdown/issues/3488) [#3486](https://github.com/readmeio/markdown/issues/3486) [#3487](https://github.com/readmeio/markdown/issues/3487) [#3485](https://github.com/readmeio/markdown/issues/3485) [#3483](https://github.com/readmeio/markdown/issues/3483) [#3450](https://github.com/readmeio/markdown/issues/3450) [#3481](https://github.com/readmeio/markdown/issues/3481) [#3424](https://github.com/readmeio/markdown/issues/3424)
* **deps-dev:** bump webpack from 5.91.0 to 5.95.0 ([#1014](#1014)) ([b9c8dd2](b9c8dd2))
* update conventional commits ([50a4be9](50a4be9))
* upgrade conventionalcommits ([3646513](3646513))

<!--SKIP CI-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant