aboutsummaryrefslogblamecommitdiffstats
path: root/src/util/mod.rs
blob: 6281356cd010d1aa53373911a09ccde8d1d5bb40 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
 
             
                 
                                   
                 
               
                      
                    
                             
                     
             
              
                
//! Utilities used when processing markdown.

pub mod char;
pub mod constant;
pub mod decode_character_reference;
pub mod edit_map;
pub mod encode;
pub mod gfm_tagfilter;
pub mod mdx_collect;
pub mod normalize_identifier;
pub mod sanitize_uri;
pub mod skip;
pub mod slice;
pub mod unicode;