MarkdownRendererBase.RenderCodeRun(CodeInline, IRenderContext) 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 code element
protected abstract void RenderCodeRun(Microsoft.Toolkit.Parsers.Markdown.Inlines.CodeInline element, Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext context);
abstract member RenderCodeRun : Microsoft.Toolkit.Parsers.Markdown.Inlines.CodeInline * Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext -> unit
Protected MustOverride Sub RenderCodeRun (element As CodeInline, context As IRenderContext)
Parameters
- element
- CodeInline
The parsed inline element to render.
- context
- IRenderContext
Persistent state.