Skip to content

Commit aaaafa9

Browse files
authored
Merge pull request #912 from jiawulin001/release_version
Released version 2.10.5
2 parents 265bd27 + e2e15fc commit aaaafa9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: install dependence
1414
run: |
15-
yarn
15+
yarn install --no-lockfile
1616
- name: run eslint
1717
run: |
1818
yarn lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mavon-editor",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
44
"description": "Vue markdown editor",
55
"main": "dist/mavon-editor.js",
66
"types": "./mavon-editor.d.ts",

src/lib/lang/kr/help_kr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Detailed: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpa
141141
우리는 다음과 같이 함수를 만들 수 있습니다.:$x_i + y_i = z_i$ and $\sum_{i=1}^n a_i=0$
142142
단일 항으로도 가능합니다.
143143
$$\sum_{i=1}^n a_i=0$$
144-
Detailed: [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php)[katex function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)以及[latex](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
144+
Detailed: [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php) and [katex function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX) and [latex](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
145145

146146
## 레이아웃
147147

0 commit comments

Comments
 (0)