MarkdownRenderer.RenderSubscriptRun Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders a subscript element.
protected override void RenderSubscriptRun(Microsoft.Toolkit.Parsers.Markdown.Inlines.SubscriptTextInline element, Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext context);
override this.RenderSubscriptRun : Microsoft.Toolkit.Parsers.Markdown.Inlines.SubscriptTextInline * Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext -> unit
Protected Overrides Sub RenderSubscriptRun (element As SubscriptTextInline, context As IRenderContext)
Parameters
- element
- SubscriptTextInline
The parsed inline element to render.
- context
- IRenderContext
Persistent state.