stop using quad-backticks: LLMs ignore and revert to triple-backtick, causing #2879

This commit is contained in:
Paul Gauthier 2025-02-05 12:42:19 -08:00
parent 10f1fc5e92
commit 3e71c35fdd

View file

@ -60,7 +60,7 @@ def wrap_fence(name):
all_fences = [
("`" * 3, "`" * 3),
("`" * 4, "`" * 4),
# ("`" * 4, "`" * 4), # LLMs ignore and revert to triple-backtick, causing #2879
wrap_fence("source"),
wrap_fence("code"),
wrap_fence("pre"),