|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.markdown.MarkdownExtension
class MarkdownExtension extends Object
| Constructor Summary | |
MarkdownExtension()
|
|
| Method Summary | |
|---|---|
static String
|
htmlToMarkdown(String self, String customBaseUri = '', Map conf = [:])
|
static String
|
htmlToMarkdown(File self, String customBaseUri = '', Map conf = [:])
|
static String
|
htmlToMarkdown(URL self, String customBaseUri = '', Map conf = [:])
|
static String
|
markdownToHtml(String self, Map conf = [:])
|
static String
|
markdownToHtml(File self, Map conf = [:])
|
static String
|
markdownToHtml(URL self, Map conf = [:])
|
| Methods inherited from class Object | |
|---|---|
| notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass |
| Constructor Detail |
|---|
MarkdownExtension()
| Method Detail |
|---|
static String htmlToMarkdown(String self, String customBaseUri = '', Map conf = [:])
static String htmlToMarkdown(File self, String customBaseUri = '', Map conf = [:])
static String htmlToMarkdown(URL self, String customBaseUri = '', Map conf = [:])
static String markdownToHtml(String self, Map conf = [:])
static String markdownToHtml(File self, Map conf = [:])
static String markdownToHtml(URL self, Map conf = [:])
Groovy Documentation