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.Markdownlint.
Summary
Provides a wrapper around Markdownlint functionality within a Cake build script.
- Assembly
- Cake
.Markdownlint .dll - Namespace
- Cake
.Markdownlint - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["MarkdownlintAliases"]
class Type type-node
Syntax
public static class MarkdownlintAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Run |
void |
Runs Node.js markdownlint-cli with specified settings.
static
|
Run |
void |
Runs Node.js markdownlint-cli for a directory with default settings.
static
|
Run |
void |
Runs Node.js markdownlint-cli for a specific file with default settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|