Size: 225
Comment:
|
Size: 384
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
{{{#!highlight markdown | {{{ |
Line 18: | Line 18: |
* 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 & |
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 &