Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 644 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 644 Bytes

atsphinx-linebreak

Enable line-break for everywhere.

Overview

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.

Getting started

pip install atsphinx-linebreak
extensions = [
    ...,  # Your extensions
    "atsphinx.linebreak",
]