MarkdownPdfRunner Class

Summary

A wrapper around the markdown-pdf node module
Namespace
Cake.Markdown_Pdf
Interfaces
Base Types
  • Tool<MarkdownPdfRunnerSettings>
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

Methods

Name Value Summary
GetToolExecutableNames() IEnumerable<string>
Gets the name of the tool executables
GetToolName() string
Gets the name of the tool
Run(Action<MarkdownPdfRunnerSettings>) IMarkdownPdfRunner
Run markdown-pdf with configurator
Run(MarkdownPdfRunnerSettings) IMarkdownPdfRunner
Run markdown-pdf with settings