fix: allow font awesome icon in heading

This commit is contained in:
chenxp
2025-01-11 13:54:38 +08:00
parent 7eb7122e68
commit cee8db8535

View File

@@ -260,7 +260,7 @@
} else { } else {
color-darkgray color-darkgray
} }
#text[#strong[#text(color)[#it.body.text]]] #text[#strong[#text(color)[#it.body]]]
#box(width: 1fr, line(length: 100%)) #box(width: 1fr, line(length: 100%))
] ]
@@ -632,7 +632,7 @@
) )
#align(left)[ #align(left)[
#text[#strong[#text(accent-color)[#it.body.text]]] #text[#strong[#text(accent-color)[#it.body]]]
#box(width: 1fr, line(length: 100%)) #box(width: 1fr, line(length: 100%))
] ]
] ]