diff options
Diffstat (limited to 'format.c')
| -rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -93,7 +93,7 @@ static xs_str *format_line(const char *line, xs_list **attach) | |||
| 93 | "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" | 93 | "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" |
| 94 | "!\\[[^]]+\\]\\([^\\)]+\\)" "|" | 94 | "!\\[[^]]+\\]\\([^\\)]+\\)" "|" |
| 95 | "\\[[^]]+\\]\\([^\\)]+\\)" "|" | 95 | "\\[[^]]+\\]\\([^\\)]+\\)" "|" |
| 96 | "[a-z]+?:/" "/[^[:space:]]+" | 96 | "[a-z]+:/" "/[^[:space:]]+" |
| 97 | ")"); | 97 | ")"); |
| 98 | int n = 0; | 98 | int n = 0; |
| 99 | 99 | ||