Skip to content

Commit

Permalink
Auto commit d82965d9de68b9c392f205de743c7149ca1b398e
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitlab CI Bot committed Oct 22, 2024
1 parent 9577d8b commit a1c5813
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/browser.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.esm.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions docs/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
<head>
<title>MMarked Demo</title>
<link rel="stylesheet" href="./demo.css" type="text/css" />
<link rel="stylesheet" href="https://cdn2.mathcrowd.cn/assets/styles/mathcrowd.css" type="text/css" />
</head>

<body>

<header>
<h1>MMarked Demo</h1>
<a href="https://github.com/mathedu4all/mathcrowd-marked-lib"> GitHub </a>
<a href="https://mathedu4all.github.io/mathcrowd-marked-lib/demo/"> Demo</a>
<a href="https://lab.mathcrowd.cn/mmarked/doc"> Documentation</a>
<a href="https://lab.mathcrowd.cn/mmarked"> Official Site</a>
<a href="https://lab.mathcrowd.cn/mmarked/docs"> Documentation</a>
</div>
</header>

Expand Down
1 change: 0 additions & 1 deletion docs/demo/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8">
<title>preview</title>
<link rel="stylesheet" href="./demo.css" />
<link rel="stylesheet" href="https://cdn2.mathcrowd.cn/assets/styles/mathcrowd.css" type="text/css" />
<base target="_parent">
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/demo/quickref.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
| - | 减号 |
| . ||
| ! | 感叹号 |
| | 竖线 |
| \| | 竖线 |
| \_ | 下划线 |

---
Expand Down
1 change: 0 additions & 1 deletion docs/demo/tex2svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8">
<title>tex2svg</title>
<link rel="stylesheet" href="./demo.css" />
<link rel="stylesheet" href="https://cdn2.mathcrowd.cn/assets/styles/mathcrowd.css" type="text/css" />
<base target="_parent">
</head>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mathcrowd/mmarked",
"version": "1.7.4",
"version": "1.7.5",
"description": "A customized markdown parser/renderer with tex2svg.",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
Expand All @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mathedu4all/mathcrowd-marked-lib.git"
"url": "https://github.com/mathedu4all/mmarked.git"
},
"keywords": [
"markdown",
Expand Down

0 comments on commit a1c5813

Please sign in to comment.