static @NotNull MarkdownParagraph.Token |
MarkdownParagraph.Token.of(@NotNull MarkdownParagraph.TextType type,
int start,
int end) |
static @NotNull MarkdownParagraph.Token |
MarkdownParagraph.Token.of(@NotNull MarkdownParagraph.TextType type,
int start,
int end,
boolean isFirstWord) |
static @NotNull MarkdownParagraph.Token |
MarkdownParagraph.Token.of(@NotNull MarkdownParagraph.TextType type,
@NotNull com.vladsch.flexmark.util.sequence.Range range) |
static @NotNull MarkdownParagraph.Token |
MarkdownParagraph.Token.of(@NotNull MarkdownParagraph.TextType type,
@NotNull com.vladsch.flexmark.util.sequence.Range range,
boolean isFirstWord) |