A dart helper library for stringifying markdown files.
Run the command:
dart .\bin\md_string.dart md -d <path_to_directory_with_md_files>
OR
dart .\bin\md_string.dart md -f <path_to_md_file>
This will create a new directory called out
with the stringified markdown files as .txt files.
For help run:
dart .\bin\md_string.dart --help
Stringify help:
dart .\bin\md_string.dart stringify --help