diff --git a/autoload/vimwiki/html.vim b/autoload/vimwiki/html.vim index fec8155..f3e2854 100644 --- a/autoload/vimwiki/html.vim +++ b/autoload/vimwiki/html.vim @@ -286,7 +286,7 @@ function! s:tag_strong(value, header_ids) "{{{ let complete_id = complete_id[:-2] endif let complete_id .= '-'.id - return '
'.text.'' endfunction "}}}