./pandoc --examples
Funciones y ejemplos de uso
file-read
pandoc -t plain /path/to/input-file
file-write
echo DATA | pandoc -t plain -o /path/to/output-file
inherit
echo '...' >/path/to/temp-file
pandoc -L /path/to/temp-file /dev/null
./related --binary=pandoc
Binarios relacionados
Comparten al menos una función con pandoc.