TryParseTitleTrivia(ref T, out String?, out Char) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Attempts to parse title trivia t.

public static bool TryParseTitleTrivia<T>(ref T text, scoped out string? title, scoped out char enclosingCharacter)
    where T : ICharIterator

Type parameters

T

Parameters

text
{T}
title
String
enclosingCharacter
Char

Returns