From 04f8d5f3093e1b13aa704590f4d0bf9dce6afce9 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 19 Sep 2025 20:14:59 +0200 Subject: g2h: Make sure backticks in plaintext doesn't break page rendering --- test_repo/git.tgz | Bin 41560 -> 42639 bytes test_repo/test.md | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 test_repo/test.md (limited to 'test_repo') diff --git a/test_repo/git.tgz b/test_repo/git.tgz index bac5752..0377aeb 100644 Binary files a/test_repo/git.tgz and b/test_repo/git.tgz differ 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 +``` + +**Some more text** -- cgit v1.2.3