From 8ac8299b128e9e4004c3389209312bf346d88917 Mon Sep 17 00:00:00 2001 From: Charlie Pauvert Date: Fri, 1 Mar 2024 13:11:34 +0100 Subject: [PATCH] fix how-to cite in Jekyll pages this fixes #186 --- docs/_Getting-Started/02-contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_Getting-Started/02-contributing.md b/docs/_Getting-Started/02-contributing.md index c902550e..62c5e6a8 100644 --- a/docs/_Getting-Started/02-contributing.md +++ b/docs/_Getting-Started/02-contributing.md @@ -88,4 +88,4 @@ When adding or editing files, please observe the following rules: 2. Journal articles can be referenced at the bottom of the page, as in a regular scientific journal. 3. In order to reference an article: 1. Add the reference to the `docs/_bibliography/references.bib` file in Bibtex format - 2. Cite the reference in the text using `{% cite %}` + 2. Cite the reference in the text using `{% raw %}{% cite %}{% endraw %}`