Package | Description |
---|---|
com.atlassian.bitbucket.markup |
Modifier and Type | Method and Description |
---|---|
RenderContext |
RenderContext.Builder.build() |
Modifier and Type | Method and Description |
---|---|
String |
MarkupService.render(String content,
RenderContext renderContext)
Renders a given string into HTML.
|
void |
MarkupService.stream(Reader reader,
Appendable writer,
RenderContext renderContext)
Streams a given string into HTML, appending the results to a given writer.
|
Constructor and Description |
---|
Builder(RenderContext context) |
Copyright © 2024 Atlassian. All rights reserved.