+ Hello World
+ This is a test paragraph.
+
+
+
+ """
+ result = extract_content_from_html(html)
+ # readabilipy may extract different parts depending on the content
+ assert "test paragraph" in result
+
+ def test_html_with_links(self):
+ """Test that links are converted to markdown."""
+ html = """
+
+
+