You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/transformers.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,3 +73,25 @@ You can access the raw meta using:
73
73
this.options.meta
74
74
// => { __raw: 'foo=bar baz-qux="qu ux"' }
75
75
```
76
+
77
+
## Enforcing Transformer Ordering
78
+
79
+
For compatibility or fine-grained control, it may be necessary to enforce the order of a Shiki transformer. You can control the position of a transformer with the `enforce` modifier:
0 commit comments