Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I'd like to use Movable Type as a content management system.
Is there any way to highlight Perl code in MT?.
Example:
Some HTML and/or text goes here <code perl> #!/usr/bin/perl use warnings; use strict; # More code here </ code> Some more HTML and/or text goes here
I want a syntax highlighting for the "code" part. The rest shoud stay untouched.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Movable Type: Highlighting Perl Code
by amarquis (Curate) on Apr 08, 2008 at 16:37 UTC | |
by Anonymous Monk on Apr 09, 2008 at 11:30 UTC | |
|
Re: Movable Type: Highlighting Perl Code
by jasonk (Parson) on Apr 11, 2008 at 00:12 UTC | |
|
Re: Movable Type: Highlighting Perl Code
by oko1 (Deacon) on Apr 08, 2008 at 19:40 UTC | |
|
Re: Movable Type: Highlighting Perl Code
by wazoox (Prior) on Apr 09, 2008 at 16:54 UTC | |
by planetscape (Chancellor) on Apr 10, 2008 at 08:11 UTC | |
by wazoox (Prior) on Apr 10, 2008 at 16:20 UTC |