View Source EarmarkParser.LineScanner.Rgx (EarmarkParser v1.4.43)

Exposes the regular expressions needed in the scanner in a more readable and optilized way by forcing them to be compiled at compile time in this module and then inlining them by means of exposed functions.

Summary

Functions

Link to this function

block_quote_matches(content)

View Source
Link to this function

bullet_list_item_matches(content)

View Source
Link to this function

dash_ruler_matches(content)

View Source
Link to this function

footnote_def_matches(content)

View Source
Link to this function

heading_matches(content)

View Source
Link to this function

html_close_tag_matches(content)

View Source
Link to this function

html_comment_matches(content)

View Source
Link to this function

html_comment_start_matches(content)

View Source
Link to this function

html_one_line_matches(content)

View Source
Link to this function

html_open_tag_matches(content)

View Source
Link to this function

html_self_closing_matches(content)

View Source
Link to this function

numbered_list_item_matches(content)

View Source
Link to this function

set_ext_underline_matches(content)

View Source
Link to this function

star_ruler_matches(content)

View Source
Link to this function

table_first_column_rgx()

View Source
Link to this function

table_line_matches(content)

View Source
Link to this function

underline_ruler_matches(content)

View Source
Link to this function

void_tag_matches(content)

View Source