Pokazywanie postów oznaczonych etykietą highlighter. Pokaż wszystkie posty
Pokazywanie postów oznaczonych etykietą highlighter. Pokaż wszystkie posty

wtorek, 1 grudnia 2009

Test Wiritera i VSPaste

public class ParamRule
{
public string Name;
public SemanticDesc SemanticDesc;
public ParamRule(string name, SemanticDesc semanticDesc)
{
Name = name;
SemanticDesc = semanticDesc;
}
}
I co? Działa.

niedziela, 15 listopada 2009

Syntax highlighter test

Syntax highlighter test: Worked!

This is an example of my GreaseMonkey script BloggerHighlightAid.user.js in connection with SyntaxHighlighter. My script interprets every <blockquote/> element in the post as a C++ listing - very handy. For it to work properly one must enable “Show HTML literally”and "Convert newlines to <br />" in post options.