Skip to content

Conversation

@runnabro
Copy link
Member

PR App Fix RM-XYZ

🧰 Changes

Dark mode for Glossary tooltips

🧬 QA & Testing

@runnabro runnabro requested a review from kevinports October 18, 2022 23:41
@github-actions
Copy link

github-actions bot commented Oct 18, 2022

A review app has been launched for this PR!

🔍 Inspect the app: https://dashboard.heroku.com/apps/markdown-pr-599

🧭 Take it for a spin: https://markdown-pr-599.herokuapp.com/

@runnabro
Copy link
Member Author

@kevinports I'm getting some errors when I test this locally…any advice?

Error: Invalid hook call. Hooks can only be called inside of the body of a function component.

So far I've tried a clean install in both repos before linking

@runnabro
Copy link
Member Author

Whoop, it worked! You can test by:

  1. https://markdown-pr-599.herokuapp.com/?lazy-images=true#tableOfContentsTests
  2. Copy/paste our usual vars:
:root {
  --color-bg-page: var(--white);
  --color-bg-page-rgb: var(--white-rgb);
  --color-text-default: var(--gray20);
  --color-text-muted: var(--gray30);
  --color-text-minimum: var(--gray40);
  --color-text-minimum-hover: var(--gray30);
  --color-text-minimum-icon: rgba(99,114,136,0.6);
  --color-border-default: rgba(0,0,0,0.1);
  --color-skeleton: var(--gray90);
  --color-input-background: var(--white);
  --color-input-text: var(--gray20);
  --color-input-border: #e5e5e5;
  --color-input-border-hover: #ccc;
  --color-input-border-active: var(--blue);
  --color-input-border-focus: rgba(17,140,253,0.25);
  --color-input-placeholder: var(--gray60);
  --black: #000;
  --blue: #118cfd;
  --blue-rgb: 17,140,253;
  --chalk: #c6cbd3;
  --graphite: #4f5a66;
  --green: #12ca93;
  --green-rgb: 18,202,147;
  --ivory: #f0f0f0;
  --light-gray: #f8f8f8;
  --minimum-gray: #637288;
  --purple: #8470be;
  --red: #e95f6a;
  --red-rgb: 233,95,106;
  --shale: #939eae;
  --slate: #384248;
  --white: #fff;
  --off-white: #fdfdfd;
  --yellow: #f7c543;
  --yellow-rgb: 247,197,67;
  --border-width: 1px;
  --border-radius: 5px;
  --border-radius-lg: calc(var(--border-radius) * 1.5);
  --box-shadow-menu-dark: 0 1px 3px rgba(0, 0, 0, 0.025), 0 2px 6px rgba(0, 0, 0, 0.025), 0 5px 10px rgba(0, 0, 0, 0.05);
  --box-shadow-menu-light: 0 5px 10px rgba(0, 0, 0, .05), 0 2px 6px rgba(0, 0, 0,.025), 0 1px 3px rgba(0, 0, 0, .025);
  --box-shadow-pill: inset 0 1px 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 2px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .05);
  --box-shadow-request: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 2px rgba(0, 0, 0, .1);
  --box-shadow-status: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -1px 2px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --font-family-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
  --font-weight-normal: 400;
  --font-weight: 500;
  --font-weight-bold: 600;
  --button-xs: 20px;
  --button-sm: 30px;
  --button-md: 40px;
  --button-lg: 50px;
  --icon-sm: 12px;
  --icon-md: 16px;
  --icon-lg: 20px;
  --transition-fast: .15s;
  --transition-slow: .3s;
  --transition-timing: cubic-bezier(0.16, 1, 0.3, 1);
  --header-logo-height: 24px;
  --container: 1100px;
  --container-lg: 1440px;
  --hub-main-max-width: 800px;
  --hub-playground-width: 480px;
  --hub-sidebar-width: 280px;
  --hub-toc-width: 280px;
  --param-form-width: 140px;
  --dash-container-md: 1100px;
  --dash-container-lg: 1260px;
  --xxl: 120px;
  --xl: 80px;
  --lg: 40px;
  --md: 20px;
  --sm: 10px;
  --xs: 5px;
  --blue0: #002077;
  --blue10: #003290;
  --blue20: #0047aa;
  --blue30: #005dc5;
  --blue40: #0074e1;
  --blue50: #118cfd;
  --blue60: #619efe;
  --blue70: #8ab0ff;
  --blue80: #abc3ff;
  --blue90: #c8d7ff;
  --blue100: #e4ebff;
  --green0: #002e02;
  --green10: #00491f;
  --green20: #00683a;
  --green30: #008756;
  --green40: #00a874;
  --green50: #12ca93;
  --green60: #59d4a4;
  --green70: #81ddb6;
  --green80: #a3e6c8;
  --green90: #c3efda;
  --green100: #e1f7ec;
  --gray0: #12181b;
  --gray10: #242e34;
  --gray15: #303b42;
  --gray20: #384248;
  --gray30: #4f5a66;
  --gray40: #637288;
  --gray50: #7b889b;
  --gray60: #939eae;
  --gray70: #adb4c1;
  --gray80: #c6cbd3;
  --gray90: #f0f0f0;
  --gray100: #f8f8f8;
  --gray10-rgb: 36,46,52;
  --gray15-rgb: 48,59,66;
  --gray20-rgb: 48,59,66;
  --purple0: #110e4d;
  --purple10: #2a1f63;
  --purple20: #403278;
  --purple30: #56468f;
  --purple40: #6d5ba6;
  --purple50: #8470be;
  --purple60: #9987c9;
  --purple70: #ae9ed4;
  --purple80: #c2b5df;
  --purple90: #d6cdea;
  --purple100: #ebe6f4;
  --red0: #570000;
  --red10: #730014;
  --red20: #900027;
  --red30: #ad273c;
  --red40: #cb4452;
  --red50: #e95f6a;
  --red60: #f17c81;
  --red70: #f79799;
  --red80: #fcb1b2;
  --red90: #ffcbcb;
  --red100: #ffe5e5;
  --yellow0: #3e1d00;
  --yellow10: #5a3c00;
  --yellow20: #7d5b00;
  --yellow30: #a57d00;
  --yellow40: #cda017;
  --yellow50: #f7c543;
  --yellow60: #fcce66;
  --yellow70: #ffd885;
  --yellow80: #ffe1a4;
  --yellow90: #ffebc2;
  --yellow100: #fff5e0;
  --brown: #7a461c;
  --coral: #ff758c;
  --fuchsia: #cf66c3;
  --gold: #9d8714;
  --indigo: #6b7ede;
  --lavender: #abc3ff;
  --lime: #9ace5a;
  --olive: #837400;
  --orange: #fe8e4f;
  --pink: #e15ca5;
  --teal: #00b6e6;
  --tiffany: #00beaa;
  --blue-pastel: #a8edff;
  --green-pastel: #9bfff6;
  --orange-pastel: #f5bc90;
  --purple-pastel: #e8d0ff;
  --red-pastel: #ffc4c9;
  --yellow-pastel: #ffffa7;
  --white-rgb: 255,255,255;
  --lightGray: var(--light-gray);
  --minimumGray: var(--minimum-gray)
}

[data-color-mode='dark'] {
  --color-bg-page: var(--gray10);
  --color-bg-page-rgb: var(--gray10-rgb);
  --color-text-default: var(--white);
  --color-text-muted: var(--gray80);
  --color-text-minimum: var(--gray70);
  --color-text-minimum-hover: var(--gray80);
  --color-text-minimum-icon: rgba(173,180,193,0.6);
  --color-border-default: rgba(255,255,255,0.075);
  --color-skeleton: var(--gray20);
  --color-input-background: var(--gray20);
  --color-input-text: white;
  --color-input-border: #4c555a;
  --color-input-border-hover: #60686d
}

@media (prefers-color-scheme: dark) {
  [data-color-mode='auto'] {
    --color-bg-page: var(--gray10);
    --color-bg-page-rgb: var(--gray10-rgb);
    --color-text-default: var(--white);
    --color-text-muted: var(--gray80);
    --color-text-minimum: var(--gray70);
    --color-text-minimum-hover: var(--gray80);
    --color-text-minimum-icon: rgba(173,180,193,0.6);
    --color-border-default: rgba(255,255,255,0.075);
    --color-skeleton: var(--gray20);
    --color-input-background: var(--gray20);
    --color-input-text: white;
    --color-input-border: #4c555a;
    --color-input-border-hover: #60686d
  }
}
  1. Add data-color-mode="dark" attribute to the HTML tag via the inspector

@runnabro runnabro requested a review from trishaprile October 20, 2022 01:38
@runnabro runnabro merged commit 6d9e7eb into next Oct 20, 2022
@runnabro runnabro deleted the RM-5040 branch October 20, 2022 17:10
rafegoldberg pushed a commit that referenced this pull request Oct 20, 2022
## Version 6.53.1

### 📘 Tests & Docs

* add link for emoji list ([#547](#547)) ([bab15ff](bab15ff))

### 🛠 Fixes & Updates

* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](#504)) ([a9ffb70](a9ffb70))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](#533)) ([3ca6ac8](3ca6ac8))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](#444)) ([67191cd](67191cd))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](#596)) ([d91f5da](d91f5da))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](#497)) ([3171fcb](3171fcb))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](#572)) ([5028530](5028530))
* dockerize browser tests ([#598](#598)) ([c6a43ee](c6a43ee))

### ✨ New & Improved

* **glossary:** dark mode ([#599](#599)) ([6d9e7eb](6d9e7eb))

<!--SKIP CI-->
@rafegoldberg
Copy link
Contributor

This PR was released!

🚀 Changes included in v6.53.1

moyarenko pushed a commit to moyarenko/markdown that referenced this pull request Nov 3, 2022
## Version 1.0.0

### ⚠ BREAKING CHANGES

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

### 📘 Tests & Docs

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

### ✨ New & Improved

* **markdown:**  ([#660](https://github.com/moyarenko/markdown/issues/660)) ([268a282](https://github.com/moyarenko/markdown/commit/268a28242dbb94e526db8d73989f278745f0933b)), closes [readmeio/readme#2700](https://github.com/readmeio/readme/issues/2700)
* ✨ implement isomorphic markdown parser package ([#537](https://github.com/moyarenko/markdown/issues/537)) ([8fa38e3](https://github.com/moyarenko/markdown/commit/8fa38e3684d69ddd16d5a710cc008a8d4d254b1c))
* **explorer:** add .markdown-body class to excerpt ([#665](https://github.com/moyarenko/markdown/issues/665)) ([cd1daaf](https://github.com/moyarenko/markdown/commit/cd1daafa1cfbbfc62ff112b2dc495744d17476bc))
* **release:** add a next channel ([#91](https://github.com/moyarenko/markdown/issues/91)) ([5938622](https://github.com/moyarenko/markdown/commit/59386226fc8785f159fe97464ad4aef48dbb58b8))
* add class for blank-line ([#457](https://github.com/moyarenko/markdown/issues/457)) ([347cfa6](https://github.com/moyarenko/markdown/commit/347cfa60cb45a23d3cb50671290b168bd91ce006))
* add dark option for code blocks ([#284](https://github.com/moyarenko/markdown/issues/284)) ([885b844](https://github.com/moyarenko/markdown/commit/885b8441a6ad423b4d59a14a7430c882f5ea1fad))
* add escape type ([#489](https://github.com/moyarenko/markdown/issues/489)) ([dd3d851](https://github.com/moyarenko/markdown/commit/dd3d851f2d0b165c851adf2469ef1b207e881745))
* add lazy flag for images ([#594](https://github.com/moyarenko/markdown/issues/594)) ([fda31b8](https://github.com/moyarenko/markdown/commit/fda31b8dcc60706545d5e42e0c4ebbb0c06cdb5b))
* add safeMode flag ([#517](https://github.com/moyarenko/markdown/issues/517)) ([4e79005](https://github.com/moyarenko/markdown/commit/4e79005f3cc0c1820536657059ad3d2083a66e1d))
* add support for syntax highlighting more languages  ([#728](https://github.com/moyarenko/markdown/issues/728)) ([13cb4e4](https://github.com/moyarenko/markdown/commit/13cb4e4eb06e8f235f4a0acc3ce2f78dcd2ab29a))
* add width support to image compiler ([#417](https://github.com/moyarenko/markdown/issues/417)) ([8fc2d50](https://github.com/moyarenko/markdown/commit/8fc2d500900c406f6685f3ed5596257fcaef9b39))
* add yaml compiler ([#509](https://github.com/moyarenko/markdown/issues/509)) ([ac238d1](https://github.com/moyarenko/markdown/commit/ac238d1d58164071eafeb893992662e4e00c6aec))
* adding a handful of new status codes ([#520](https://github.com/moyarenko/markdown/issues/520)) ([35db543](https://github.com/moyarenko/markdown/commit/35db54372bc59ab0ac080731cc738c39eab2f96f))
* adding a handful of unofficial http status codes ([#522](https://github.com/moyarenko/markdown/issues/522)) ([6d94a79](https://github.com/moyarenko/markdown/commit/6d94a79039e5cbd5baaf7ab6422e0c1dee1d528f))
* adding a new `copyButtons` option for disabling code copy btns ([#59](https://github.com/moyarenko/markdown/issues/59)) ([e4c40fd](https://github.com/moyarenko/markdown/commit/e4c40fde5f0e6411e24b25ba44c8c424bf406913))
* adding support for a handful of language highlight aliases ([#643](https://github.com/moyarenko/markdown/issues/643)) ([7d52154](https://github.com/moyarenko/markdown/commit/7d5215441ef6559ecda58a5c09fcf56438ab190e))
* adding support for cookie auth ([#817](https://github.com/moyarenko/markdown/issues/817)) ([5a2ef14](https://github.com/moyarenko/markdown/commit/5a2ef14615fde6302d2ac062aa49e7c10ba59043))
* adding support for cookies to oas-to-har ([#794](https://github.com/moyarenko/markdown/issues/794)) ([37b020d](https://github.com/moyarenko/markdown/commit/37b020d5dc86f444807e8194a0fe2bdbfdf6548d))
* adding support for handling `default` responses ([#846](https://github.com/moyarenko/markdown/issues/846)) ([783fe1a](https://github.com/moyarenko/markdown/commit/783fe1a24c9cc2b3509366bb0e9b862ae71a7a99))
* adding support for highlighting diffs ([#835](https://github.com/moyarenko/markdown/issues/835)) ([eb04c38](https://github.com/moyarenko/markdown/commit/eb04c38e0b944b26bc5e03cb63d8a2730586dc3d))
* adding support for highlighting OCaml and R languages ([#151](https://github.com/moyarenko/markdown/issues/151)) ([b901605](https://github.com/moyarenko/markdown/commit/b90160520a74f624faedf780d5bea6df583aa180))
* adding support for more string formats ([#381](https://github.com/moyarenko/markdown/issues/381)) ([da9c5a2](https://github.com/moyarenko/markdown/commit/da9c5a2d415842b65aa9da680fb1b61312a76536))
* Adding support for multiple media types ([#312](https://github.com/moyarenko/markdown/issues/312)) ([6ac7b67](https://github.com/moyarenko/markdown/commit/6ac7b67dd279c2c3e1652c24cff5b4a27dc2a5b7))
* addition of a new "node-simple" client language for our api sdk module ([#792](https://github.com/moyarenko/markdown/issues/792)) ([8f53c87](https://github.com/moyarenko/markdown/commit/8f53c871fe409a57ad14a4b7263855eeeb92846e))
* **markdown:** adjust lightbox img width ([#645](https://github.com/moyarenko/markdown/issues/645)) ([a016b88](https://github.com/moyarenko/markdown/commit/a016b88ee47a44e7f891efa7762dbaabcd7d76a0))
* adopt variable ([#200](https://github.com/moyarenko/markdown/issues/200)) ([947e31e](https://github.com/moyarenko/markdown/commit/947e31e08e02fe4d82c628ebd5bf3dd268ff3471))
* allow disabling tokenizers ([#119](https://github.com/moyarenko/markdown/issues/119)) ([0418a05](https://github.com/moyarenko/markdown/commit/0418a0543e0b15a00b51c0de38180c9de2f2b5fe))
* allow download attr in a-tags ([#39](https://github.com/moyarenko/markdown/issues/39)) ([87d8099](https://github.com/moyarenko/markdown/commit/87d8099e77095ce2aabe3a8c94c5da44d0b5a2a7))
* allow nesting callouts ([#601](https://github.com/moyarenko/markdown/issues/601)) ([e624b9a](https://github.com/moyarenko/markdown/commit/e624b9a18de59e570e15b5f899de71af06d77d4e))
* always use ATX format for headers ([#571](https://github.com/moyarenko/markdown/issues/571)) ([270e86f](https://github.com/moyarenko/markdown/commit/270e86f50e93746561f97e3702ec52de5d23bd4c))
* App selections should update current auth states ([#220](https://github.com/moyarenko/markdown/issues/220)) ([c97ff83](https://github.com/moyarenko/markdown/commit/c97ff8392c8a901b94766aef31382502804b7356))
* autoregister custom component tags and attrs ([#342](https://github.com/moyarenko/markdown/issues/342)) ([e58309a](https://github.com/moyarenko/markdown/commit/e58309aa27aebd6fccfc73a32e0f25daa7167aa9))
* compile custom magic blocks ([#399](https://github.com/moyarenko/markdown/issues/399)) ([d62229a](https://github.com/moyarenko/markdown/commit/d62229a6f12a6280ec4e313e22cdb1802b49796a))
* creating a new http-status-codes package ([#519](https://github.com/moyarenko/markdown/issues/519)) ([4f29c2b](https://github.com/moyarenko/markdown/commit/4f29c2bb65c5c9ae3a535d06d0fa6a1d9b705736))
* **glossary:** dark mode ([#599](https://github.com/moyarenko/markdown/issues/599)) ([6d9e7eb](https://github.com/moyarenko/markdown/commit/6d9e7eb92ee958bd9db1e88bfbb316adf6efd3bd))
* decoupling OAS code snippet generation into a standalone package ([#812](https://github.com/moyarenko/markdown/issues/812)) ([8fbe211](https://github.com/moyarenko/markdown/commit/8fbe21101dbde115e36d94506f810d91576ed33c))
* don't render style in safeMode ([#525](https://github.com/moyarenko/markdown/issues/525)) ([8a68880](https://github.com/moyarenko/markdown/commit/8a6888017fdbcfe125353718773b5449952796bd))
* ensure bordered images are rendered via a magic block ([#579](https://github.com/moyarenko/markdown/issues/579)) ([c3fb6f2](https://github.com/moyarenko/markdown/commit/c3fb6f299dde6619dea8e789042f746242d486af))
* error codes are now unique to the error message they're for ([#542](https://github.com/moyarenko/markdown/issues/542)) ([8e6d4c1](https://github.com/moyarenko/markdown/commit/8e6d4c11f74d7d101f902a24d8b517c266a6df20))
* export callout icons ([#219](https://github.com/moyarenko/markdown/issues/219)) ([7391b14](https://github.com/moyarenko/markdown/commit/7391b143d4ae889556e4be0d7c78650049c143ba))
* export components ([#218](https://github.com/moyarenko/markdown/issues/218)) ([4f888f6](https://github.com/moyarenko/markdown/commit/4f888f6a4e0db2429b30652b32efceb2a6139fae))
* expose the core setup method ([#51](https://github.com/moyarenko/markdown/issues/51)) ([3e85a53](https://github.com/moyarenko/markdown/commit/3e85a539d99eb86ff1dea3ea050eb2b5add9aa74))
* Extracting oas-to-har into @readme/oas-to-har ([#376](https://github.com/moyarenko/markdown/issues/376)) ([cd7dba3](https://github.com/moyarenko/markdown/commit/cd7dba3ad76e181b7df05932fdb917f7e4e24436))
* fix glossary term overflow in tables ([#108](https://github.com/moyarenko/markdown/issues/108)) ([52e8d9e](https://github.com/moyarenko/markdown/commit/52e8d9efddcfdd205c17be6fdbd62c70f6b31fe5))
* **rdmd/callout:** fix icon alignment ([#853](https://github.com/moyarenko/markdown/issues/853)) ([7ee7b5f](https://github.com/moyarenko/markdown/commit/7ee7b5f472c6b0248e4fb9745631b18e8e2cbb59))
* **rdmd:** fix link text-decoration ([#826](https://github.com/moyarenko/markdown/issues/826)) ([e080e92](https://github.com/moyarenko/markdown/commit/e080e9258ac59ac0c5c6632b232a2c9193aa7f40))
* fix plain string compiler ([#532](https://github.com/moyarenko/markdown/issues/532)) ([278d5ed](https://github.com/moyarenko/markdown/commit/278d5ed3e31b58799c46852d98c7d03e248df053))
* fixing some ssr issues with the markdown renderer  ([#705](https://github.com/moyarenko/markdown/issues/705)) ([52690a0](https://github.com/moyarenko/markdown/commit/52690a0dd7f174ef07cbfcf1c73edf768d9dea73))
* **tables:** hide empty table header rows ([#99](https://github.com/moyarenko/markdown/issues/99)) ([8b6d24b](https://github.com/moyarenko/markdown/commit/8b6d24bf3b1cebfce19b161bb669e504bddf083d))
* html block ([#609](https://github.com/moyarenko/markdown/issues/609)) ([6e9d8db](https://github.com/moyarenko/markdown/commit/6e9d8db0d901f131206f3ac23400bfd844e0836c))
* implement markdown/html in excerpt([#161](https://github.com/moyarenko/markdown/issues/161)) ([aee9d82](https://github.com/moyarenko/markdown/commit/aee9d82400db9a8f61110f44dffb3a1e501797af))
* implementing @readme/http-status-codes in the API Explorer ([#521](https://github.com/moyarenko/markdown/issues/521)) ([b04c980](https://github.com/moyarenko/markdown/commit/b04c980818f7844442ebe9d21ef3f3b2cd4eb01f))
* importing @readme/emojis in the markdown processor ([#473](https://github.com/moyarenko/markdown/issues/473)) ([ae1652e](https://github.com/moyarenko/markdown/commit/ae1652e4aa32b1c7d5c40ef8d598e2c3e341dd8a))
* improved har generation ([#689](https://github.com/moyarenko/markdown/issues/689)) ([2e6ac2e](https://github.com/moyarenko/markdown/commit/2e6ac2ec2dd29acd03cd9154c51f457218752d57))
* incrementing version ([7639794](https://github.com/moyarenko/markdown/commit/76397941cb4c454844961fd9fe0402e8067dbd75))
* initial implementation ([bbb5a12](https://github.com/moyarenko/markdown/commit/bbb5a12dc868f7dc3c8a889725e8139f90c6cf77))
* introducing enforcement on commit messages ([#703](https://github.com/moyarenko/markdown/issues/703)) ([7dba727](https://github.com/moyarenko/markdown/commit/7dba727bd2ea9b36af8d36e925ee9faf792d5d66))
* less lossy md() ([#377](https://github.com/moyarenko/markdown/issues/377)) ([4189554](https://github.com/moyarenko/markdown/commit/4189554e6f332ca396c6095ad3f028f567c7c2f3))
* **logs:** match null state to logged-out designs ([#833](https://github.com/moyarenko/markdown/issues/833)) ([9a6a8da](https://github.com/moyarenko/markdown/commit/9a6a8dafb3a2b767016cb15720d079c56b8ab4aa))
* **anchor:** menu item styling for doc links ([#589](https://github.com/moyarenko/markdown/issues/589)) ([31dbf68](https://github.com/moyarenko/markdown/commit/31dbf684832cf204eb952b50a2e59d60152975e5))
* more compiler updates ([#383](https://github.com/moyarenko/markdown/issues/383)) ([313e905](https://github.com/moyarenko/markdown/commit/313e9056e8eb114bc556bc50c163ebafaa6f1bcc))
* nested ast processing ([#679](https://github.com/moyarenko/markdown/issues/679)) ([67066b8](https://github.com/moyarenko/markdown/commit/67066b8fed325d47d29bcd68636df2152023ff83))
* new markdown engine ([#458](https://github.com/moyarenko/markdown/issues/458)) ([864b64b](https://github.com/moyarenko/markdown/commit/864b64b646ae505c8e527ddf42518a589d28dd87)), closes [#306](https://github.com/moyarenko/markdown/issues/306) [#398](https://github.com/moyarenko/markdown/issues/398) [#435](https://github.com/moyarenko/markdown/issues/435) [#404](https://github.com/moyarenko/markdown/issues/404) [#405](https://github.com/moyarenko/markdown/issues/405) [#406](https://github.com/moyarenko/markdown/issues/406) [#407](https://github.com/moyarenko/markdown/issues/407) [#413](https://github.com/moyarenko/markdown/issues/413) [#416](https://github.com/moyarenko/markdown/issues/416) [#410](https://github.com/moyarenko/markdown/issues/410) [#415](https://github.com/moyarenko/markdown/issues/415) [#408](https://github.com/moyarenko/markdown/issues/408) [#409](https://github.com/moyarenko/markdown/issues/409) [#417](https://github.com/moyarenko/markdown/issues/417) [#411](https://github.com/moyarenko/markdown/issues/411) [#412](https://github.com/moyarenko/markdown/issues/412) [#414](https://github.com/moyarenko/markdown/issues/414) [#424](https://github.com/moyarenko/markdown/issues/424) [#428](https://github.com/moyarenko/markdown/issues/428) [#425](https://github.com/moyarenko/markdown/issues/425) [#418](https://github.com/moyarenko/markdown/issues/418) [#419](https://github.com/moyarenko/markdown/issues/419) [#421](https://github.com/moyarenko/markdown/issues/421) [#422](https://github.com/moyarenko/markdown/issues/422) [#423](https://github.com/moyarenko/markdown/issues/423) [#426](https://github.com/moyarenko/markdown/issues/426) [#427](https://github.com/moyarenko/markdown/issues/427) [#429](https://github.com/moyarenko/markdown/issues/429) [#430](https://github.com/moyarenko/markdown/issues/430) [#432](https://github.com/moyarenko/markdown/issues/432) [#431](https://github.com/moyarenko/markdown/issues/431) [#434](https://github.com/moyarenko/markdown/issues/434) [/github.com/facebook/jest/issues/9396#issuecomment-573328488](https://github.com/moyarenko//github.com/facebook/jest/issues/9396/issues/issuecomment-573328488) [#508](https://github.com/moyarenko/markdown/issues/508) [#515](https://github.com/moyarenko/markdown/issues/515) [#516](https://github.com/moyarenko/markdown/issues/516)
* **demo:** polish sticky scrolling ([#523](https://github.com/moyarenko/markdown/issues/523)) ([3c6c2e6](https://github.com/moyarenko/markdown/commit/3c6c2e623e993ba7d8a2ff950ed12435040d0f6d))
* promote the markdown engine into a dedicated repo ([#12](https://github.com/moyarenko/markdown/issues/12)) ([6093851](https://github.com/moyarenko/markdown/commit/6093851f26007da7a5775e381027773e948db644))
* prompt to log into docs for hubs with logs ([#683](https://github.com/moyarenko/markdown/issues/683)) ([84027ec](https://github.com/moyarenko/markdown/commit/84027ecaba55ff8e372c5a4a34b49e23eb3d5271)), closes [/github.com/readmeio/api-explorer/pull/683#discussion_r421133565](https://github.com/moyarenko//github.com/readmeio/api-explorer/pull/683/issues/discussion_r421133565)
* **markdown:** pull CSS from readme ([#650](https://github.com/moyarenko/markdown/issues/650)) ([bd3d0d3](https://github.com/moyarenko/markdown/commit/bd3d0d39ddb4688bfd4ac59bbf7134bd72bbbf4f)), closes [#647](https://github.com/moyarenko/markdown/issues/647)
* refer to new pointers for log ([#407](https://github.com/moyarenko/markdown/issues/407)) ([193b38b](https://github.com/moyarenko/markdown/commit/193b38b17687f99a9df5f104638cdb7ed2dea36c))
* removing an eslint disable in the http-status-codes pkg ([3e35c56](https://github.com/moyarenko/markdown/commit/3e35c56c0822241ede00d5d452ebea88911a811b))
* save newlines with spaces ([#471](https://github.com/moyarenko/markdown/issues/471)) ([63649e7](https://github.com/moyarenko/markdown/commi