Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.74k stars 266 forks source link

Cannot provide space between content of <option> tag in <select> #377

Open iamankan opened 2 years ago

iamankan commented 2 years ago

\<option>abc\</option>\<option>def\</option>

Needed output: abc def

Getting output: abcdef