Function pymdtools::mdtopdf::convert_md_to_pdf

Function Documentation

pymdtools.mdtopdf.convert_md_to_pdf(filename filename, filename_ext filename_ext = ".md", kwargs kwargs)

This function take a file, load the content, create a pdf
with the same name.

@type filename: string
@param filename: The name and path of the file to work with.
                 This file is supposed to be a markdown file.

@type filename_ext: string
@param filename_ext: This parameter the markdown extension
                     for the filename.

@return nothing