mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
1. bbcode hashes don't always have exactly 8 characters.
2. colors aren't always hex values, it can be a color string ("red", "blue", etc).
3. The closing tag of smileys doesn't always include a `:` character (the start of the regex was already right for this particular issue)