Results 3 comments of Cishoon

在用到有序列表的文件开头加上下面这段代码: ``` #show enum.item: it => [ #set text(baseline: -2.5pt) if regex("[\u4e00-\u9fa5]") in it.body.text #it ] #show list.item: it => [ #set text(baseline: -2.5pt) if regex("[\u4e00-\u9fa5]") in it.body.text #it ]...

> 在用到有序列表的文件开头加上下面这段代码: > > ``` > #show enum.item: it => [ > #set text(baseline: -2.5pt) if regex("[\u4e00-\u9fa5]") in it.body.text > #it > ] > > #show list.item: it => [...

> @Cishoon Can you please resolve the merge conflicts? Ok, I have resolved it.