how to use several typst block arguments in fenced divs #12914
Answered
by
mcanouil
torven-schalk
asked this question in
Q&A
-
DescriptionI'm trying to style specific block/paragraphs differently from the rest using
is there a way to include two arguments for stroke to set color and thickness? basically something like
|
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jun 11, 2025
Replies: 1 comment 1 reply
-
Use single quotes to surround the value (but it's likely to work even without). You know that unless you have set the background of your document to be dark, there is no way you can see the stroke, right? You asked for a fully opaque white on a white background (default). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
torven-schalk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use single quotes to surround the value (but it's likely to work even without).
You can use
keep-typ: true
to check the Typst output.You know that unless you have set the background of your document to be dark, there is no way you can see the stroke, right? You asked for a fully opaque white on a white background (default).