pandoc
Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.[1]
Documentation
- man 1 'pandoc' [EN]
Syntax
pandoc [PARAMETER ...] [FILE ...]
Parameters
- -f FORMAT, --from=FORMAT, -r FORMAT, --read=FORMAT
- Specify input FORMAT.
- -o FILE, --output=FILE
- Write output to FILE instead of stdout.
- -t FORMAT, --to=FORMAT, -w FORMAT, --write=FORMAT
- Specify output FORMAT.
Examples
pandoc --from='markdown' 'text.md' --to='mediawiki' --output='text.wiki'
References
- ↑ man 1 'pandoc'