michael-lazar / rtv

Browse Reddit from your terminal
MIT License
4.64k stars 274 forks source link

Improve comment formatting for markdown code block #642

Closed woorst closed 5 years ago

woorst commented 5 years ago

Lines beginning with four space are treated as code on reddit. rtv strips leading whitespace before sending posts to reddit thus preventing code blocks from being recoginzed. This fix should strip only leading empty lines rather than all leading whitespace.

michael-lazar commented 5 years ago

Thanks! Added some test cases and merged.