...

Command present2md

Present2md converts legacy-syntax present files to Markdown-syntax present files.

Usage:

present2md [-w] [file ...]

By default, present2md prints the Markdown-syntax form of each input file to standard output. If no input file is listed, standard input is used.

The -w flag causes present2md to update the files in place, overwriting each with its Markdown-syntax equivalent.

Examples

present2md your.article
present2md -w *.article