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

Auto URL to <a> doing weird things #79

Closed
thorakmedichi opened this issue Dec 19, 2014 · 1 comment
Closed

Auto URL to <a> doing weird things #79

thorakmedichi opened this issue Dec 19, 2014 · 1 comment

Comments

@thorakmedichi
Copy link

I am getting some bizarre results when I use the editor and just paste in a url without trying to link it.

Consider the following 'note' added using the editor:

First line
http://www.google.com
Last line

I am getting the following returned:

<div>
    <p>First line</p>
    <p>
        <a href="http://www.google.com&lt;/p&gt;&lt;p&gt;Last">http://www.google.com
    </p>
    <p>
        Last</a> line
    </p>
</div> 

Notice where the start and closing tags are... this is totally messed up.

Also is there a setting / option I can use to turn this off. Despite this rather annoying issue with it not making the hyperlink properly we don't want to have this feature unless we specifically make a link.

@thorakmedichi
Copy link
Author

Turns out the issue was actually coming from another third party plugin. Sorry!

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