decruft 0.1.2

Extract clean, readable content from web pages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Article with Inline Footnotes</title>
</head>
<body>
<div class="entry-content">

<p>The field has drifted far from its roots.<span title="You can pick any recent paper and have no idea what is going on." class="inline-footnote" style="">1<span class="footnoteContent" style="display:none;">You can pick any recent paper and have no idea what is going on.</span></span></p>

<p>Philosophy is often viewed as a science, which leads to misalignment.<span title="The most common areas where this occurs are analytic and continental philosophy." class="inline-footnote" style="">2<span class="footnoteContent" style="display:none;">The most common areas where this occurs are <a href="https://en.wikipedia.org/wiki/Analytic_philosophy" target="_blank" rel="noopener noreferrer">analytic philosophy</a> and <a href="https://en.wikipedia.org/wiki/Continental_philosophy" target="_blank" rel="noopener noreferrer">continental philosophy</a>.</span></span></p>

<p>In technical terms, facts and values are orthogonal.<span title="Orthogonal means they run independent of one another." class="inline-footnote" style="">3<span class="footnoteContent" style="display:none;">Orthogonal means they run independent of one another.</span></span></p>

</div>
</body>
</html>