Base interface for parsing an Inline.
public interface IInlineParser<in TProcessor> : IMarkdownParser<TProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.Match(InlineProcessor, ref StringSlice)Tries to match the specified slice.