Enable line-break for everywhere.
This is Sphinx-extension to inject extra node into line-break of source (LF) when it build. You can write source likely GitHub Flavored Markdown ("Newline" code means as "line-feed of content") by using it.
Note
This affects to any sources including reStructuredText. If you want to change behavior, post PR or issue into GitHub.
pip install atsphinx-linebreak
extensions = [
..., # Your extensions
"atsphinx.linebreak",
]