mirror of https://github.com/stelzo/typst.git
Add comment at end of line test (#783)
This commit is contained in:
parent
29b36d4876
commit
e5f942172d
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 21 KiB |
|
|
@ -34,3 +34,12 @@ With a soft #linebreak(justify: true)
|
|||
break you can force a break without #linebreak(justify: true)
|
||||
breaking justification. #linebreak(justify: false)
|
||||
Nice!
|
||||
|
||||
---
|
||||
// Test comments at the end of a line
|
||||
First part//
|
||||
Second part
|
||||
|
||||
// Test comments at the end of a line with pre-spacing
|
||||
First part //
|
||||
Second part
|
||||
|
|
|
|||
Loading…
Reference in New Issue