| Modifier and Type | Method and Description |
|---|---|
Iterable<LinkSpan> |
LinkExtractor.extractLinks(CharSequence input)
Extract the links from the input text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkRenderer.render(LinkSpan link,
CharSequence input,
StringBuilder output)
Render the supplied link of the input text to the supplied output.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Autolink.renderLinks(CharSequence input,
Iterable<LinkSpan> links,
LinkRenderer linkRenderer)
Render the supplied links from the supplied input text using a renderer.
|
Copyright © 2016. All rights reserved.