diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-29 14:57:05 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-29 14:57:05 +0100 |
| commit | 579dac3c91faf73866f4b9b13381393ddf7b2f9b (patch) | |
| tree | e490708005997ba4db1d98ee1a2cac6c6d669c83 /tests/typ | |
| parent | 0efe669278a5e1c3f2985eba2f3360e91159c54a (diff) | |
Strong delta
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/text/emphasis.typ | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/typ/text/emphasis.typ b/tests/typ/text/emphasis.typ index cd2191cc..27e3b977 100644 --- a/tests/typ/text/emphasis.typ +++ b/tests/typ/text/emphasis.typ @@ -17,6 +17,16 @@ _Still [ P#strong[art]ly em#emph[phas]ized. --- +// Adjusting the delta that strong applies on the weight. +Normal + +#set strong(delta: 300) +*Bold* + +#set strong(delta: 150) +*Medium* and *[*Bold*]* + +--- // Error: 13 expected underscore #box[_Scoped] to body. |
