forked from pencelheimer/typst_nure_template
fix(style): replace single code ticks with doble quotes
This commit is contained in:
@@ -118,8 +118,16 @@
|
|||||||
v(spacing * 2.5, weak: true)
|
v(spacing * 2.5, weak: true)
|
||||||
}
|
}
|
||||||
|
|
||||||
it
|
// blocks `like this` aren't welcome, so ` is replaced with "
|
||||||
|
show raw.where(block: false): it => text(
|
||||||
|
size: 14pt,
|
||||||
|
weight: "regular",
|
||||||
|
font: ("Times New Roman", "Liberation Serif"),
|
||||||
|
)["#it.text"]
|
||||||
// }}}
|
// }}}
|
||||||
|
|
||||||
|
|
||||||
|
it
|
||||||
}
|
}
|
||||||
|
|
||||||
/// DSTU 3008:2015 Appendices Style
|
/// DSTU 3008:2015 Appendices Style
|
||||||
|
|||||||
Reference in New Issue
Block a user