You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, there are several wrapping levels of <div> in the ReadabiliPy output. These should be flattened.
The rationale behind this, is that the output of ReadabiliPy should (ideally) not depend on how deeply wrapped in <div>s the input is.
If we go down this route, we should think about which types of tag can be safely stripped out (eg. <div> and <span> are fine, but <table> or <figure> probably aren't).
The text was updated successfully, but these errors were encountered:
In some cases, there are several wrapping levels of
<div>
in theReadabiliPy
output. These should be flattened.The rationale behind this, is that the output of
ReadabiliPy
should (ideally) not depend on how deeply wrapped in<div>
s the input is.If we go down this route, we should think about which types of tag can be safely stripped out (eg.
<div>
and<span>
are fine, but<table>
or<figure>
probably aren't).The text was updated successfully, but these errors were encountered: