Permit tags in heading #1316

This commit is contained in:
Tinmarino
2023-03-17 00:03:47 -03:00
parent eab70aedaa
commit 035b2f15c7
2 changed files with 181 additions and 1 deletions
+2 -1
View File
@@ -117,7 +117,8 @@ function! s:scan_tags(lines, page_name) abort
endfor
let current_complete_anchor .= header
endif
continue " tags are not allowed in headers
" See: issue #1316 to allow tags in header
" continue " tags are not allowed in headers
endif
" Scan line for tags. There can be many of them.