mirror of
https://github.com/typst/typst
synced 2025-08-10 13:17:55 +08:00
Math does not produce paragraphs
This commit is contained in:
parent
3c42efcfe8
commit
aa67a0e745
BIN
tests/ref/math-par.png
Normal file
BIN
tests/ref/math-par.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 387 B |
@ -43,3 +43,8 @@ $sum_(k in NN)^prime 1/k^2$
|
||||
// Test script-script in a fraction.
|
||||
$ 1/(x^A) $
|
||||
#[#set text(size:18pt); $1/(x^A)$] vs. #[#set text(size:14pt); $x^A$]
|
||||
|
||||
--- math-par ---
|
||||
// Ensure that math does not produce paragraphs.
|
||||
#show par: highlight
|
||||
$ a + "bc" + #[c] + #box[d] + #block[e] $
|
||||
|
Loading…
x
Reference in New Issue
Block a user