Open
Description
Hi,
I mean some site has their rule such as make a
block , in this case, need a \n
in text.
For example:
<div>
<p styles="display:inline">
inline 1 (no \n)
</p>
<p styles="display:inline">
inline 2 (no \n)
</p>
<p >
<a styles="display:block"> block 1(need add \n after) </a>
block 2(need add \n after)
</p>
</div>
But styles always not write with element, usually in css, it would be nice to load several .css files to precisely convert html to text.
Metadata
Metadata
Assignees
Labels
No labels