chore(deps): update dependency markdown-to-html-cli to v3.1.5

This commit is contained in:
jaywcjlove
2021-11-10 15:41:31 +08:00
parent a71897ef1e
commit f9ade693b1
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ a { text-decoration: none; }
.topmenu { position: fixed; left: 5px; top: 5px; display: flex; }
.topmenu a { background: #00000073; padding: 1px 5px; font-size: 12px; border-radius: 2px; margin-right: 5px; color: #fff; }
.topmenu a:hover, .totop:hover { background: #2186ff; color: #fff; }
.markdown-body { max-width: 760px; }
`;
const options = {

View File

@@ -33,7 +33,7 @@
"fs-extra": "10.0.0",
"remark": "13.0.0",
"remark-gfm": "1.0.0",
"markdown-to-html-cli": "2.1.1",
"markdown-to-html-cli": "3.1.5",
"to-vfile": "7.0.0"
}
}