RedCloth在命令行下使用
Posted by cnruby Sat, 04 Nov 2006 10:50:00 GMT
RedCloth在命令行下使用说明
- 通过在普通命令行中使用RedCloth把Textile文件变成为html文件。你也可以增加文件.css。
- gem install RedCloth -r
- vi sample.txt
- redcloth sample.txt > sample.html
Posted by cnruby Sat, 04 Nov 2006 10:50:00 GMT
RedCloth在命令行下使用