diff options
author | Vicent Marti <[email protected]> | 2014-09-06 20:48:05 +0200 |
---|---|---|
committer | Vicent Marti <[email protected]> | 2014-09-09 03:39:16 +0200 |
commit | 61e3e606e64221eaa5cf3d83dc598d5a42818d10 (patch) | |
tree | 1dfb6309c0e0fd7de8094c9da6497992b156350c /src/stmd.h | |
parent | 278b89d092cae8fe9cdd6346c69512886d36abbd (diff) |
UTF8-aware detabbing and entity handling
Diffstat (limited to 'src/stmd.h')
-rw-r--r-- | src/stmd.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -17,7 +17,6 @@ struct node_inl { INL_LINEBREAK, INL_CODE, INL_RAW_HTML, - INL_ENTITY, INL_EMPH, INL_STRONG, INL_LINK, @@ -133,6 +132,4 @@ void print_blocks(node_block* blk, int indent); void blocks_to_html(strbuf *html, node_block *b, bool tight); void inlines_to_html(strbuf *html, node_inl *b); -void utf8proc_case_fold(strbuf *dest, const unsigned char *str, int len); - #endif |