com.atlassian.bitbucket.markup.MarkupService |
Renders content to markup using a pipeline of handlers, such as updating mentions and linking to Jira issues.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Renders a given string into HTML.
| |||||||||||
Streams a given string into HTML, appending the results to a given writer.
|
Renders a given string into HTML.
content | that should be the standard markup type |
---|---|
renderContext | which contains data for rendering in this context |
RenderException | when there an error rendering the markup |
---|
Streams a given string into HTML, appending the results to a given writer.
reader | that should be the standard markup type |
---|---|
writer | for streaming the results |
renderContext | which contains data for rendering in this context |
RenderException | when there an error streaming the markup |
---|