ktquez / vue-disqus

Integrate Disqus count and comments in your application Vue 3, with support for SPA
https://ktquez.github.io/vue-disqus/
MIT License
253 stars 26 forks source link

Causes URLs in codeblocks to become actual links #28

Closed ghost closed 6 years ago

ghost commented 6 years ago

I don't have a basic reproduction right now. I might make one later.

But here is a page where this is happening.

Scroll down to the second heading, there should be a URL (http://yourgithubusername.github.io/) in the codeblock that got wrapped in an a tag by vue-disqus.

I have confirmed that vue-disqus is causing this in my local setup. When I remove the vue-disqus component from the page this bug goes away.

ghost commented 6 years ago

Nevermind, the Disqus settings were to blame.

https://github.com/hexojs/hexo/issues/2921