mirror of
https://github.com/bookieio/breadability
synced 2024-11-16 12:13:11 +00:00
29 lines
848 B
HTML
29 lines
848 B
HTML
<html>
|
|
<head>
|
|
<title>Min Document Title</title>
|
|
</head>
|
|
<body>
|
|
<h1>Min Document</h1>
|
|
<p>Testing content</p>
|
|
|
|
<!-- This is all stuff that should disappear -->
|
|
<div class="comment">Gone</div>
|
|
<div id="disqus">Gone</div>
|
|
<p id="foot">Gone</div>
|
|
<p id="header">Gone</div>
|
|
<p class="header">Gone</div>
|
|
<div id="header">Gone</div>
|
|
<div id="header">Gone</div>
|
|
|
|
<!-- These have bad and good terms so should stay -->
|
|
<div id="mainfoot">Gone</div>
|
|
<div id="harticleeader">Gone</div>
|
|
<div class="article header">Gone</div>
|
|
<div class="column header">Gone</div>
|
|
<a class="imgBlogpostPermalink">Gone</a>
|
|
|
|
<!-- And this will stick around for final -->
|
|
<div>Final content.</div>
|
|
</body>
|
|
</html>
|