Explorar el Código

Reverted Markdown error.

default hace 1 semana
padre
commit
9869b29f2a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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
             "!\\[[^]]+\\]\\([^\\)]+\\)"         "|"
             "\\[[^]]+\\]\\([^\\)]+\\)"          "|"