summaryrefslogtreecommitdiffstats
path: root/test_repo/test.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-09-19 20:14:59 +0200
committerChristoph Schlosser <christoph@linux.com>2025-09-19 20:14:59 +0200
commit04f8d5f3093e1b13aa704590f4d0bf9dce6afce9 (patch)
tree163392588adcd735a7ab805b24740fdb1120b8ec /test_repo/test.md
parentcebadfcfbe74a9b892854e860d6d50565dffa7be (diff)
downloadgit2hugo-04f8d5f3093e1b13aa704590f4d0bf9dce6afce9.tar.gz
g2h: Make sure backticks in plaintext doesn't break page rendering
Diffstat (limited to 'test_repo/test.md')
-rw-r--r--test_repo/test.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test_repo/test.md b/test_repo/test.md
new file mode 100644
index 0000000..9e7e2bc
--- /dev/null
+++ b/test_repo/test.md
@@ -0,0 +1,7 @@
+**Some text**
+
+```cc
+#include <iostream>
+```
+
+**Some more text**