@@ -248,9 +248,9 @@ syn region pandocCodeBlockInsideIndent start=/\(\(\d\|\a\|*\).*\n\)\@<!\(^\(\s
248
248
" Base: {{{3
249
249
syn region pandocReferenceLabel matchgroup =pandocOperator start =/ !\{ ,1}\\\@ <!\[ / skip =/ \(\\\@ <!\]\]\@ =\| `.*\\\@ <!].*`\) / end =/ \\\@ <!\] / keepend display
250
250
if g: pandoc #syntax #conceal#urls == 1
251
- syn region pandocReferenceURL matchgroup =pandocOperator start =/ \]\@ 1<=(/ end =/ )/ keepend display conceal
251
+ syn region pandocReferenceURL matchgroup =pandocOperator start =/ \]\@ 1<=(/ end =/ )/ keepend conceal
252
252
else
253
- syn region pandocReferenceURL matchgroup =pandocOperator start =/ \]\@ 1<=(/ end =/ )/ keepend display
253
+ syn region pandocReferenceURL matchgroup =pandocOperator start =/ \]\@ 1<=(/ end =/ )/ keepend
254
254
endif
255
255
" let's not consider "a [label] a" as a label, remove formatting - Note: breaks implicit links
256
256
syn match pandocNoLabel / \]\@ 1<!\(\s\{ ,3}\| ^\)\[ [^\[\] ]\{ -}\]\(\s\+\| $\) [\[ (]\@ !/ contains =pandocPCite
@@ -327,7 +327,7 @@ call s:WithConceal("strikeout", 'syn match pandocStrikeoutMark /\~\~/ contained
327
327
" }}}
328
328
" Headers: {{{2
329
329
"
330
- syn match pandocAtxHeader / \(\% ^\| <.\+ >.*\n\| ^\s *\n\)\@ <=#\{ 1,6}.*\n / contains =pandocEmphasis,pandocStrong,pandocNoFormatted,pandocLaTeXInlineMath,@Spell, display
330
+ syn match pandocAtxHeader / \(\% ^\| <.\+ >.*\n\| ^\s *\n\)\@ <=#\{ 1,6}.*\n / contains =pandocEmphasis,pandocStrong,pandocNoFormatted,pandocLaTeXInlineMath,@Spell display
331
331
syn match pandocAtxHeaderMark / \( ^#\{ 1,6}\|\\\@ <!#\+\(\s *.*$\)\@ =\) / contained containedin =pandocAtxHeader
332
332
call s: WithConceal (" atx" , ' syn match pandocAtxStart /#/ contained containedin=pandocAtxHeaderMark' , ' conceal cchar=' .s: cchars [" atx" ])
333
333
syn match pandocSetexHeader / ^.\+\n [=]\+ $/ contains =pandocEmphasis,pandocStrong,pandocNoFormatted,pandocLaTeXInlineMath,@Spell
0 commit comments