= LazyLock::new(|| Routines {
realize: typst_realize::realize,
layout_frame: typst_layout::layout_frame,
html_module: typst_html::module,
+ html_span_filled: typst_html::html_span_filled,
});
diff --git a/tests/ref/html/raw-html.html b/tests/ref/html/raw-html.html
index 2df62ca8..18cf19c9 100644
--- a/tests/ref/html/raw-html.html
+++ b/tests/ref/html/raw-html.html
@@ -6,6 +6,6 @@
This is *inline*.
- #set text(blue)
*Hello* _world_!
+ #set text(blue)
*Hello* _world_!