Wrap headings in section

This commit is contained in:
thiloho
2024-08-24 19:37:00 +02:00
parent 7191530d9b
commit e34a2ac87f
4 changed files with 103 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
"name": "web-app",
"version": "0.0.1",
"dependencies": {
"github-slugger": "2.0.0",
"highlight.js": "11.10.0",
"marked": "14.0.0",
"marked-highlight": "2.1.4"
@@ -1429,6 +1430,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/github-slugger": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
"integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
"license": "ISC"
},
"node_modules/glob": {
"version": "10.4.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",