scinfu/SwiftSoup

How to convert finished html to html inline styled fragment

rhwoodpecker opened this issue · 2 comments

like:

  <html> 
     <style>p { width: 20px;} </style>
     <body>
        <p>hhhh</p>
     </body>
  </html>

got:
<p style="width: 20px">hhh</p>