From 9994e2f04493e803b179ff28d9921f06998e6107 Mon Sep 17 00:00:00 2001 From: bianchini88 Date: Thu, 18 Jan 2024 15:20:27 +0100 Subject: [PATCH 1/2] fixing display of instructions for creating a bibliography --- pages/contribute/style_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/contribute/style_guide.md b/pages/contribute/style_guide.md index 1b41072da..bf7b7cc22 100644 --- a/pages/contribute/style_guide.md +++ b/pages/contribute/style_guide.md @@ -51,8 +51,8 @@ In general, we follow the European Commission's [Web Writing Style Guide](https: ## Bibliography * Add your citations as bibtex to the `_bibliography/references.bib` file. - * Add `{% cite reference_key %}` to the text where you are citing the reference. - * Add ## Bibliography {% bibliography --cited %} to show a bibliography section containing the references in the page. + * Add {% raw %} {% cite reference_key %} {% endraw %} to the text where you are citing the reference. + * Add {% raw %} ## Bibliography {% bibliography ‑‑cited %} {% endraw %} to show a bibliography section containing the references in the page. ## Graphic design * **White space:** make sure there is plenty of space so that the main elements stand out and the text does not appear overwhelming. From 7755670dfd4fd3f15e915b053b02ff44a8ee95db Mon Sep 17 00:00:00 2001 From: Federico Bianchini <72258479+bianchini88@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:14:37 +0100 Subject: [PATCH 2/2] Update pages/contribute/style_guide.md Co-authored-by: Bert Droesbeke <44875756+bedroesb@users.noreply.github.com> --- pages/contribute/style_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/contribute/style_guide.md b/pages/contribute/style_guide.md index bf7b7cc22..09e5fa302 100644 --- a/pages/contribute/style_guide.md +++ b/pages/contribute/style_guide.md @@ -51,8 +51,8 @@ In general, we follow the European Commission's [Web Writing Style Guide](https: ## Bibliography * Add your citations as bibtex to the `_bibliography/references.bib` file. - * Add {% raw %} {% cite reference_key %} {% endraw %} to the text where you are citing the reference. - * Add {% raw %} ## Bibliography {% bibliography ‑‑cited %} {% endraw %} to show a bibliography section containing the references in the page. + * Add {% raw %} `{% cite reference_key %}` {% endraw %} to the text where you are citing the reference. + * Add {% raw %} `## Bibliography {% bibliography --cited %}` {% endraw %} to show a bibliography section containing the references in the page. ## Graphic design * **White space:** make sure there is plenty of space so that the main elements stand out and the text does not appear overwhelming.