Footnotes #270
-
Hi all! Newbie here just feeling my way through Quire! I'm trying to figure out the footnotes. I was following the footnote instructions on this page: https://quire.getty.edu/documentation/fundamentals/#markdown-basics I created my footnote in the text and added a Notes section at the bottom in my markdown file: I don't want drop caps in my footnotes, but I'm not sure how to fix this. The footnote I'm playing with is on a Splash page which has drop caps in the first graf. But I don't know why that would apply to the notes. Any advice would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @mmpadilla15. You've discovered a bug in the Quire stylesheets. 🐞 Apparently no one else has tried to add footnotes to a splash page! I tested a fix that seems to work: On lines 662 and 681 of themes/default/source/css/components/quire-page.scss change Let us know if it works and we'll push this fix to the Quire repo as well. Thanks! |
Beta Was this translation helpful? Give feedback.
hi @mmpadilla15. You've discovered a bug in the Quire stylesheets. 🐞 Apparently no one else has tried to add footnotes to a splash page! I tested a fix that seems to work: On lines 662 and 681 of themes/default/source/css/components/quire-page.scss change
p
to.content > p
. Save the change and you may need to stop and restart the preview if it doesn't load.Let us know if it works and we'll push this fix to the Quire repo as well. Thanks!