nodebb-plugin-markdown 13.2.0 → 13.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodebb-plugin-markdown",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "nodebb-plugin-markdown",
|
|
9
|
-
"version": "13.2.
|
|
9
|
+
"version": "13.2.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"highlight.js": "11.4.0",
|
|
@@ -3073,10 +3073,11 @@
|
|
|
3073
3073
|
"license": "MIT"
|
|
3074
3074
|
},
|
|
3075
3075
|
"node_modules/js-yaml": {
|
|
3076
|
-
"version": "4.1.
|
|
3077
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.
|
|
3078
|
-
"integrity": "sha512-
|
|
3076
|
+
"version": "4.1.1",
|
|
3077
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
3078
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
3079
3079
|
"dev": true,
|
|
3080
|
+
"license": "MIT",
|
|
3080
3081
|
"dependencies": {
|
|
3081
3082
|
"argparse": "^2.0.1"
|
|
3082
3083
|
},
|
package/package.json
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
"bold": "טקסט מודגש",
|
|
3
3
|
"italic": "טקסט נטוי",
|
|
4
4
|
"list-item": "פריט רשימה",
|
|
5
|
+
"heading": "כותרת",
|
|
5
6
|
"strikethrough-text": "קו חוצה",
|
|
6
7
|
"code-text": "קוד",
|
|
7
8
|
"link-text": "טקסט קישור",
|
|
8
9
|
"link-url": "כתובת קישור",
|
|
9
10
|
"picture-text": "כיתוב בבעיות טעינה",
|
|
10
11
|
"picture-url": "כתובת תמונה",
|
|
11
|
-
"help-text": "הפורום עובד עם Markdown. להסבר
|
|
12
|
-
}
|
|
12
|
+
"help-text": "הפורום עובד עם Markdown. להסבר מלא <a href=\"http://commonmark.org/help/\" class=\"text-decoration-underline\">לחצו כאן</a>."
|
|
13
|
+
}
|
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
"bold": "粗体字",
|
|
3
3
|
"italic": "斜体字",
|
|
4
4
|
"list-item": "列表",
|
|
5
|
+
"heading": "标题",
|
|
5
6
|
"strikethrough-text": "删除线",
|
|
7
|
+
"code-text": "代码文本",
|
|
6
8
|
"link-text": "链接文本",
|
|
7
9
|
"link-url": "链接地址",
|
|
8
10
|
"picture-text": "替代文字",
|
|
9
11
|
"picture-url": "图片地址",
|
|
10
|
-
"help-text": "该论坛使用 Markdown
|
|
11
|
-
}
|
|
12
|
+
"help-text": "该论坛使用 Markdown 语法。<a href=\"https://commonmark.org/help/\" class=\"text-decoration-underline\">点此查看</a> 语法说明。"
|
|
13
|
+
}
|