hongdown 0.1.0-dev.21 → 0.1.0-dev.23
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 +4 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -157,6 +157,10 @@ fence_char = "~" # "~" or "`" (default: "~")
|
|
|
157
157
|
min_fence_length = 4 # Minimum fence length (default: 4)
|
|
158
158
|
space_after_fence = true # Space between fence and language (default: true)
|
|
159
159
|
default_language = "" # Default language for code blocks (default: "")
|
|
160
|
+
|
|
161
|
+
[thematic_break]
|
|
162
|
+
style = "* * *" # Thematic break style (default: "* * *")
|
|
163
|
+
align = "center" # "start", "center", or "end" (default: "center")
|
|
160
164
|
~~~~
|
|
161
165
|
|
|
162
166
|
When `include` patterns are configured, you can run Hongdown without
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hongdown",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.23+0f7fec4d",
|
|
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": ">=18"
|
|
28
28
|
},
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"@hongdown/darwin-arm64": "0.1.0-dev.
|
|
31
|
-
"@hongdown/darwin-x64": "0.1.0-dev.
|
|
32
|
-
"@hongdown/linux-arm64": "0.1.0-dev.
|
|
33
|
-
"@hongdown/linux-x64": "0.1.0-dev.
|
|
34
|
-
"@hongdown/win32-arm64": "0.1.0-dev.
|
|
35
|
-
"@hongdown/win32-x64": "0.1.0-dev.
|
|
30
|
+
"@hongdown/darwin-arm64": "0.1.0-dev.23+0f7fec4d",
|
|
31
|
+
"@hongdown/darwin-x64": "0.1.0-dev.23+0f7fec4d",
|
|
32
|
+
"@hongdown/linux-arm64": "0.1.0-dev.23+0f7fec4d",
|
|
33
|
+
"@hongdown/linux-x64": "0.1.0-dev.23+0f7fec4d",
|
|
34
|
+
"@hongdown/win32-arm64": "0.1.0-dev.23+0f7fec4d",
|
|
35
|
+
"@hongdown/win32-x64": "0.1.0-dev.23+0f7fec4d"
|
|
36
36
|
}
|
|
37
37
|
}
|