- Namespace
- Statiq
.Web - Interfaces
- Base Types
-
- object
- Analyzer
- MarkdownAnalyzer
- Derived Types
graph BT
Type-->Base0["MarkdownAnalyzer"]
click Base0 "/api/Statiq.Web/MarkdownAnalyzer"
Base0-->Base1["Analyzer"]
click Base1 "/api/Statiq.Common/Analyzer"
Base1-->Base2["object"]
Type-.->Interface0["IAnalyzer"]
click Interface0 "/api/Statiq.Common/IAnalyzer"
Type["SyncMarkdownAnalyzer"]
class Type type-node
Derived0["FencedCodeBlocksShouldHaveLanguage"]-->Type
click Derived0 "/api/Statiq.Web/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 |
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 | |
AnalyzeDocumentAsync |
Task |
Inherited from MarkdownAnalyzer
|
Before |
Task |
Called for each analyzer instance before each execution.
Inherited from Analyzer
|