The CustomText converter was monkey patched to fix a bug related to preserve_tags. Somewhere in that process, remove_inner_newlines was changed to strip newlines completely, instead of replacing them with a single space. This restores that functionality. In development mode, files are not eager loaded. That means that the converters were not being required, so it was not possible to reproduce that issue in development mode (since it was falling back to the original converter, which does not have the bug). This commit also adds an initializer that requires every converter. |
||
|---|---|---|
| .. | ||
| converters | ||