# Conversion: Wiki -> Html ################################################# Given vimwiki (Comments): This is some text %% This is a comment Test%%+INLINE COMMENT+%%1 %%+INLINE COMMENT+%%Test2 Test3%%+INLINE COMMENT+%% %%+ Multiline comment that is removed +%% Final text Do (Convert): :call ConvertWiki2Html()\ # Keep only body ggd/\ Expect (Comments Removed):

This is some text Test1 Test2 Test3

Final text