summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorGravatar default2025-03-17 14:25:52 +0100
committerGravatar default2025-03-17 14:25:52 +0100
commit9869b29f2a63ee7e42f332f8f6cbe735cf915ca9 (patch)
tree50a362266f6be68936e8e66424360773661b2c1d /format.c
parentUpdated RELEASE_NOTES. (diff)
downloadpenes-snac2-9869b29f2a63ee7e42f332f8f6cbe735cf915ca9.tar.gz
penes-snac2-9869b29f2a63ee7e42f332f8f6cbe735cf915ca9.tar.xz
penes-snac2-9869b29f2a63ee7e42f332f8f6cbe735cf915ca9.zip
Reverted Markdown error.
Diffstat (limited to 'format.c')
-rw-r--r--format.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/format.c b/format.c
index b19a6e1..b2b585d 100644
--- a/format.c
+++ b/format.c
@@ -94,7 +94,6 @@ static xs_str *format_line(const char *line, xs_list **attach)
94 "`[^`]+`" "|" 94 "`[^`]+`" "|"
95 "~~[^~]+~~" "|" 95 "~~[^~]+~~" "|"
96 "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" 96 "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|"
97 ":.+:" "|" //emotes
98 "__[^_]+__" "|" //anzu 97 "__[^_]+__" "|" //anzu
99 "!\\[[^]]+\\]\\([^\\)]+\\)" "|" 98 "!\\[[^]]+\\]\\([^\\)]+\\)" "|"
100 "\\[[^]]+\\]\\([^\\)]+\\)" "|" 99 "\\[[^]]+\\]\\([^\\)]+\\)" "|"