tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

No highlighting for markdownUrlTitle #201

Closed pkeir closed 1 year ago

pkeir commented 1 year ago

I am seeing no change in font or colour for the markdownUrlTitle component of a markdownUrl.

[url title](https://www.bbc.co.uk/ "This is the markdownUrlTitle")

I would expect "This is the markdownUrlTitle" in the markdown excerpt above to be purple in vim on my Ubuntu 22.04 system; as it is for an HTML String, but the font is unchanged. The file has .md extension, and otherwise is representing markdown syntax as expected. Gedit and github.com (here) both use a different colour for markdownUrlTitle. The markdown.vim file seems to have code for handling the markdownUrlTitle.

craigmac commented 1 year ago

Something with your setup is off, here's wezterm latest, using Vim compiled yesterday, started with vim --clean -c 'edit /tmp/test.md' and pasting your example:

Screen Shot 2022-11-25 at 9 34 32 AM

Tried with Terminal.app and iTerm2 as well, working just fine.

tpope commented 1 year ago

That's what I'm seeing as well. Looks like it's working as designed.