Open AoZhang opened 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
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
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