hongdown 0.1.0-dev.16 → 0.1.0-dev.17

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 +1 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -157,6 +157,7 @@ indent_width = 4 # Indentation for nested items (default: 4)
157
157
  fence_char = "~" # "~" or "`" (default: "~")
158
158
  min_fence_length = 4 # Minimum fence length (default: 4)
159
159
  space_after_fence = true # Space between fence and language (default: true)
160
+ default_language = "" # Default language for code blocks (default: "")
160
161
  ~~~~
161
162
 
162
163
  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.16+64cc329c",
3
+ "version": "0.1.0-dev.17+6c62bda5",
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.16+64cc329c",
31
- "@hongdown/darwin-x64": "0.1.0-dev.16+64cc329c",
32
- "@hongdown/linux-arm64": "0.1.0-dev.16+64cc329c",
33
- "@hongdown/linux-x64": "0.1.0-dev.16+64cc329c",
34
- "@hongdown/win32-arm64": "0.1.0-dev.16+64cc329c",
35
- "@hongdown/win32-x64": "0.1.0-dev.16+64cc329c"
30
+ "@hongdown/darwin-arm64": "0.1.0-dev.17+6c62bda5",
31
+ "@hongdown/darwin-x64": "0.1.0-dev.17+6c62bda5",
32
+ "@hongdown/linux-arm64": "0.1.0-dev.17+6c62bda5",
33
+ "@hongdown/linux-x64": "0.1.0-dev.17+6c62bda5",
34
+ "@hongdown/win32-arm64": "0.1.0-dev.17+6c62bda5",
35
+ "@hongdown/win32-x64": "0.1.0-dev.17+6c62bda5"
36
36
  }
37
37
  }