Module pulldown_cmark::scanners[][src]

Scanners for fragments of CommonMark syntax

Re-exports

use entities;
use utils;
use std::borrow::Cow;
use std::borrow::Cow::Borrowed;
use std::borrow::Cow::Owned;
use std::char;
use parse::Alignment;
pub use puncttable::is_ascii_punctuation;
pub use puncttable::is_punctuation;

Constants

HTML_TAGS
URI_SCHEMES

Functions

calc_indent
compute_open_close
count_tab
cow_from_codepoint_str
is_ascii_alpha
is_ascii_alphanumeric
is_ascii_upper
is_ascii_whitespace
is_ascii_whitespace_no_nl
is_digit
is_escaped
is_hexdigit
is_html_tag
scan_attribute_name
scan_atx_header
scan_autolink
scan_backticks
scan_blank_line
scan_blockquote_start
scan_ch
scan_ch_repeat
scan_code_fence
scan_codepoint
scan_email
scan_entity
scan_eol
scan_hrule
scan_leading_space
scan_link_dest
scan_listitem
scan_nextline
scan_setext_header
scan_table_head
scan_trailing_codepoint
scan_trailing_whitespace
scan_uri
scan_while
scan_whitespace_no_nl
spaces
unescape