i%plainhtml\
my paragraph\
%plainhtml
\\
:set bt=\
:write\
Execute (Save and Convert to html):
edit $HOME/testwiki/TestHtml.wiki
Vimwiki2HTML
Given (Void):
Do (Get Html body):
:read $HOME/html/default/TestHtml.html\
# Goto body
gg/\
# Copy in b
"bdat
# Delete All
ggdG
# Paste body
"bP
# Remove last line
Gdd
# Save (Not necessary)
:write
Expect (Plain Html):
# the whole default html file should be here as a base + the modifications
# from "Given"
Execute (Delete):
call DeleteFile('$HOME/testwiki/TestHtml.wiki')
# vim: sw=2 foldmethod=marker foldlevel=30