MarkdownRendererBase.RenderSubscriptRun Method
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.
C#
protected abstract void RenderSubscriptRun (Microsoft.Toolkit.Parsers.Markdown.Inlines.SubscriptTextInline element, Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext context);
abstract member RenderSubscriptRun : Microsoft.Toolkit.Parsers.Markdown.Inlines.SubscriptTextInline * Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext -> unit
Protected MustOverride Sub RenderSubscriptRun (element As SubscriptTextInline, context As IRenderContext)
- element
- SubscriptTextInline
The parsed inline element to render.
- context
- IRenderContext
Persistent state.
Termék | Verziók |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |