quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.92k stars 322 forks source link

Footnotes are squashed against following appendices in v1.4 #7768

Closed EllaKaye closed 11 months ago

EllaKaye commented 11 months ago

Bug description

In the pre-release, there isn't enough line space between footnotes and any appendices that come after, especially compared to the spacing from appendices that come before. This appears to be a regression in v1.4.

Steps to reproduce

---
title: Squashed footnote
format: html
license: CC BY-SA
---

See the footnote.^[Here's a footnote.]

### Appendix {.appendix}
Here's an appendix.

Expected behavior

There should be more space after the footnote, before "Reuse"

Actual behavior

It looks too squashed.

Your environment

Quarto check output

Quarto 1.4.515
[✓] Checking versions of quarto binary dependencies...
      Pandoc version 3.1.9: OK
      Dart Sass version 1.69.5: OK
      Deno version 1.37.2: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
      Version: 1.4.515
      Path: /Applications/quarto/bin

[✓] Checking tools....................OK
      TinyTeX: (external install)
      Chromium: (not installed)

[✓] Checking LaTeX....................OK
      Using: TinyTex
      Path: /Users/ellakaye/Library/TinyTeX/bin/universal-darwin
      Version: 2022

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
      Version: 3.9.6
      Path: /Library/Developer/CommandLineTools/usr/bin/python3
      Jupyter: (None)

      Jupyter is not available in this Python installation.
      Install with python3 -m pip install jupyter

[✓] Checking R installation...........OK
      Version: 4.3.2
      Path: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources
      LibPaths:
        - /Users/ellakaye/Library/R/arm64/4.3/library
        - /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library
      knitr: 1.42
      rmarkdown: 2.21

[✓] Checking Knitr engine render......OK
mcanouil commented 11 months ago

FYI

Development 1.3.450
image image
EllaKaye commented 11 months ago

On a related note, in 1.3 the heading style of footnote is the same as the heading style of the other appendices, whereas in 1.4 the header style is smaller in lighter. I think it looks much better in 1.3, where there is consistency of style (especially where the footnotes sit between two other appendices) though I appreciate this is an opinion rather than a bug per se.