You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing markdown, I frequently use tilde ~ instead of backticks ` to fence code blocks:
text
~~~python
# some code
~~~
However, vim-markdown (currently on master@ b4dc23e ) renders these not as code but strike-through text, since I'm also using let g:vim_markdown_strikethrough = 1. When disabling that option, the tilde-fenced code blocks are correctly recognized as such.
The text was updated successfully, but these errors were encountered:
Writing markdown, I frequently use tilde
~
instead of backticks ` to fence code blocks:However, vim-markdown (currently on master@ b4dc23e ) renders these not as code but strike-through text, since I'm also using
let g:vim_markdown_strikethrough = 1
. When disabling that option, the tilde-fenced code blocks are correctly recognized as such.The text was updated successfully, but these errors were encountered: