Currently, create_md_file() only allows us to write to the current folder where the python script is in.
Is there anyway to add additional functionality by allowing the user to pass in a path in maybe another folder? And have the output directed to that path instead.
Thx.