From 89314656457e8500d531a42c2d004fb056ce6f9c Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Wed, 20 Nov 2024 00:31:35 +0100 Subject: [PATCH] Fix rendering of bibtex code blocks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8916361..f3fb3efc 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Nick Le Large  If you use arbitration graphs in your research, we would be pleased if you cite our work: +{% raw %} ```bibtex @misc{spieker2024ArbitrationGraphs, title={Better Safe Than Sorry: Enhancing Arbitration Graphs for Safe and Robust Autonomous Decision-Making}, @@ -339,3 +340,4 @@ If you use arbitration graphs in your research, we would be pleased if you cite doi = {10.1016/j.cogsys.2009.12.003}, } ``` +{% endraw %}