-
- Downloads
docs: fix spacing in toc example (#835)
As is, this is invalid and will not cause the TOC to be rendered. The collapsing example is fine. Co-authored-by:Matt Wang <matt@matthewwang.me> Co-authored-by:
Peter Mosses <18308236+pdmosses@users.noreply.github.com>
Showing
- _config.yml 1 addition, 1 deletion_config.yml
- docs/index-test.md 18 additions, 0 deletionsdocs/index-test.md
- docs/navigation-structure.md 1 addition, 1 deletiondocs/navigation-structure.md
- package-lock.json 3 additions, 3 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
... | ... | @@ -8,7 +8,7 @@ |
"devDependencies": { | ||
"stylelint": "^13.7.2", | ||
"@primer/css": "^15.2.0", | ||
"prettier": "^2.6.2", | ||
"prettier": "^2.7.1", | ||
"stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-primer": "^9.2.1", | ||
"stylelint-prettier": "^1.1.2", | ||
... | ... |
Please register or sign in to comment