Movable Type Take 2

More plugins … this time, macro support and a code beautifier. What’s it do? It makes pasted code look better. Let’s see if it works!


#!/usr/bin/perl
use strict;
use English;
use DBI;
use vars qw(@ARGV);

# Enable flushing
$OUTPUT_AUTOFLUSH = 1;

Better? Almost. Can’t get rid of the annoying <br /> tags :-(

Update: I’ve turned off “convert line endings” … hopefully it’ll behave but I may need to go back and insert <p> tags.

Related posts:

  1. Movable Type
This entry was posted in Computing. Bookmark the permalink.

Comments are closed.