Is your feature request related to a problem? Please describe.
I'm creating a markdown file and moving it to a specific directory. Looking at the README, the filename param seems to just be a name for the generated file, and would need to be manually moved after creation. Looking deeper at the MarkdownFile class, the filename is actually the path where the file will be created. This should be stated clearly in the README.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Update documentation to clarify the usage of the filename param.
Is your feature request related to a problem? Please describe.
I'm creating a markdown file and moving it to a specific directory. Looking at the README, the
filenameparam seems to just be a name for the generated file, and would need to be manually moved after creation. Looking deeper at theMarkdownFileclass, the filename is actually the path where the file will be created. This should be stated clearly in the README.Describe the solution you'd like
A clear and concise description of what you want to happen.
Update documentation to clarify the usage of the
filenameparam.