Skip to content

atsphinx/linebreak

Repository files navigation

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",
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages