DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / show-text-06.typ
1234
// Test accessing the string itself. #show "hello": it => it.text.split("").map(upper).join("|") Oh, hello there!