diff --git a/_extensions/apaquarto/_extension.yml b/_extensions/apaquarto/_extension.yml index e43c06b..ff62b6c 100644 --- a/_extensions/apaquarto/_extension.yml +++ b/_extensions/apaquarto/_extension.yml @@ -8,6 +8,7 @@ contributes: execute: echo: false citeproc: false + link-citations: true fig-cap-location: top tbl-cap-location: top cap-location: top diff --git a/changelog.qmd b/changelog.qmd index 7cdda87..0f4771a 100644 --- a/changelog.qmd +++ b/changelog.qmd @@ -18,7 +18,8 @@ engine: knitr # Version 4.2.0 (2024-05-16) -- [#67](https://github.com/wjschne/apaquarto/issues/67) Setting `no-ampersand-parenthetical: true` will replace the ampersand in both parenthetical and narrative (in text) citations. +- [#67](https://github.com/wjschne/apaquarto/issues/67) Setting `no-ampersand-parenthetical: true` will replace the ampersand in both parenthetical and narrative (in text) citations. +- Make `link-citations: true` the default. Can be set to `link-citations: false` in YAML. # Version 4.1.0 (2024-05-13) diff --git a/docs/changelog.html b/docs/changelog.html index 9f353e8..f9b3737 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -248,6 +248,7 @@
no-ampersand-parenthetical: true
will replace the ampersand in both parenthetical and narrative (in text) citations.link-citations: true
the default. Can be set to link-citations: false
in YAML.