-
DescriptionI would like to be able to show a citation in my output as per https://quarto.org/docs/authoring/create-citeable-articles.html with a custom format, e.g. today's date: 2023+274. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The styling of citations is controlled by the citation style (CSL) mentioned in the pages you linked. Side note: use |
Beta Was this translation helpful? Give feedback.
The styling of citations is controlled by the citation style (CSL) mentioned in the pages you linked.
Choose the one that fit your needs and/or modify one.
Side note: use
include-
options to include script/style and set those in_quarto.yml
to share them across your website, instead of copying th code and having to change the path to your JavaScript.