Browse Source

Reverted Markdown error.

default 1 week ago
parent
commit
9869b29f2a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      format.c

+ 0 - 1
format.c

@@ -94,7 +94,6 @@ static xs_str *format_line(const char *line, xs_list **attach)
             "`[^`]+`"                           "|"
             "~~[^~]+~~"                         "|"
             "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*"     "|"
-            ":.+:"                              "|" //emotes
             "__[^_]+__"                         "|" //anzu
             "!\\[[^]]+\\]\\([^\\)]+\\)"         "|"
             "\\[[^]]+\\]\\([^\\)]+\\)"          "|"