File 0001-fix-endraw-syntax.patch of Package cfengine-documentation
From 76a5a56b3781b85e343e5302ab38b051f4627ab8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Thu, 24 Sep 2020 10:04:54 +0200
Subject: [PATCH] fix endraw syntax
---
cheatsheet.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cheatsheet.markdown b/cheatsheet.markdown
index f03585da6db3..7eb429436f97 100644
--- a/cheatsheet.markdown
+++ b/cheatsheet.markdown
@@ -525,7 +525,7 @@ show the actual variables will need to be inside of raw tags.
{% raw %}
site.CFE_manuals_version {{ site.CFE_manuals_version }}
-{% endraw %**
+{% endraw %}
# Testing
## Indention with included markdown
--
2.26.0