public class DashRendererComponent extends AbstractRendererComponent
| Modifier and Type | Field and Description |
|---|---|
static Replacer |
EM_DASH |
static Replacer |
EN_DASH |
| Constructor and Description |
|---|
DashRendererComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
render(String wiki,
RenderContext context)
Render this piece of wiki text.
|
boolean |
shouldRender(RenderMode renderMode)
Whether or not this render component is required given the current render mode.
|
public static final Replacer EN_DASH
public static final Replacer EM_DASH
public boolean shouldRender(RenderMode renderMode)
RendererComponentpublic String render(String wiki, RenderContext context)
RendererComponentCopyright © 2019 Atlassian. All rights reserved.