Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 476 Bytes

File metadata and controls

31 lines (20 loc) · 476 Bytes

MD_Stringify

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.

Help

For help run:

dart .\bin\md_string.dart --help

Stringify help:

dart .\bin\md_string.dart stringify --help