diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-19 20:14:59 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-19 20:14:59 +0200 |
| commit | 04f8d5f3093e1b13aa704590f4d0bf9dce6afce9 (patch) | |
| tree | 163392588adcd735a7ab805b24740fdb1120b8ec /test_repo | |
| parent | cebadfcfbe74a9b892854e860d6d50565dffa7be (diff) | |
| download | git2hugo-04f8d5f3093e1b13aa704590f4d0bf9dce6afce9.tar.gz | |
g2h: Make sure backticks in plaintext doesn't break page rendering
Diffstat (limited to 'test_repo')
| -rw-r--r-- | test_repo/git.tgz | bin | 41560 -> 42639 bytes | |||
| -rw-r--r-- | test_repo/test.md | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test_repo/git.tgz b/test_repo/git.tgz Binary files differindex bac5752..0377aeb 100644 --- a/test_repo/git.tgz +++ b/test_repo/git.tgz 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** |