class League / CommonMark / Util / LinkParserHelper
final

LinkParserHelper

Methods

public static

parseLinkDestination ( Cursor $cursor ) : string|null

Attempt to parse link destination

public static

parseLinkLabel ( Cursor $cursor ) : void

public static

parsePartialLinkLabel ( Cursor $cursor ) : void

public static

parseLinkTitle ( Cursor $cursor ) : string|null

Attempt to parse link title (sans quotes)

public static

parsePartialLinkTitle ( Cursor $cursor , string $endDelimiter ) : void

private static

manuallyParseLinkDestination ( Cursor $cursor ) : void