rumdl-wasm 0.2.73 → 0.2.74

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
@@ -5,7 +5,7 @@
5
5
  "Ruben J. Jongejan <ruben.jongejan@gmail.com>"
6
6
  ],
7
7
  "description": "Fast markdown linter with 60+ rules - WebAssembly build",
8
- "version": "0.2.73",
8
+ "version": "0.2.74",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
package/rumdl_lib.d.ts CHANGED
@@ -66,7 +66,7 @@ export class Linter {
66
66
  * Get any warnings generated during configuration parsing
67
67
  *
68
68
  * Returns a JSON array of warning strings. Each warning is prefixed
69
- * with the rule name (e.g., "[MD060] Invalid severity: critical").
69
+ * with the rule name (e.g., `[MD060] Invalid severity: critical`).
70
70
  *
71
71
  * Useful for debugging configuration issues or providing user feedback.
72
72
  */
package/rumdl_lib.js CHANGED
@@ -156,7 +156,7 @@ export class Linter {
156
156
  * Get any warnings generated during configuration parsing
157
157
  *
158
158
  * Returns a JSON array of warning strings. Each warning is prefixed
159
- * with the rule name (e.g., "[MD060] Invalid severity: critical").
159
+ * with the rule name (e.g., `[MD060] Invalid severity: critical`).
160
160
  *
161
161
  * Useful for debugging configuration issues or providing user feedback.
162
162
  * @returns {string}
package/rumdl_lib_bg.wasm CHANGED
Binary file