This is *inline*.
#set text(blue)
*Hello* _world_!
+
+
diff --git a/tests/suite/text/raw.typ b/tests/suite/text/raw.typ
index 97e77ada..79a1c000 100644
--- a/tests/suite/text/raw.typ
+++ b/tests/suite/text/raw.typ
@@ -487,6 +487,13 @@ test
assert.eq(block, c.input.block, message: "in point " + c.name + ", expect " + repr(block) + ", got " + repr(c.input.block) + "")
}
+--- raw-html html ---
+This is ```typ *inline*```.
+```typ
+#set text(blue)
+*Hello* _world_!
+```
+
--- raw-line ---
#set page(width: 200pt)