jmaupetit/md2pdf

can i use a local string instead of a file path?

sergenti opened this issue · 0 comments

i have a markdown formatted string in memory. How can convert it?

from md2pdf.core import md2pdf

md2pdf(pdf_file_path,
md_content=None,
md_file_path=None,
css_file_path=None,
base_url=None)