packages feed

typst-0.1.0.0: test/typ/layout/par-justify-cjk-02.typ

// Test punctuation whitespace adjustment
#set page(width: auto)
#set text(lang: "zh", font: "Noto Serif CJK SC")
#set par(justify: true)
#rect(inset: 0pt, width: 80pt, fill: rgb("eee"))[
  “引号测试”,还,

  《书名》《测试》下一行

  《书名》《测试》。
]