diff --git a/morss/readabilite.py b/morss/readabilite.py
index 40a67c2..993f620 100644
--- a/morss/readabilite.py
+++ b/morss/readabilite.py
@@ -117,5 +117,34 @@ def clean_html(root):
del item.attrib[attrib]
+def br2p(root):
+ for item in root.iterfind('.//br'):
+ parent = item.getparent()
+ if parent is None:
+ continue
+
+ gdparent = parent.getparent()
+ if gdparent is None:
+ continue
+
+ if item.tail is None:
+ # if
is at the end of a div (to avoid having