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
Symbols in the link text seem to break functionality resulting in incorrect highlighting and s:Markdown_GetUrlForPosition().
This is with the following settings:
set concealcursor =nc
set conceallevel =2
let g:vim_markdown_conceal_code_blocks = 0
let g:vim_markdown_edit_url_in = 'vsplit'
let g:vim_markdown_follow_anchor = 1
let g:vim_markdown_autowrite = 0
The text was updated successfully, but these errors were encountered:
Symbols in the link text seem to break functionality resulting in incorrect highlighting and
s:Markdown_GetUrlForPosition()
.This is with the following settings:
The text was updated successfully, but these errors were encountered: