mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Remove trailing blankspaces (#1001)
This commit is contained in:
parent
c941baa7ee
commit
605b0b5f73
@ -5,6 +5,6 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
|||||||
RUN apk add --update musl-dev \
|
RUN apk add --update musl-dev \
|
||||||
&& cargo build -p typst-cli --release
|
&& cargo build -p typst-cli --release
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
COPY --from=build /app/target/release/typst /bin
|
COPY --from=build /app/target/release/typst /bin
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
#set par(justify: true)
|
#set par(justify: true)
|
||||||
#rect(inset: 0pt, width: 80pt, fill: rgb("eee"))[
|
#rect(inset: 0pt, width: 80pt, fill: rgb("eee"))[
|
||||||
“引号测试”,还,
|
“引号测试”,还,
|
||||||
|
|
||||||
《书名》《测试》下一行
|
《书名》《测试》下一行
|
||||||
|
|
||||||
《书名》《测试》。
|
《书名》《测试》。
|
||||||
]
|
]
|
@ -12,7 +12,7 @@ $ underline(f' : NN -> RR) \
|
|||||||
2 * 3 &"if" n != 5,
|
2 * 3 &"if" n != 5,
|
||||||
1 - 0 thick &...,
|
1 - 0 thick &...,
|
||||||
) $
|
) $
|
||||||
|
|
||||||
---
|
---
|
||||||
// Test common symbols.
|
// Test common symbols.
|
||||||
$ dot \ dots \ ast \ tilde \ star $
|
$ dot \ dots \ ast \ tilde \ star $
|
||||||
|
Loading…
x
Reference in New Issue
Block a user