| com.atlassian.bitbucket.markup.MarkupService |
Class Overview
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.
Parameters
| content
| that should be the standard markup type |
| renderContext
| which contains data for rendering in this context |
Streams a given string into HTML, appending the results to a given writer.
Parameters
| reader
| that should be the standard markup type |
| writer
| for streaming the results |
| renderContext
| which contains data for rendering in this context |