ImmutableMarkdown |
ImmutableMarkdown.Builder.build() |
|
static ImmutableMarkdown |
ImmutableMarkdown.copyOf(Markdowns.Markdown instance) |
|
ImmutableMarkdown |
ImmutableMarkdown.withHeadings(Markdowns.Heading... elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableMarkdown |
ImmutableMarkdown.withHeadings(Iterable<? extends Markdowns.Heading> elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableMarkdown |
ImmutableMarkdown.withImages(Markdowns.ImageTag... elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdown |
ImmutableMarkdown.withImages(Iterable<? extends Markdowns.ImageTag> elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdown |
ImmutableMarkdown.withLocale(String value) |
Copy the current immutable object by setting a value for the locale attribute.
|
ImmutableMarkdown |
ImmutableMarkdown.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableMarkdown |
ImmutableMarkdown.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|