Remove trailing blankspaces (#1001)

This commit is contained in:
Leedehai 2023-04-27 05:27:38 -04:00 committed by GitHub
parent c941baa7ee
commit 605b0b5f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -5,6 +5,6 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN apk add --update musl-dev \
&& cargo build -p typst-cli --release
FROM alpine:latest
FROM alpine:latest
WORKDIR /root/
COPY --from=build /app/target/release/typst /bin

View File

@ -29,8 +29,8 @@
#set par(justify: true)
#rect(inset: 0pt, width: 80pt, fill: rgb("eee"))[
“引号测试”,还,
《书名》《测试》下一行
《书名》《测试》。
]

View File

@ -12,7 +12,7 @@ $ underline(f' : NN -> RR) \
2 * 3 &"if" n != 5,
1 - 0 thick &...,
) $
---
// Test common symbols.
$ dot \ dots \ ast \ tilde \ star $