1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 06:41:38 +01:00

add emph to header

This commit is contained in:
2025-03-26 16:28:46 +01:00
parent 6ee04e16bb
commit a90db5b042

View File

@@ -38,8 +38,8 @@
pagebreak() pagebreak()
// Header // Header
let show-header(ctx, candidates) = { let show-header(ctx, c) = {
candidates.body emph(c.body)
v(-0.8em) v(-0.8em)
line(length: 100%, stroke: 0.5pt) line(length: 100%, stroke: 0.5pt)
} }