Merge pull request #90 from chxp/newa

fix: allow font awesome icon in heading
This commit is contained in:
Paul T
2025-01-13 23:08:12 -05:00
committed by GitHub

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%))
] ]
] ]