Installed WP-Syntax Plugin For Better Formatting of Code on My Blog
I just installed the WP-Syntax Plugin for WordPress. This should allow me create more appealing code examples on my blog.
Actionscript 3 Code Sample:
var as3Test:String = "Testing WP-Syntax with AS3 code.";
MXML Code Sample:
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Label text="WP-Syntax example using MXML." /> </mx:Application>
Categories: Uncategorized