The inline parser state used by all InlineParser.
public class InlineProcessor
kind:method, kind:property, kind:ctor. Press Esc to clear.InlineProcessor(MarkdownDocument, InlineParserList, Boolean, MarkdownParserContext?, Boolean)Initializes a new instance of the InlineProcessor class.BlockGets the current block being processed.BlockNewGets or sets the new block to replace the block being processed.ContextGets the parser context or null if none is available.DebugLogGets or sets the debug log writer. No log if null.DocumentGets the root document.InlineGets or sets the current inline. Used by InlineParser to return a new inline if match was successfullLineIndexGets or sets the index of the line from the begining of the document being processed.LiteralInlineParserGets the literal inline parser.ParsersGets the list of inline parsers.ParserStatesGets the parser states that can be used by InlineParser using their Index property.PreciseSourceLocationGets a value indicating whether to provide precise source location.TrackTriviaTrue to parse trivia such as whitespace, extra heading characters and unescaped string values.Emit(Inline)Emits an inline into the deepest open inline container for the current leaf.GetParserState<TState>(InlineParser, Func<TState>)Gets or creates a parser state instance scoped to the current leaf processing pass.GetParserState<TState>(InlineParser)Gets or creates a parser state instance scoped to the current leaf processing pass.GetSourcePosition(Int32, out Int32, out Int32)Gets the source position for the specified offset within the current slice.GetSourcePosition(Int32)Gets the source position for the specified offset within the current slice.GetSourcePositionFromLocalSpan(SourceSpan)Gets source position from local span.PostProcessInlines(Int32, Inline?, Inline?, Boolean)Performs the post process inlines operation.ProcessInlineLeaf(LeafBlock)Processes the inline of the specified LeafBlock.ReplaceParentContainer(ContainerBlock, ContainerBlock)Requests a replacement for a parent container while processing the current leaf block.