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/test.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test_repo/test.md (limited to 'test_repo/test.md') 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