@Immutable
public interface Markdown
| Modifier and Type | Method and Description |
|---|---|
Github |
github()
Get its owner.
|
String |
raw(String text)
Raw rendering.
|
String |
render(javax.json.JsonObject json)
Render.
|
Github github()
String render(javax.json.JsonObject json) throws IOException
json - JSON parametersIOException - If it fails due to I/O problemString raw(String text) throws IOException
text - Text in Markdown formatIOException - If it fails due to I/O problemCopyright © 2012–2018 jcabi.com. All rights reserved.