got a new blog at wordpress few days ago (http://ghads.wordpress.com) and I want to post some code snippets now or then. Is there anyway to make it look like code without paying for extra plugins?
相关问题
- Using relative links in Blogger
- How do I correctly install the Google Java Format
- How do I force MS Access to retain its SQL formatt
- How to format django template in Sublime Text
- Multi-language command-line source code formatter
相关文章
- How to prettify HTML so tag attributes will remain
- Writing a comment in Eclipse linking a specific li
- How to display the lists of all posts on a Blogger
- How to add a tag cloud on Tumblr?
- Automatic indentation of arguments list on multipl
- Django Comments and Rating Systems
- What the best XNA blog? [closed]
- Formatting multiple arguments passed to a function
See here: http://en.support.wordpress.com/code/posting-source-code/
Wrap your code in these tags: [sourcecode language='css'] .. [/sourcecode]
(or shorter [code lang='css'] .. [/code] )
Note that Visual Editor doesn't interpret the tags, you need to click Preview to see how it works.
Available language codes:
Hope that helps.