code-blocks icon indicating copy to clipboard operation
code-blocks copied to clipboard

removes previous paragrah

Open Akopov4 opened this issue 4 years ago • 3 comments

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%}

Akopov4 avatar May 28 '20 00:05 Akopov4

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 avatar Sep 08 '20 23:09 alexwforsythe

Could this be related to #106?

alexwforsythe avatar Sep 09 '20 01:09 alexwforsythe

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

sleewok avatar May 03 '21 14:05 sleewok