hongdown 0.3.8 → 0.3.9
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/README.md +2 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -397,7 +397,8 @@ timeout = 10
|
|
|
397
397
|
|
|
398
398
|
Behavior:
|
|
399
399
|
|
|
400
|
-
- Language matching is exact only (`javascript` matches `javascript`, not
|
|
400
|
+
- Language matching is exact only (`javascript` matches `javascript`, not
|
|
401
|
+
`js`)
|
|
401
402
|
- Code is passed to the formatter via stdin, formatted output read from stdout
|
|
402
403
|
- If the formatter fails (non-zero exit, timeout, etc.), the original code is
|
|
403
404
|
preserved and a warning is emitted
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hongdown",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Markdown formatter that enforces Hong Minhee's Markdown style conventions",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"node": "\u003e=18"
|
|
28
28
|
},
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"@hongdown/darwin-arm64": "0.3.
|
|
31
|
-
"@hongdown/darwin-x64": "0.3.
|
|
32
|
-
"@hongdown/linux-arm64": "0.3.
|
|
33
|
-
"@hongdown/linux-x64": "0.3.
|
|
34
|
-
"@hongdown/win32-arm64": "0.3.
|
|
35
|
-
"@hongdown/win32-x64": "0.3.
|
|
30
|
+
"@hongdown/darwin-arm64": "0.3.9",
|
|
31
|
+
"@hongdown/darwin-x64": "0.3.9",
|
|
32
|
+
"@hongdown/linux-arm64": "0.3.9",
|
|
33
|
+
"@hongdown/linux-x64": "0.3.9",
|
|
34
|
+
"@hongdown/win32-arm64": "0.3.9",
|
|
35
|
+
"@hongdown/win32-x64": "0.3.9"
|
|
36
36
|
}
|
|
37
37
|
}
|