-
DescriptionI would like to add another line to the page-footer in a Quarto book. `page-footer:
This seems to align the text horizontally. Any other ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
jbrick55
Oct 24, 2023
Replies: 1 comment 5 replies
-
Use multiline yaml markup. page-footer:
center: |
One line.
A second line. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added
at the end of the first line and it worked!