| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static MarkdownMode |
MarkdownMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownMode[] |
MarkdownMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
GHRepository.renderMarkdown(String text,
MarkdownMode mode)
Render a Markdown document.
|
Copyright © 2015. All Rights Reserved.