Home > @microsoft/api-documenter > MarkdownDocumenterFeature
MarkdownDocumenterFeature class
Inherit from this base class to implement an API Documenter plugin feature that customizes the generation of markdown output.
Signature:
export declare class MarkdownDocumenterFeature extends PluginFeature
Extends: PluginFeature
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Exposes various services that can be used by a plugin. |
Methods
Method | Modifiers | Description |
|---|---|---|
| ||
This event occurs before each markdown file is written. It provides an opportunity to customize the content of the file. | ||
This event occurs after all output files have been written. |