textlint-plugin-typst 1.4.0 → 1.4.2

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 (3) hide show
  1. package/README.md +6 -6
  2. package/lib/index.js +131 -124
  3. package/package.json +4 -3
package/README.md CHANGED
@@ -56,18 +56,18 @@ Legend for syntax support:
56
56
  | Emphasis | Emphasis | ✅ | 🚫 |
57
57
  | Raw text | Code / CodeBlock | ✅ | 🚫 |
58
58
  | Link | Link | ✅ | 🚫 |
59
- | Label | | 🚫 | 🚫 |
60
- | Reference | | 🚫 | 🚫 |
59
+ | Label | Code | | 🚫 |
60
+ | Reference | Code | | 🚫 |
61
61
  | Heading | Header | ✅ | 🚫 |
62
62
  | Bullet list | List / ListItem | ✅ | 🚫 |
63
63
  | Numbered list | List / ListItem | ✅ | 🚫 |
64
- | Term list | | 🚫 | 🚫 |
64
+ | Term list | List / ListItem | ⚠️ | 🚫 |
65
65
  | Math | Code / CodeBlock | ✅ | 🚫 |
66
66
  | Line break | Break | ✅ | 🚫 |
67
- | Smart quote | | 🚫 | 🚫 |
68
- | Symbol shorthand | | 🚫 | 🚫 |
67
+ | Smart quote | Str | | 🚫 |
68
+ | Symbol shorthand | Code | | 🚫 |
69
69
  | Code expression | | ✅ | ✅ |
70
- | Character escape | | 🚫 | 🚫 |
70
+ | Character escape | Code | | 🚫 |
71
71
  | Comment | Comment | ✅ | 🚫 |
72
72
 
73
73
  ## Examples