An inline parser for parsing LiteralInline.
public sealed class LiteralInlineParser : InlineParser, IInlineParser<InlineProcessor>, IMarkdownParser<InlineProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.LiteralInlineParser()We don't expect the LiteralInlineParser to be instantiated a end-user, as it is part of the default parser pipeline (and should always be the last), working as a literal character collector.PostMatchGets or sets the post match delegate called after the inline has been processed.Match(InlineProcessor, ref StringSlice)Attempts to match the parser at the current position.