▸ concatMd(dir
: string, options?
: ConcatOptions): Promise<string>
Defined in index.ts:261
Scans and concatenates all markdown files in given directory.
Parameters:
Name | Type | Description |
---|---|---|
dir |
string | is the directory to scan markdown files in. |
options? |
ConcatOptions | are several parameters to modify concatenation behaviour. |
Returns: Promise<string>
concatenated contents of markdown files.