tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.14k stars 80 forks source link

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

Open AoZhang opened 1 year ago

AoZhang commented 1 year ago

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):

Additional context no