Based on Linkify Plus. Turn plain text URLs into links.
LPP will remove all <wbr>
tags.
Related topic:
https://gf.qytechs.cn/zh-TW/forum/discussion/1543/x
Though I had mentioned the use of word-wrap
, it might break the page so I didn't add it.
An example to add word-wrap: break-word;
on body:
http://jsfiddle.net/ptfd7y2v/5/
Maybe I can add word-wrap
to those elements that have <wbr>
children. But still, it might break the original layout.
Why remove the at all?
Wouldn't it be better to only remove it from the string to test if it can be linkified or not, and then use that de--ified string as the
, but not actually remove the
from the content?
E.g. in the two jsfiddles, the LPP 3.6.3 adds the word-wrap to , which is way too invasive IMHO.
Fixed in 4.0.0 :)
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
WBR-tags of normal text are removed too
http://jsfiddle.net/ptfd7y2v/4/
I don't think that's appropriate.
And maybe removing them from the link-text isn't too good either.
Firefox is wrapping URLs in the link-text by default, but e.g. Chrome (and IE) don't.