Hi, When I call Html2Text::convert("`<a href='https://google.ru'></a>`", ['drop_links' => true]); i got href instead empty I think result should be empty because i use option 'drop_links' => true
Hi,
When I call
Html2Text::convert("
<a href='https://google.ru'></a>", ['drop_links' => true]);i got href instead empty
I think result should be empty because i use option 'drop_links' => true