Skip to content

Instantly share code, notes, and snippets.

@osima
Created April 30, 2011 05:13
Show Gist options
  • Select an option

  • Save osima/949445 to your computer and use it in GitHub Desktop.

Select an option

Save osima/949445 to your computer and use it in GitHub Desktop.
Hello Radeox
@Grab(group='radeox', module='radeox', version='1.0-b2')
import org.radeox.engine.*
import org.radeox.engine.context.*
def context = new BaseInitialRenderContext()
def engine = new BaseRenderEngine()
content = '''
- Hello Radeox!
The radeox is very useful for text-rendering.
'''
println engine.render(content, context)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment