How do I add multiple .md files to the catalog in Kedro
I have multiple .md files that I want to process. I want to add them all under a single name in catalog. But .md files isn't supported by the framework.
Example: I have multiple files on data/01_raw/folder_name/ , I want to be able to read all the .md files in there.