sample/rabbit-en.rd in rabbit-0.9.3 vs sample/rabbit-en.rd in rabbit-1.0.0

- old
+ new

@@ -73,11 +73,11 @@ = Features: Input * File * Standard input * HTTP - * RWiki/Hiki + * Hiki * SlideShare = Features: Format * RD @@ -263,10 +263,26 @@ NN OO PP QQ RR SS TT UU VV WW XX YY ZZ nn oo pp qq rr ss tt uu vv ww xx yy zz nn oo pp qq rr ss tt uu vv ww xx yy zz += blockdiag + + # blockdiag + # relative_width = 90 +# # antialias = true + # fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf + { + fontsize = 25; + RD -> Rabbit; + Hiki -> Rabbit; + PDF -> Rabbit; + group { + Rabbit -> Display; + } + } + = Word Wrapping looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong = Source @@ -278,14 +294,38 @@ body end End of source code. -= Source: colorized += Source: Enscript The following is source code: # enscript ruby + # comment + def method_name + body + end + +End of source code. + += Source: CodeRay + +The following is source code: + + # coderay ruby + # comment + def method_name + body + end + +End of source code. + += Source: Emacs + +The following is source code: + + # emacs # -*- ruby -*- # comment def method_name body end