diff --git a/autoload/vimwiki/html.vim b/autoload/vimwiki/html.vim index b075bdd..3022770 100644 --- a/autoload/vimwiki/html.vim +++ b/autoload/vimwiki/html.vim @@ -1236,24 +1236,26 @@ function! s:process_tag_h(line, id) abort endif let h_complete_id = s:escape_html_attribute(h_complete_id) let h_part = '
' - let h_part .= '' - let h_part .= '' else - let h_part = '' + let line = h_part.a_tag.h_text.'
' let processed = 1 endif