journalovi / jovi-template-quarto

JoVI experimental track article template written in Quarto
http://www.journalovi.org/jovi-template-quarto/
2 stars 8 forks source link

Import accessibility fixes back to the template #12

Open mjskay opened 8 months ago

mjskay commented 8 months ago

Once https://github.com/journalovi/2023-park-gatherplots/issues/10 is resolved we should import any relevant accessibility fixes @domoritz and @nickelm come up with to this template.

cscheid commented 8 months ago

changes to the HTML format block, something like

format:
  html:
    citations-hover: false
    footnotes-hover: false
    crossrefs-hover: false
mjskay commented 5 months ago

Also standalone stuff:

    embed-resources: true
    self-contained-math: true
    html-math-method: katex

To fix #7 as best we can for now