Fluent extension methods for configuring instances of MarkdownControl.
[GeneratedCode("XenoAtom.Terminal.UI.SourceGen", "0.1.0")]
public static class MarkdownControlExtensions
kind:method, kind:property, kind:ctor. Press Esc to clear.BaseUri(MarkdownControl, Func<Uri?>)Installs tracked computed configuration for BaseUri and returns the same instance.BaseUri(MarkdownControl, Uri?)Sets an optional base URI used to resolve relative links.BaseUri(MarkdownControl, Binding<Uri?>)Binds BaseUri to a binding and returns the same instance.Markdown(MarkdownControl, Func<String?>)Installs tracked computed configuration for Markdown and returns the same instance.Markdown(MarkdownControl, String?)Sets the markdown source text.Markdown(MarkdownControl, Binding<String?>)Binds Markdown to a binding and returns the same instance.Options(MarkdownControl, Func<MarkdownRenderOptions>)Installs tracked computed configuration for Options and returns the same instance.Options(MarkdownControl, Binding<MarkdownRenderOptions>)Binds Options to a binding and returns the same instance.Options(MarkdownControl, MarkdownRenderOptions)Sets markdown render options.Pipeline(MarkdownControl, MarkdownPipeline?)Sets an optional markdown pipeline. When null, the default pipeline is used.Pipeline(MarkdownControl, Func<MarkdownPipeline?>)Installs tracked computed configuration for Pipeline and returns the same instance.Pipeline(MarkdownControl, Binding<MarkdownPipeline?>)Binds Pipeline to a binding and returns the same instance.RenderStyle(MarkdownControl, Func<MarkdownStyle?>)Installs tracked computed configuration for RenderStyle and returns the same instance.RenderStyle(MarkdownControl, Binding<MarkdownStyle?>)Binds RenderStyle to a binding and returns the same instance.RenderStyle(MarkdownControl, MarkdownStyle?)Sets optional markdown style overrides. When null, style is resolved from Key.