Also, the change in insert-hyperlink (from `this.linkUrl.indexOf("http") === -1` to `!this.linkUrl.startsWith("http")`) was intentional fix: we don't want to prevent users from looking up topics with http in their titles.
|
||
|---|---|---|
| .. | ||
| anchor.js | ||
| bbcode-block.js | ||
| bbcode-inline.js | ||
| category-hashtag.js | ||
| censored.js | ||
| code.js | ||
| custom-typographer-replacements.js | ||
| d-wrap.js | ||
| emoji.js | ||
| helpers.js | ||
| html-img.js | ||
| image-controls.js | ||
| mentions.js | ||
| newline.js | ||
| onebox.js | ||
| paragraph.js | ||
| quotes.js | ||
| table.js | ||
| text-post-process.js | ||
| upload-protocol.js | ||
| watched-words.js | ||