= pandoc =
Pandoc is a command-line tool for converting from one markup format to
another. 

{{{
% Pandoc User's Guide
% John MacFarlane
% July 17, 2016

#Hello

AAAAA

##World

BBBBB
}}}
 * pandoc teste.md --from markdown --to odt -o teste.odt
 * calligrawords teste.odt &
 * pandoc teste.md --from markdown --to docx -o teste.docx
 * calligrawords teste.docx &
 * wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb
 * dpkg -r pandoc
 * dpkg -r pandoc-data
 * dpkg -i pandoc pandoc-1.17.2-1-amd64.deb