Package org.commonmark.parser
Interface InlineParser
- All Known Implementing Classes:
InlineParserImpl
public interface InlineParser
Parser for inline content (text, links, emphasized text, etc).
-
Method Summary
-
Method Details
-
parse
- Parameters:
lines
- the source content to parse as inlinenode
- the node to append resulting nodes to (as children)
-