OfficeIMO

API Reference

Class

MarkdownTranscriptTransportMarkers

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers static

Explicit transcript transport-marker helpers for hosts ingesting or exporting IntelligenceX-style markdown.

Inheritance

  • Object
  • MarkdownTranscriptTransportMarkers

Examples


var bodyOnly = MarkdownTranscriptTransportMarkers
    .StripIntelligenceXCachedEvidenceTransportMarkers(markdownWithMarkers);

        

Strip transport markers before export or downstream rendering, then pass the result into

.

Methods

public static String StripIntelligenceXCachedEvidenceTransportMarkers(String markdown) #
Returns: String

Removes the cached-evidence transport marker emitted in IntelligenceX transcript flows while preserving surrounding content and line-ending style.

Parameters

markdown System.String requiredposition: 0
Transcript markdown source.

Returns

Transcript markdown without cached-evidence transport marker lines.