Skip to content

Instantly share code, notes, and snippets.

@jonahlyn
Created August 1, 2012 22:29
Show Gist options
  • Save jonahlyn/3231270 to your computer and use it in GitHub Desktop.
Save jonahlyn/3231270 to your computer and use it in GitHub Desktop.
Groovy Markup Builder Example
import groovy.xml.MarkupBuilder
def mkp = new MarkupBuilder()
mkp.html {
body {
p "Hello"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment