Interface InlineParser

  • All Known Implementing Classes:
    InlineParserImpl

    public interface InlineParser
    Parser for inline content (text, links, emphasized text, etc).
    • Method Detail

      • parse

        void parse​(SourceLines lines,
                   Node node)
        Parameters:
        lines - the source content to parse as inline
        node - the node to append resulting nodes to (as children)