Xml:
Java:
sample
class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello World!");
}
}
The usage is really simple. In addition all required CSS an JavaScript files are available online so you can refer them from your blogger page! Can't wait to submit some more code ;)
Quick Note: When using this on blogger you'll need to turn the bloggerMode on. You can do it in JS:
SyntaxHighlighter.config.bloggerMode = true;.
3 comments:
Dzięki Filip! Już od jakiegoś czasu przymierzałem się do wdrożenia SyntaxHighlighter na moim blogu, ale dopiero po Twoim wpisie w końcu to zrobiłem. Tak krótko i interesująco przedstawiłeś temat, że nie mogłem się powstrzymać, aby spróbować samemu ;-) Teraz śmiga cudnie.
Jacek
Notatnik Projektanta Java EE
Syntax highlighter is rather a tough job and need to get everything in place
You may even check the following link, may be this should help
http://www.blogpandit.com/2009/05/add-code-snippet-to-blogger-mystery.html
Mnie też przekonałeś. Co prawda korzystam z Wordpressa, ale też zainstalowałem ten plug in. Dzieki.
Post a Comment