Back to API Reference
Class
MarkdownClipboardAdapter
sealed
Inherits:IClipboardAdapter
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 ClipboardPasteContent DeserializePaste()public static readonly MarkdownClipboardAdapter InstanceShared stateless instance. Map building reads the editor passed in via context.
