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
| `wrapper` | string | `"code-window"` | Typst wrapper function name for code-window rendering. |
72
+
| `skylighting-fix` | boolean | `true` | Enable or disable the Skylighting hot-fix for Typst output (block and inline code). |
71
73
72
74
### Styles
73
75
@@ -88,8 +90,9 @@ print("Windows style for this block only")
88
90
### Typst Skylighting Hot-fix (Integrated)
89
91
90
92
`code-window`loads its Typst skylighting hot-fix internally from `_extensions/code-window/skylighting-typst-fix.lua`, so no second filter entry is required.
93
+
Set `skylighting-fix: false` to disable the hot-fix without removing the file.
91
94
92
-
This keeps the hot-fix separated from `code-window.lua` for easy future removal while preserving combined behavior.
95
+
This keeps the hot-fix separated from `code-window.lua` for easy future removal while preserving combined behaviour.
0 commit comments