From a4bb6e344872914def2666d42cd3afc0810633aa Mon Sep 17 00:00:00 2001
From: Roland Pilch <roland.pilch@tu-dresden.de>
Date: Fri, 31 Mar 2023 09:41:22 +0200
Subject: [PATCH] noch mal

---
 .../docs/software/singularity_recipe_hints.md                | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md b/doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
index c35130c25..6f60c340c 100644
--- a/doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
+++ b/doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
@@ -32,8 +32,9 @@ From: alpine
   cd ..
   rm -r fmt-5.3.0*
 
-  cat hello.cpp
-#include &lt;fmt/format.h&gt;
+  cat <<'EOF' >>  hello.cpp
+
+#include <fmt/format.h>  // literal
 
 int main(int argc, char** argv){
   if(argc == 1) fmt::print("No arguments passed!\n");
-- 
GitLab