mirror of
https://github.com/typst/typst
synced 2025-07-02 02:02:53 +08:00
no rendering in tests
This commit is contained in:
parent
65dc277fc5
commit
1b5c6e8eb8
@ -7,16 +7,16 @@
|
|||||||
/! allow("the")
|
/! allow("the")
|
||||||
|
|
||||||
/! allow("unnecessary-stars")
|
/! allow("unnecessary-stars")
|
||||||
#[*a*]
|
#h(0em)
|
||||||
|
|
||||||
#{
|
#{
|
||||||
/! allow("unnecessary-stars")
|
/! allow("unnecessary-stars")
|
||||||
[*a*]
|
h(0em)
|
||||||
}
|
}
|
||||||
|
|
||||||
$
|
#let _ = $
|
||||||
/! allow("unnecessary-stars")
|
/! allow("unnecessary-stars")
|
||||||
#[*a*]
|
h(#0em)
|
||||||
$
|
$
|
||||||
|
|
||||||
--- decorator-comments ---
|
--- decorator-comments ---
|
||||||
@ -123,7 +123,7 @@ this is ok
|
|||||||
**
|
**
|
||||||
|
|
||||||
/! allow("unnecessary-stars")
|
/! allow("unnecessary-stars")
|
||||||
b
|
#h(0em)
|
||||||
// Warning: 3-5 no text within stars
|
// Warning: 3-5 no text within stars
|
||||||
// Hint: 3-5 using multiple consecutive stars (e.g. **) has no additional effect
|
// Hint: 3-5 using multiple consecutive stars (e.g. **) has no additional effect
|
||||||
#[**]
|
#[**]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user