mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
In 53b3d2f0dc460348a4c23e12f843ccf11426a080 we introduced a stricter BBCode Tag parser. It prevents having "values" with spaces when they're not surrounded by a valid pair of quotes. The `[details=` BBCode Tag is popular enough that it's worth adding a special case for it (especially since it doesn't support other parameters). This also adds the Finnish pair of quotes. Context - https://meta.discourse.org/t/details-accepts-only-one-word-as-summary/313019