Awesome! Thanks
Awesome! Thanks
Awesome! Thanks
I know. That's how it's gonna be, at least atm. I haven't had time to work on the formatting. Will do in a few days.
Thanks for the report!
Not sure how it works but you could always limit to a certain number of lines, retaining the formatting
comment = '...'
max_lines = 8
truncated = '\n'.join(comment.split('\n')[:max_lines])
(post is archived)