Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
fix: override marked version in package.json to 8.0.1 (instead of 4.3…
Browse files Browse the repository at this point in the history
….0 imposed by [email protected]) to fix custom header IDs in custom templates (workaround)
  • Loading branch information
rriemann committed Sep 7, 2023
1 parent 86f32c5 commit f3f0736
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 27 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* fix: undefined variable bug when generating docx with `website-evidence-reporter` using html-to-docx
* feature: enable section numbering and table of contents in pandoc docx/odt output
* dependencies: require now node version 16 or higher (previously 14)
* fix: override marked version in package.json to 8.0.1 (instead of 4.3.0 imposed by [email protected]) to fix custom header IDs in custom templates (workaround)

## 2.1.0 / 2023-09-06

Expand Down
40 changes: 14 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"html-to-docx": "^1.8.0",
"js-yaml": "^4.1.0",
"js-yaml-js-types": "^1.0.0",
"jstransformer-marked": "^1.2.0",
"jstransformer-marked": "1.4.0",
"lodash": "^4.17.21",
"marked-smartypants": "^1.0.2",
"pug": "^3.0.2",
Expand All @@ -34,6 +34,9 @@
"devDependencies": {
"jest": "^29.5.0"
},
"overrides": {
"marked": "8.0.1"
},
"scripts": {
"start": "node ./website-evidence-collector.js https://www.test.com --overwrite --html --json --yaml --screenshots",
"test": "jest --detectOpenHandles"
Expand Down

0 comments on commit f3f0736

Please sign in to comment.