Specifies output format parameters.
output_format(output_class_suffix, file_ext, parse_fun, ...)
Suffix to class name. E.g. md
for
output_format_md
.
File extension, if default output_file name.
Parsing function, should be a generic S3 method.
Named arguments inserted into list structure output and eventually
passed as arguments to parse_fun
.