Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tutorial/writing-markup.typ
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Typst的#term("comment")直接采用C语言风格的注释语法,有两种表
````

#exercise[
插入行内的“typc”代码,期望的输出:#rect(width: 100%, eval(q1.text, mode: "markup"))
插入行内代码块 (语言标签为 “typc”,即 Typst Code),期望输出为:#rect(width: 100%, eval(q1.text, mode: "markup"))
][
#q1
]
Expand Down