[[rule]]
name = "title"
selector = "title"
all = false
join_with = " "
[[rule]]
name = "meta_description"
selector = "meta[name='description']"
attr = "content"
all = false
join_with = " "
[[rule]]
name = "meta_keywords"
selector = "meta[name='keywords']"
attr = "content"
all = false
join_with = " "
[[rule]]
name = "og_title"
selector = "meta[property='og:title']"
attr = "content"
all = false
join_with = " "
[[rule]]
name = "og_description"
selector = "meta[property='og:description']"
attr = "content"
all = false
join_with = " "
[[rule]]
name = "article"
selector = "article"
all = true
join_with = "\n\n"
[[rule]]
name = "main"
selector = "main"
all = true
join_with = "\n\n"
[[rule]]
name = "headers_h1"
selector = "h1"
all = true
join_with = "\n"
[[rule]]
name = "headers_h2"
selector = "h2"
all = true
join_with = "\n"
[[rule]]
name = "headers_h3"
selector = "h3"
all = true
join_with = "\n"
[[rule]]
name = "headers_h4"
selector = "h4"
all = true
join_with = "\n"
[[rule]]
name = "headers_h5"
selector = "h5"
all = true
join_with = "\n"
[[rule]]
name = "headers_h6"
selector = "h6"
all = true
join_with = "\n"
[[rule]]
name = "paragraphs"
selector = "p"
all = true
join_with = "\n\n"
[[rule]]
name = "blockquotes"
selector = "blockquote"
all = true
join_with = "\n\n"
[[rule]]
name = "preformatted"
selector = "pre"
all = true
join_with = "\n\n"
[[rule]]
name = "ordered_lists"
selector = "ol"
all = true
join_with = "\n"
[[rule]]
name = "unordered_lists"
selector = "ul"
all = true
join_with = "\n"
[[rule]]
name = "list_items"
selector = "li"
all = true
join_with = "\n"
[[rule]]
name = "definition_lists"
selector = "dl"
all = true
join_with = "\n"
[[rule]]
name = "tables"
selector = "table"
all = true
join_with = "\n\n"
[[rule]]
name = "table_captions"
selector = "caption"
all = true
join_with = "\n"
[[rule]]
name = "code_blocks"
selector = "code"
all = true
join_with = "\n"
[[rule]]
name = "figures"
selector = "figure"
all = true
join_with = "\n\n"
[[rule]]
name = "figcaptions"
selector = "figcaption"
all = true
join_with = "\n"
[[rule]]
name = "image_alts"
selector = "img"
attr = "alt"
all = true
join_with = " "
[[rule]]
name = "link_text"
selector = "a"
all = true
join_with = " "
[[rule]]
name = "strong"
selector = "strong"
all = true
join_with = " "
[[rule]]
name = "emphasis"
selector = "em"
all = true
join_with = " "
[[rule]]
name = "marked"
selector = "mark"
all = true
join_with = " "
[[rule]]
name = "time"
selector = "time"
all = true
join_with = " "
[[rule]]
name = "data"
selector = "data"
all = true
join_with = " "
[[rule]]
name = "sections"
selector = "section"
all = true
join_with = "\n\n"
[[rule]]
name = "asides"
selector = "aside"
all = true
join_with = "\n\n"
[[rule]]
name = "details"
selector = "details"
all = true
join_with = "\n"
[[rule]]
name = "summary"
selector = "summary"
all = true
join_with = "\n"
[[rule]]
name = "nav"
selector = "nav"
all = true
join_with = "\n"
[[rule]]
name = "footer"
selector = "footer"
all = true
join_with = "\n"
[[rule]]
name = "content_divs"
selector = "div[role='main'], div[role='article'], div.content, div#content"
all = true
join_with = "\n\n"