mirror of https://github.com/stelzo/typst.git
Add show-text line wrapping test (#4890)
This commit is contained in:
parent
4fda03abdc
commit
a87d4776c0
Binary file not shown.
|
After Width: | Height: | Size: 225 B |
|
|
@ -167,6 +167,11 @@ hi
|
||||||
Hello #[ ] \
|
Hello #[ ] \
|
||||||
#[ ] #[ ] world!
|
#[ ] #[ ] world!
|
||||||
|
|
||||||
|
--- show-text-line-wrapping ---
|
||||||
|
#show "start end": "word"
|
||||||
|
start
|
||||||
|
end
|
||||||
|
|
||||||
--- show-text-after-normal-show ---
|
--- show-text-after-normal-show ---
|
||||||
#show rect: "world"
|
#show rect: "world"
|
||||||
#show "lo wo": set text(red)
|
#show "lo wo": set text(red)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue