Back to API Reference
Class

MarkdownClipboardAdapter

sealed

Markdown ↔ attributed UniText content via modifier-declared markers. Priority 40 — beats plain text, loses to HTML and UniText source. Covers inline emphases — bold **...**, italic *...*, strikethrough ~~...~~, plus any paste-side alias markers a schema declares (_ / __) — and inline links [text](url) (the LinkModifier parameter is the URL; angle-bracket URLs (<url>) are read, titles are dropped). Inline code, headings, lists, and blockquotes stay deferred — they need a backing code / block modifier the engine does not yet model.

public ClipboardFormat Format{ get }
public int Priority{ get }
public string SerializeCopy()
public ClipboardPasteContent DeserializePaste()
public static readonly MarkdownClipboardAdapter Instance

Shared stateless instance. Map building reads the editor passed in via context.