flake8-rst icon indicating copy to clipboard operation
flake8-rst copied to clipboard

Allow use literal blocks (::)

Open kataev opened this issue 7 years ago • 1 comments

For some people using ..code-block not practical. For example https://github.com/zzzeek/sqlalchemy/pull/469#issuecomment-443554287

Need add functionality for parsing literal blocks directive: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#literal-blocks

kataev avatar Dec 03 '18 10:12 kataev

On the other hand, literals may be used for things other than Python code, so not sure it should be enabled by default.

afeld avatar Jan 06 '21 04:01 afeld