Skip to content

Commit 4535689

Browse files
Bump marked from 2.0.0 to 4.0.10 (#372)
Bump marked from 2.0.0 to 4.0.10 * feat: update renderer for marked 4.x * feat: use inline renderer * style: apply formatting to match previous Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Owen Voke <development@voke.dev>
1 parent f4e4a28 commit 4535689

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ exports.parse = (markdown) => {
8484
return text;
8585
};
8686

87-
marked(markdown, {
87+
marked.parse(markdown, {
8888
renderer: r
8989
});
9090

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"fs-extra": "^9.0.1",
5757
"glob": "^7.1.6",
5858
"lodash": "^4.17.20",
59-
"marked": "^2.0.0",
59+
"marked": "^4.0.10",
6060
"ms": "^2.1.2",
6161
"natural": "^2.1.5",
6262
"node-unzip-2": "^0.2.8",

0 commit comments

Comments
 (0)