1 2 3 4 5 6 7
Factory.load('html2text_plugin.js'); var line = readLine(); while ( line != null ) { print( html2text(line) ); line = readLine(); }