highlightWhileStreaming property

bool? highlightWhileStreaming
final

Whether to highlight an unfinished fence on every source update. Defaults to true for compatibility. False renders plain code until the closing fence arrives, avoiding repeated highlighting of large blocks.

Implementation

final bool? highlightWhileStreaming;