diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ d_char *not_really_markdown(char *content, d_char **f_content) | |||
| 25 | { | 25 | { |
| 26 | /* split by special markup */ | 26 | /* split by special markup */ |
| 27 | xs *sm = xs_regex_split(content, | 27 | xs *sm = xs_regex_split(content, |
| 28 | "(`[^`]+`|\\*\\*?[^\\*]+\\*?\\*|https?:/" "/[^ ]*)"); | 28 | "(`[^`]+`|\\*\\*?[^\\*]+\\*?\\*|https?:/" "/[^[:space:]]+)"); |
| 29 | int n = 0; | 29 | int n = 0; |
| 30 | 30 | ||
| 31 | p = sm; | 31 | p = sm; |