discourse/lib/pretty_text
Jarek Radosz 057d6b406d
DEV: Extensively use `includes()` (#17541)
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.
2022-07-17 20:48:36 +02:00
..
helpers.rb FIX: Improve anchor links (#12683) 2021-04-14 10:27:07 +03:00
shims.js DEV: Extensively use `includes()` (#17541) 2022-07-17 20:48:36 +02:00
vendor-shims.js FIX: Missing files from previous commit 2020-09-15 10:59:41 -04:00