summaryrefslogtreecommitdiff
path: root/locales/help_docs/en.yml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-12-17 16:31:24 +0800
committer魏曹先生 <1992414357@qq.com>2025-12-17 16:31:24 +0800
commitfc2db80952f1fc1c77c101fb76b529502016329a (patch)
tree0b3f3e6bd5af7b6ccda00d4c399d3a3d14009e51 /locales/help_docs/en.yml
parente372cfff7296e907d257aa4ecbd8400d1ce3bcad (diff)
Escape special characters in markdown formatting
The `md` function now handles backslash escapes for specific characters (*, <, >, `) to allow them to be displayed literally in formatted text. This fixes rendering of help documentation that uses these characters as symbols.
Diffstat (limited to 'locales/help_docs/en.yml')
-rw-r--r--locales/help_docs/en.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml
index 048cf09..a73bc54 100644
--- a/locales/help_docs/en.yml
+++ b/locales/help_docs/en.yml
@@ -875,14 +875,14 @@ jv:
- Lost: %{path}
moved_item: |
- > Moved: Remote %{from}
+ \> Moved: Remote %{from}
Local %{to}
erased_item: |
& Erased: %{path}
modified_item: |
- * Modified: %{path}
+ \* Modified: %{path}
invalid_modified_item: |
x Modified: %{path} (%{reason})