Summary
A wrapper around the markdown-pdf node module
- Namespace
- Cake
.Markdown_Pdf - Interfaces
- Base Types
-
- Tool
< Markdown Pdf Runner Settings>
- Tool
graph TD
Base0["Tool<MarkdownPdfRunnerSettings>"]-->Type
Interface0["IMarkdownPdfRunner"]-.->Type
click Interface0 "/Cake.Markdown-Pdf/api/Cake.Markdown_Pdf/IMarkdownPdfRunner"
Type["MarkdownPdfRunner"]
class Type type-node
Syntax
public class MarkdownPdfRunner : Tool<MarkdownPdfRunnerSettings>, IMarkdownPdfRunner
Constructors
| Name | Summary |
|---|---|
| MarkdownPdfRunner |
Constructor for MarkdownPdfRunner
|
Methods
| Name | Value | Summary |
|---|---|---|
| Get |
IEnumerable |
Gets the name of the tool executables
|
| GetToolName |
string |
Gets the name of the tool
|
| Run |
IMarkdownPdfRunner |
Run markdown-pdf with configurator
|
| Run |
IMarkdownPdfRunner |
Run markdown-pdf with settings
|