79787741

Date: 2025-10-10 23:45:56
Score: 0.5
Natty:
Report link

It seems like a hacky solution as there should be an R Markdown fix, but here is what I landed on that worked to solve this issue. Note that Source Sans Pro and 16px are simply the defaults in quarto, so the html tag is matching those quarto defaults.

::: {#axm-real}
<p align="left" style="font-family: 'Source Sans Pro', sans-serif; font-size: 16px;">
text of axioms listed here
</p>
:::
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: dj_a