Syntax highlighting for your code snippets in wordpress.com
If’ve seen people using screenshots or plugins in the IDE to post their source code in wordpress.com. But it’s much easier. Just use the [sourcecode] tag in HTML mode (example for C# syntax):
[sourcecode language="css"]
your code here
[/sourcecode]
For more information see this
Advertisement
Leave a Comment