https://github.com/atsphinx/linebreak
https://github.com/atsphinx/linebreak
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/atsphinx/linebreak
- Owner: atsphinx
- License: apache-2.0
- Created: 2024-10-29T18:47:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T09:33:07.000Z (over 1 year ago)
- Last Synced: 2025-03-05T04:21:02.074Z (over 1 year ago)
- Language: Python
- Size: 74.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
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
===============
.. code:: console
pip install atsphinx-linebreak
.. code:: python
extensions = [
..., # Your extensions
"atsphinx.linebreak",
]