Merge pull request #52319 from yamashun/correct-markdown-collapsed-in-rails-guides

Fix markdown table collapse in configuring.md [ci skip]
This commit is contained in:
Hartley McGuire 2024-07-13 18:13:08 +00:00 committed by GitHub
commit 02621b9b3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2994,6 +2994,7 @@ For example, if you want to use `AVIF` variants in your application you can add
`image/avif` to this array. `image/avif` to this array.
The default value depends on the `config.load_defaults` target version: The default value depends on the `config.load_defaults` target version:
| Starting with version | The default value is | | Starting with version | The default value is |
| --------------------- | ----------------------------------------------- | | --------------------- | ----------------------------------------------- |
| (original) | `%w(image/png image/jpeg image/gif)` | | (original) | `%w(image/png image/jpeg image/gif)` |