Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ericek111 opened this issue Oct 17, 2019 · 0 comments
Open

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

ericek111 opened this issue Oct 17, 2019 · 0 comments

Comments

@ericek111
Copy link

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 ericek111 changed the title Links wrapped in [url] don't get converted Bare links wrapped in [url] don't get converted Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant