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.