才知道 Windows Live Writer Source Code plugin for SyntaxHighlighter 更新到2.0了

这是我用 Windows Live Writer 发布的第一篇文章!

在官方网站看到 Windows Live Writer Source Code plugin for SyntaxHighlighter 源码已经到2.0了,只是没有生成 dll 而已,自己用vs生成了2.0版本,最看中的是可以更改代码区的字体和大小了,很棒!

public class HelloBlog {
	private String txtContent = "";
	public void write(String content) {
		this.txtContent = content;
	}

	public String read() {
		return this.txtContent;
	}
}

http://sourcecodeplugin.codeplex.com/

才知道 Windows Live Writer Source Code plugin for SyntaxHighlighter 更新到2.0了

上一篇:php – HTML Purifier:转换为


下一篇:jQuery之mouseover与mouseenter区别