qweqweqwe
Groovy (beta)
code posted
by
erwerer
created at 21 May 22:50
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 |
sections.section { h2 'Pretty Groovy Code for reveal.js' p "The following script contains the code for this page. 'example.groovy' is a Groovy script." pre { code(class:'java', contenteditable: '') { mkp.yieldUnescaped new File("$scriptPath/example.groovy").text } } p { mkp.yield 'Courtesy of' a(href: 'http://softwaremaniacs.org/soft/highlight/en/description/', 'highlight.js') } } |
465 Bytes in 2 ms with coderay