aboutsummaryrefslogtreecommitdiff
path: root/examples/colorful/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-12 18:12:53 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-12 18:12:53 -0400
commita3c4e0a82d5b56e280cbf72af2ecf5a990b1f577 (patch)
treee7b386efbe57d6c922130f56e056d62d8ee012ad /examples/colorful/README.md
parent904917a2bd3b2e03bf2c399b5bc5f5e357d404a2 (diff)
Rename `without_escaping()` -> `from_text()`
Diffstat (limited to 'examples/colorful/README.md')
-rw-r--r--examples/colorful/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/colorful/README.md b/examples/colorful/README.md
index e0572bac..5f6ef8a4 100644
--- a/examples/colorful/README.md
+++ b/examples/colorful/README.md
@@ -76,7 +76,7 @@ lang Markdown:
$/*{..}*/="@(i:\1)",
$/[?](?)/="@(blue,underline:\1)",
})
- return Colorful.without_escaping(text)
+ return Colorful.from_text(text)
func colorful(md:Markdown -> Colorful):
return $Colorful"$md"