flappa-doormal 2.16.1 → 2.16.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.
- package/README.md +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Replace regex with readable tokens:
|
|
|
146
146
|
| `{{kitab}}` | "كتاب" (book) | `كتاب` |
|
|
147
147
|
| `{{bab}}` | "باب" (chapter) | `باب` |
|
|
148
148
|
| `{{basmalah}}` | "بسم الله" | `بسم الله` |
|
|
149
|
-
| `{{hr}}` | Horizontal rule (5+ chars) | `[-–—ـ_]{5,}` |
|
|
149
|
+
| `{{hr}}` | Horizontal rule (5+ chars) | `[-–—ـ_=]{5,}` |
|
|
150
150
|
|
|
151
151
|
#### Token Details
|
|
152
152
|
|