Markdown code block problems
Opened this issue · 0 comments
inventionate commented
When I insert a block of code into Markdown (e. g. R) and set the wraps as follows, the code is interpreted as a list:
df <-
tibble(
x = c(0.5, 0.25, 0.75),
y = c(0.4, 0.1, 0.1)
)
A 'CR' after the last bracket leads to a new line, in which 'i)` is automatically inserted. Is there a way to enable bullets.vim only outside of markdown codeblocks or at least for special characters (e.g. )).?
Anyway, thanks for the great plugin!