https://github.com/stefcameron/docz-issue-1443
Reproduction of https://github.com/doczjs/docz/issues/1443
https://github.com/stefcameron/docz-issue-1443
Last synced: about 2 months ago
JSON representation
Reproduction of https://github.com/doczjs/docz/issues/1443
- Host: GitHub
- URL: https://github.com/stefcameron/docz-issue-1443
- Owner: stefcameron
- License: mit
- Created: 2020-04-04T14:55:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T16:59:43.000Z (about 5 years ago)
- Last Synced: 2025-01-30T16:46:32.927Z (4 months ago)
- Size: 840 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docz-issue-1443
Reproduction of https://github.com/doczjs/docz/issues/1443
## Instructions
First, install:
- Node 12.16.1
- npm 6.13.7
- yarn 1.22.4The code is configured to use Docz 2.3.0 __to show the bug__.
```bash
$ yarn
$ yarn docs:dev
```Open browser to http://localhost:3002/atoms/icon and look at the non-formatted code fence (not expected):

Update the [docs/package.json](./docs/package.json) to:
- docz: "2.2.0"
- gatsby-theme-docz: "2.2.0"Now update deps and run Docz again:
```bash
$ yarn
$ yarn docs:dev
```Open browser to http://localhost:3002/atoms/icon and look at the formatted code fence (expected):

## Other
Incidentally, what are these errors about? They occur in both 2.2.0 and 2.3.0.
