- Namespace
- Statiq
.Web - Interfaces
- Base Types
Syntax
public class FencedCodeBlocksShouldHaveLanguage : SyncMarkdownAnalyzer, IAnalyzer
Properties
Name | Property Type | Summary |
---|---|---|
LogLevel | LogLevel | |
PipelinePhases | MultiValueDictionary |
The pipelines and phases this analyzer will be run after.
Inherited from Analyzer
|
Methods
Name | Return Value | Summary |
---|---|---|
Analyze |
void | |
AnalyzeAsync |
Task |
Performs analysis.
Inherited from Analyzer
|
AnalyzeAsync |
Task |
Inherited from SyncMarkdownAnalyzer
|
AnalyzeDocumentAsync |
Task |
Inherited from MarkdownAnalyzer
|
Before |
Task |
Called for each analyzer instance before each execution.
Inherited from Analyzer
|