nodebb-plugin-markdown 13.1.2 → 13.2.1

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-markdown",
3
- "version": "13.1.2",
3
+ "version": "13.2.1",
4
4
  "description": "A Markdown parser for NodeBB",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "highlight.js": "11.4.0",
36
36
  "highlightjs-line-numbers.js": "^2.8.0",
37
- "markdown-it": "^12.0.6",
37
+ "markdown-it": "^14.1.0",
38
38
  "markdown-it-checkbox": "^1.1.0",
39
39
  "markdown-it-multimd-table": "^4.0.1"
40
40
  },
@@ -42,7 +42,7 @@
42
42
  "compatibility": "^4.1.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@commitlint/cli": "16.2.1",
45
+ "@commitlint/cli": "^19.8.0",
46
46
  "@commitlint/config-angular": "16.2.1",
47
47
  "eslint": "^9.25.1",
48
48
  "eslint-config-nodebb": "^1.1.4",
@@ -1,12 +1,13 @@
1
- {
2
- "bold": "טקסט מודגש",
3
- "italic": "טקסט נטוי",
4
- "list-item": "פריט רשימה",
5
- "strikethrough-text": "קו חוצה",
6
- "code-text": "קוד",
7
- "link-text": "טקסט קישור",
8
- "link-url": "כתובת קישור",
9
- "picture-text": "כיתוב בבעיות טעינה",
10
- "picture-url": "כתובת תמונה",
11
- "help-text": "הפורום עובד עם Markdown. להסבר מלא, [לחץ כאן](http://commonmark.org/help/)"
12
- }
1
+ {
2
+ "bold": "טקסט מודגש",
3
+ "italic": "טקסט נטוי",
4
+ "list-item": "פריט רשימה",
5
+ "heading": "כותרת",
6
+ "strikethrough-text": "קו חוצה",
7
+ "code-text": "קוד",
8
+ "link-text": "טקסט קישור",
9
+ "link-url": "כתובת קישור",
10
+ "picture-text": "כיתוב בבעיות טעינה",
11
+ "picture-url": "כתובת תמונה",
12
+ "help-text": "הפורום עובד עם Markdown. להסבר מלא <a href=\"http://commonmark.org/help/\" class=\"text-decoration-underline\">לחצו כאן</a>."
13
+ }