Autolink plugin doesn't work without link plugin #1824
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:autolink
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
autolink
plugin and not includedlink
plugin.http://google.com
.Expected result
URL should be turned into link e.g.
<a href="http://google.com">google.com</a>
Actual result
URL is pasted as a text.
Other details
autolink
plugin should probably requirelink
plugin by default.The text was updated successfully, but these errors were encountered: