advanced-tables-obsidian icon indicating copy to clipboard operation
advanced-tables-obsidian copied to clipboard

advanced table doesn't work with an indent code block in a list

Open AoZhang opened this issue 1 year ago • 0 comments

Describe the bug I have a markdown file contains an indent code block. in this case, the plugin doesn't work.

To Reproduce create a new file like this

- list1
    - list1.1
    ```python
def my_func(model_provider_func)
\```

| column1 | column2 |

note that there's some spaces before '```python'.

and I add an additional '\' before '```' to escape them. you should delete it to reproduce this bug.

Expected behavior the plugin can work normally in this situation.

Screenshots no

Desktop (please complete the following information):

  • OS: macOS 12.1
  • Obsidian Version: 1.3.5
  • Advanced Tables Version: 0.18.1

Additional context no

AoZhang avatar Jun 15 '23 03:06 AoZhang