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

Markdown syntax for images that supports sizing and captions #378

Open
kellyjosephprice opened this issue Dec 2, 2021 · 6 comments
Open
Labels
enhancement New feature or request

Comments

@kellyjosephprice
Copy link
Collaborator

kellyjosephprice commented Dec 2, 2021

Looks good. A bit bummed about having to move image serialization back to the magic block format… any thoughts on a way to manage captions and sizing in RDMD-flavored syntax?

Originally posted by @rafegoldberg in #377 (review)

Commonmark Dicussions Forum

@kellyjosephprice
Copy link
Collaborator Author

kellyjosephprice commented Dec 2, 2021

One idea is to use position data:

![Alt text](/image-url "title" "sizing" "caption")

Or, named attributes:

![Alt text](/image-url "title" sizing="..." caption="...")

I've seen somewhere a syntax for adding arbitrary attributes to markdown elements:

![Alt text](/image-url){: title="..." sizing="..." caption="..." }

I'm not a fan of position attributes, having to know the order is not friendly. And I think it's a little antithetical to the markdown philosophy to use named attributes at all. It'd be nice if there was a shorthand for it.

@kellyjosephprice kellyjosephprice added the enhancement New feature or request label Dec 2, 2021
@kellyjosephprice
Copy link
Collaborator Author

This comment has some pretty interesting takes on how to represent captions in a block shorthand. I particularly like the ones that have a prefix for the caption:

![alt](/url)
: caption
![alt](/url)
! caption
![alt](/url)
-- caption

@rafegoldberg
Copy link
Contributor

Thanks for opening this @kellyjosephprice! I agree that positional attributes are a pain, and I'm not a big fan of that final arbitrary attribute syntax either. I think I'd say some kind of named attributes are the simplest, and most markdown like, so I'd vote moving in that direction!

@kellyjosephprice
Copy link
Collaborator Author

kellyjosephprice commented Dec 2, 2021

A simpler method would be to treat a block immediately following an image as a caption, as from this parent thread:

![](/image-url)
caption?

@thenaomiday
Copy link
Contributor

@kellyjosephprice @rafegoldberg I'm re-upping this thread (as per a conversation with Kelly) to make a decision on image markdown syntax so I can update images to always use markdown syntax (the current block syntax breaks tables in a bad way, so taking the chance to just update this).

I'm inclined to go with named attributes, despite that they are somewhat un-markdown-like:
![Alt text](/image-url "title" width="..." caption="...")

Are we cool with this approach? Speak now or (at least temporarily) hold your peace!

02strich pushed a commit to 02strich/markdown that referenced this issue 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 issue 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 issue 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 issue 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 issue 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 issue 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:…
@martin-cod
Copy link

Do html tags work for this?

Falavored markdown + centered caption using html tag <p>

![Image Alt Text](https://files.readme.io/4d1f928-_eafcc389-ea5a-40e2-9539-37ddf358d3d4.jpeg "Image Title")  
_<p style="text-align: center;">Image Caption</p>_

Alternative image caption syntax:

<figure>
    <img src="https://files.readme.io/4d1f928-_eafcc389-ea5a-40e2-9539-37ddf358d3d4.jpeg"
         alt="Image Alt Text"
         title="Image Title">
    <figcaption>Alternative Image Caption</figcaption>
</figure>

Image center alignment

<div style="text-align: center;">
    <img src="https://files.readme.io/0f9be14-_eafcc389-ea5a-40e2-9539-37ddf358d3d4_200x200.jpg">
</div>

and image right alignment.

<div>
    <img align="right" src="https://files.readme.io/0f9be14-_eafcc389-ea5a-40e2-9539-37ddf358d3d4_200x200.jpg">
    <img align="right" src="https://files.readme.io/0f9be14-_eafcc389-ea5a-40e2-9539-37ddf358d3d4_200x200.jpg">
    <img align="right" src="https://files.readme.io/0f9be14-_eafcc389-ea5a-40e2-9539-37ddf358d3d4_200x200.jpg">
    <div style="clear:both"></div>
</div>

I've noted, that style attribute is not supported in GitHub Markdown representation.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

4 participants