pycco-docs / pycco

Literate-style documentation generator.
https://pycco-docs.github.io/pycco/
Other
842 stars 144 forks source link

Preformatted text overflows left column #116

Open zachriggle opened 4 years ago

zachriggle commented 4 years ago

Pre-formatted text (e.g. indent by 4) should not overflow into the right hand column. There should at minimum be a setting to wrap the text automatically.

# example
#
# This is an example of text that overflows to the right column:
#
#      aaa bbb ccc ddd eee fff ggg hhh iii jjj kkk lll mmm nnn ooo ppp qqq rrr sss ttt uuu vvv www xxx yyy zzz
foo = 1
Screen Shot 2020-07-09 at 11 31 56 PM