Since I blog about programming languages, I need to use a syntax highlighter to make the pieces of code more readable.
All I found were WordPress plugins which are not allowed if you are a user of WordPress.com.
Fortunately, I found this page: Posting Source Code
Such a relief! All your need to do is to:
- wrap your code with a wordpress element “sourcecode”
- provide some options such as the language (supports most popular programming languages: XML. HTML, JavaScript, C#, Ruby, Python, Java and many more!) and some formatting option
Thank you again WordPress!
