hongdown 0.1.0-dev.39 → 0.1.0-dev.40

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -159,8 +159,8 @@ space_after_fence = true # Space between fence and language (default: true)
159
159
  default_language = "" # Default language for code blocks (default: "")
160
160
 
161
161
  [thematic_break]
162
- style = "* * * * *" # Thematic break style (default: "* * * * *")
163
- leading_spaces = 2 # Leading spaces (0-3, default: 2)
162
+ style = "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
163
+ leading_spaces = 3 # Leading spaces (0-3, default: 3)
164
164
  ~~~~
165
165
 
166
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.39+e362761a",
3
+ "version": "0.1.0-dev.40+a8648aa1",
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.1.0-dev.39+e362761a",
31
- "@hongdown/darwin-x64": "0.1.0-dev.39+e362761a",
32
- "@hongdown/linux-arm64": "0.1.0-dev.39+e362761a",
33
- "@hongdown/linux-x64": "0.1.0-dev.39+e362761a",
34
- "@hongdown/win32-arm64": "0.1.0-dev.39+e362761a",
35
- "@hongdown/win32-x64": "0.1.0-dev.39+e362761a"
30
+ "@hongdown/darwin-arm64": "0.1.0-dev.40+a8648aa1",
31
+ "@hongdown/darwin-x64": "0.1.0-dev.40+a8648aa1",
32
+ "@hongdown/linux-arm64": "0.1.0-dev.40+a8648aa1",
33
+ "@hongdown/linux-x64": "0.1.0-dev.40+a8648aa1",
34
+ "@hongdown/win32-arm64": "0.1.0-dev.40+a8648aa1",
35
+ "@hongdown/win32-x64": "0.1.0-dev.40+a8648aa1"
36
36
  }
37
37
  }