Related Interfaces:
IMarkdownService.cs
Fields
| Field Name | Type | Description |
|---|---|---|
_pipeline | MarkdownPipeline | MarkDig pipeline for handling a markdown string |
Constructor
Properties
MarkdownService does not have any properties.
Methods
| Method Name | Description | Parameters | Return Type |
|---|---|---|---|
ConvertMarkdownToHtml | Applies _pipeline to convert markdown to HTML | string | string |
AddSuperscriptCitations | Replaces [doc#] notation with superscripted citation numbers | string | string |
