README.rdoc in luobo-0.1.0 vs README.rdoc in luobo-0.1.2
- old
+ new
@@ -27,9 +27,23 @@
require "some_code"
-- Hello, world!
+Inline processor like:
+
+ save to file ##FILE: name##
+
+If you define
+
+ def do_file token
+ '<tt class="filename">' + token.line_code + '</tt>'
+ end
+
+will become:
+
+ <tt class="filename">token.line_code</tt>
+
TODO:
- block inside comments
- more robust tests
- remove bin file