Uses of Class
com.atlassian.bitbucket.markup.RenderContext
Packages that use RenderContext
-
Uses of RenderContext in com.atlassian.bitbucket.markup
Methods in com.atlassian.bitbucket.markup that return RenderContextMethods in com.atlassian.bitbucket.markup with parameters of type RenderContextModifier and TypeMethodDescriptionMarkupService.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.Constructors in com.atlassian.bitbucket.markup with parameters of type RenderContext