punctilio 0.4.21 → 0.4.22
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ transform(`"Wait${DEFAULT_SEPARATOR}"`)
|
|
|
77
77
|
// The separator doesn’t block the information that this should be an end-quote!
|
|
78
78
|
```
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
Use via a DOM walker tracks which text node each segment came from, inserts separators between them, transforms the combined string, then splits on separators to update each node. Use the `separator` option if `U+E000` conflicts with your content. For an example of how to integrate this functionality, see [my website’s code](https://github.com/alexander-turner/TurnTrout.com/blob/main/quartz/plugins/transformers/formatting_improvement_html.ts).
|
|
81
81
|
|
|
82
82
|
## Options
|
|
83
83
|
|