converter icon indicating copy to clipboard operation
converter copied to clipboard

Bare links wrapped in [url] don't get converted

Open ericek111 opened this issue 6 years ago • 0 comments

Thanks for your library, it helped me a great deal.

However, this should either be converted to Markdown link ([https://github.com](https://github.com)) or the URL tags should be stripped:

$input = '[url]https://github.com[/url]';
$Converter = new \Converter\BBCodeConverter($input);
$output = $Converter->toMarkdown();
// $output == $input

ericek111 avatar Oct 17 '19 08:10 ericek111