I found a Windows Live Writer plugin to do syntax highlighting of text.
You can install plugins by simply copying the dll to your plugin directory.
Here is a test:
public class PuzzleSolver
{
private string[] rows;
public PuzzleSolver(string[] rows)
{
this.rows = rows;
}
public PuzzleSolution SolveForWord(string word)
{
}
}
No comments:
Post a Comment