mirror of
https://github.com/discourse/discourse.git
synced 2025-01-20 00:22:48 +08:00
9026c55fe4
For example given a custom badge with SQL: ``` SELECT 1 -- I am a comment ``` You end up with ``` FROM (SELECT 1 -- I am a comment) q ``` This fix adds newlines so you end up with the now-valid: ``` FROM ( SELECT 1 -- I am a comment ) q ``` |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |