Installs tracked computed configuration for Pipeline and returns the same instance.
[GeneratedCode("XenoAtom.Terminal.UI.SourceGen", "0.1.0")]
public static MarkdownControl Pipeline(this MarkdownControl obj, Func<MarkdownPipeline?> pipeline)
The instance to configure.
A delegate that computes the current value.
The delegate is re-evaluated during the visual's dynamic update pass, and bindable reads performed by the delegate are tracked directly.