Package icyllis.modernui.markdown
Interface SpanFactory<N extends com.vladsch.flexmark.util.ast.Node>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(MarkdownConfig config, N node, DataSet args) Create a span object or an array of span objects for the given node.
-
Method Details
-
create
Create a span object or an array of span objects for the given node.- Parameters:
config
- context optionsnode
- AST nodeargs
- optional arguments- Returns:
- span, array of spans, or null
-