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.Markdown-Pdf.
Summary
Run markdown-pdf with the configurator
- Assembly
- Cake
.Markdown-Pdf .dll - Namespace
- Cake
.Markdown_Pdf - Containing Type
- Markdown
Pdf Runner Aliases
Syntax
public static IMarkdownPdfRunner MarkdownPdf(this ICakeContext context, Action<MarkdownPdfRunnerSettings> configure)
Examples
Run 'markdown-pdf'
Cake task:
Task("MarkdownPdf")
.Does(() =>
{
MarkdownPdf(s => s.WithFilePath("README.md"));
});
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context |
configure | Action |
Configurator |
Return Value
Type | Description |
---|---|
IMarkdownPdfRunner |