SyncMarkdownAnalyzer Class
Namespace
Statiq.Web
Interfaces
Base Types
Derived Types
SyncMarkdownAnalyzer
MarkdownAnalyzer
Analyzer
object
IAnalyzer
FencedCodeBlocksShouldHaveLanguage

Syntax

public abstract class SyncMarkdownAnalyzer : MarkdownAnalyzer, IAnalyzer

Properties

Name Property Type Summary
LogLevel LogLevel
The level at which this analyzer should log.
Inherited from Analyzer
PipelinePhases MultiValueDictionary<string, Phase>
The pipelines and phases this analyzer will be run after.
Inherited from Analyzer

Methods

Name Return Value Summary
Analyze(MarkdownDocument, IDocument, IAnalyzerContext) void
AnalyzeAsync(IAnalyzerContext) Task
Performs analysis.
Inherited from Analyzer
AnalyzeAsync(MarkdownDocument, IDocument, IAnalyzerContext) Task
AnalyzeDocumentAsync(IDocument, IAnalyzerContext) Task
Inherited from MarkdownAnalyzer
BeforeEngineExecutionAsync(IEngine, Guid) Task
Called for each analyzer instance before each execution.
Inherited from Analyzer

Extension Methods