X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=include%2Fparser.h;h=83ce5d44514a6606a8cb3edf73a8c3a3764eba07;hp=e8ad380e78b1f0aeeb9113f7bd98a8ab8433386a;hb=221c74a4a0e73035645d8f6b13316347fa41cda6;hpb=072515bbb5e9ab6125d4cf237cd253a33eab1bad diff --git a/include/parser.h b/include/parser.h index e8ad380..83ce5d4 100644 --- a/include/parser.h +++ b/include/parser.h @@ -52,6 +52,8 @@ deck_t *markdown_load(FILE *input); int markdown_analyse(cstring_t *text, int prev); void markdown_debug(deck_t *deck, int debug); +void expand_character_entities(line_t *line); +void setup_character_entities(void); void adjust_line_length(line_t *line); int next_nonblank(cstring_t *text, int i); int prev_blank(cstring_t *text, int i);