install.fairie/dotfiles/.vim/plugged/vim-markdown/test/syntax.md
Git E2E Dev Test Username 78b956b821 git subrepo clone https://github.com/plasticboy/vim-markdown.git ./dotfiles/.vim/plugged/vim-markdown
subrepo:
  subdir:   "dotfiles/.vim/plugged/vim-markdown"
  merged:   "c3f83ebb"
upstream:
  origin:   "https://github.com/plasticboy/vim-markdown.git"
  branch:   "master"
  commit:   "c3f83ebb"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:36:20 -04:00

846 B

Fenced code living in an indented environment is correctly highlighted

  1. run this command to do this:

some command ```

  1. Subsequent list items are correctly highlighted.

Fenced code block with language:

def f
  0
end

Links

a

a

good spell

badd spell

a

a

a (a) b. Fix: https://github.com/preservim/vim-markdown/issues/113

Escaped:

[a](b)

a]b

Known failures

Escape does not work:

[a](b)

Should not be links because of whitespace:

[a] (b)

[a](a b)

[a](a b)

Reference links

Single links:

[a][b]

[good spell][a]

[badd spell][a]

[a][]

[a] []

[a][b] c [d][e]

Reference link followed by inline link:

[a] b

Known failures

Should be shortcut reference links:

[a]

[a] b [c]

Should be a single link:

[a] [b]

[a] b c