about summary refs log tree commit diff
path: root/src/doc/guide-strings.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/guide-strings.md')
-rw-r--r--src/doc/guide-strings.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/guide-strings.md b/src/doc/guide-strings.md
index 071c9ff013c..43cc8483bce 100644
--- a/src/doc/guide-strings.md
+++ b/src/doc/guide-strings.md
@@ -181,7 +181,7 @@ for l in s.graphemes(true) {
 
 This prints:
 
-```{notrust,ignore}
+```{text}

 n͈̰̎
 i̙̮͚̦
@@ -207,7 +207,7 @@ for l in s.chars() {
 
 This prints:
 
-```{notrust,ignore}
+```{text}
 u
 ͔
 n
@@ -252,7 +252,7 @@ for l in s.bytes() {
 
 This will print:
 
-```{notrust,ignore}
+```{text}
 117
 205
 148