alexwforsythe / code-blocks

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

removes previous paragrah #145

Open Akopov4 opened 4 years ago

Akopov4 commented 4 years ago

Hi, if i have two of blocks of code split by text, second block of code removes text between blocks

{%some code here%} some text here {%some code here%}

Result: {%some code here%} {%some code here%}

alexwforsythe commented 3 years ago

Are you saying this happens when you highlight the second block of code and select "Format"? If not, can you describe what steps I can take to reproduce this behavior?

alexwforsythe commented 3 years ago

Could this be related to #106?

sleewok commented 3 years ago

Possibly Related:

I have a table with two columns. I have text in the right column and code at some point. If I select the code and format it the entire cell is replaced with the code block.

If the code is being formatted in an existing cell, it should create a new cell inside the current...

You can see it happening in the attached images.

image

image