Info Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll
Implements Info

Gets or sets the language parsed after the first line of the fenced code block. May be null.

public string? Info { get; set; }

Returns