Sha256: fdebbffc43931a568f168592b7b9cdf59196304a8854683120a40b3d0a9876dd
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
:source-highlighter: coderay == Syntax HighLighter === Java [source,java] ---- public class HelloWorld { public static void main(String[] args) { System.out.println(">> Hello Hyla Students"); } } ---- === XML [source,xml] ---- <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note> ---- === Ruby [source,ruby] ---- require 'asciidoctor' puts Asciidoctor.render_file('sample.adoc', :header_footer => true) ----
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyla-1.0 | lib/templates/sample/asciidoc_source_highlight.adoc |