vote up 5 vote down star
2

I took a look on Wordpress and Blogger, and both have terrible support to source code posting. The best one on that aspect is Wordpress, which have a 'code' tag that apparently only changes the font, eliminating any indentations in the code. I was wondering if there is another blog hosting service with better support to code posting.

flag

7 Answers

vote up 6 vote down check

Wordpress.com has native support for code hightlighting:

http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/

link|flag
excellent, thanks! i guess i didnt look hard enough for it. – bullettime Oct 16 '08 at 18:09
vote up 2 vote down

You can use Syntaxhighlighter is a good JavaScript library for syntax highlighting and you can run it everywhere....

link|flag
i've read about it, but i wanted something that i could use without having to download or spend too much time learning to use. i guess thats the better option though – bullettime Oct 14 '08 at 5:04
It's very easy to use, check the documentation: is.gd/41qc – CMS Oct 14 '08 at 5:19
vote up 1 vote down

HTML has the <pre> tag which means "preformatted"...

link|flag
hey didnt knew about that tag, thanks – bullettime Oct 14 '08 at 5:03
vote up 0 vote down

This site: http://wj32.wordpress.com/2007/12/08/prime-factorization-sieve-of-eratosthenes/ uses wordpress, but it has codehighlighting, so it should be possible to get that.

link|flag
vote up 0 vote down

I'm using the wp-syntax plugin for wordpress which is maintaining the indentation, you can see an implementation of it here: http://unkwndesign.com/blog/?p=13

link|flag
vote up 0 vote down

This question is a dupe.

link|flag
vote up 0 vote down

Use Live Writer with any blog service. You can install plug-ins for source code formatting. They work really well and properly highlight syntaxes and format the code.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.