Added paragraph, image and link detection to porcess_md function. Refactored code a bit

This commit is contained in:
2020-07-04 14:10:16 +05:00
parent 06ff0761fc
commit 4c61d24352
8 changed files with 388 additions and 228 deletions

View File

@ -10,5 +10,6 @@ void err_msg(char *msg);
char *concat_to_front(char **str1, char *str2);
char *get_status_message(int status_code);
char *to_lower(char *str);
char *trim(char *str);
#endif