alexwforsythe / code-blocks

Syntax highlighting for Google Docs
https://www.alexwforsythe.com/code-blocks/
MIT License
698 stars 88 forks source link

Code blocks are created with soft carriage returns #112

Open justin-giovanetti opened 5 years ago

justin-giovanetti commented 5 years ago

Code blocks are created with soft carriage returns, so you can't further indent any code after applying your styles.

So, if you're doing a Ctrl+[ or Ctrl+], then the entire block of code gets moved around. The only way around this, is by manually making new carriage returns on every line of code after you've styled it.