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