MarkdownlintIssuesSettings.

FromContent(string) Method

Summary

Returns a new instance of the MarkdownlintIssuesSettings class from the content of a Markdownlint log file.

Syntax

public static MarkdownlintIssuesSettings FromContent(string logFileContent)

Parameters

Name Type Description
logFileContent string Content of the Markdownlint log file.

Return Value

Type Description
MarkdownlintIssuesSettings Instance of the MarkdownlintIssuesSettings class.
GitHub