Skip to content

Commit

Permalink
Update word.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flaribbit authored Feb 2, 2025
1 parent 12ab112 commit 103a6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/word.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ This is a 中英文混排段落,如果 not 使用 `justify` 参数,将会默

```typst
#set page(height: 6cm, width: 10cm)
#let marker(body, height)=box(place(box(height: height, width: 0.2em, fill: red, text(blue, body))))
#let marker(body, height)=box(place(box(height: height, width: 2pt, stroke: (rest: 1pt+red, left: none), place(dx: 4pt, text(8pt, red, body)))))
#set par(leading: 0.6em, spacing: 1em)
Expand Down

0 comments on commit 103a6f1

Please sign in to comment.