Specifies rendering options for Markdown conversion into terminal visuals.
public sealed record MarkdownRenderOptions : IEquatable<MarkdownRenderOptions>
kind:method, kind:property, kind:ctor. Press Esc to clear.BlockSpacingGets the number of blank rows inserted after non-paragraph block elements (tables, code blocks, rules, alerts).DefaultGets the default Markdown render options.HeadingSpacingAfterGets the number of blank rows inserted after headings.HeadingSpacingBeforeGets the number of blank rows inserted before non-initial headings.ListSpacingAfterGets the number of blank rows inserted after top-level lists.MaxCodeBlockHeightGets the maximum height for rendered code blocks. A value of 0 disables capping.ParagraphSpacingGets the number of blank rows inserted after paragraphs.QuoteSpacingAfterGets the number of blank rows inserted after top-level block quotes.RenderHtmlBlocksAsTextGets a value indicating whether HTML blocks are rendered as plain text.RenderHtmlInlinesAsTextGets a value indicating whether inline HTML is rendered as plain text.RenderImagesAsLinksGets a value indicating whether Markdown images are rendered as textual link placeholders.TableStyleGets the default table style for Markdown tables.WrapCodeBlocksGets a value indicating whether code blocks wrap text.WrapTextGets a value indicating whether paragraph-like text wraps to available width.