This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.igloo15.MarkdownDocument.
Summary
Generate a merged markdown file using the entry file as the first point of contact
Syntax
public static void MergeMarkdownDocuments(this ICakeContext context, string entryFile, string newMergeFile)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The Cake Context |
| entryFile |
string |
The entry file |
| newMergeFile |
string |
The file to output to |
Return Value