Groovy Documentation

griffon.plugins.markdown
[Groovy] Class MarkdownExtension

java.lang.Object
  griffon.plugins.markdown.MarkdownExtension

class MarkdownExtension
extends Object

Authors:
Andres Almiray


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

MarkdownExtension()


 
Method Detail

htmlToMarkdown

static String htmlToMarkdown(String self, String customBaseUri = '', Map conf = [:])


htmlToMarkdown

static String htmlToMarkdown(File self, String customBaseUri = '', Map conf = [:])


htmlToMarkdown

static String htmlToMarkdown(URL self, String customBaseUri = '', Map conf = [:])


markdownToHtml

static String markdownToHtml(String self, Map conf = [:])


markdownToHtml

static String markdownToHtml(File self, Map conf = [:])


markdownToHtml

static String markdownToHtml(URL self, Map conf = [:])


 

Groovy Documentation