docs: fix links from TOC to Headings and improve appearance of docs (a little) (#4866)

* docs: fix links from TOC to Headings
* docs: Styling

Just a little modernisation of the appearance of the documentation

* Update src/bin/doc/package.json

Co-authored-by: Richard Hansen <rhansen@rhansen.org>

Co-authored-by: Richard Hansen <rhansen@rhansen.org>
This commit is contained in:
John McLear 2021-02-25 09:01:45 +00:00 committed by GitHub
parent 41ec7fe3fc
commit 4a65acf417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 62 deletions

View file

@ -7,7 +7,7 @@
"node": ">=10.17.0"
},
"dependencies": {
"marked": "1.1.1"
"marked": "^2.0.0"
},
"devDependencies": {},
"optionalDependencies": {},