| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.markup.RenderContext.Builder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Whether the markup implementation should convert newlines to breaks.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Whether the markup implementation should convert newlines to breaks.
By default this is false which reflects the standard markdown specification.
| value | true if HTML should be escaped in the input markup, false otherwise. |
|---|