代码着色插件 for Windows Live Writer

1.CNBlogs.CodeHighlighter代码着色插件测试效果:

__author__ = 'thua'

formatter = "%r %r %r %r"

print (formatter % (1, 2, 3, 4))

print (formatter % ("one", "two", "three", "four"))

print (formatter % (True, False, False, True))

print (formatter % (formatter, formatter, formatter, formatter))

print (formatter % (

    "I had this thing.",

    "That you could type up right.",

    "But it didn't sing.",

    "So I said goodnight."

))

2.syntaxhighlighter代码着色插件测试效果:

__author__ = 'thua'

formatter = "%r %r %r %r"

print (formatter % (1, 2, 3, 4))

print (formatter % ("one", "two", "three", "four"))

print (formatter % (True, False, False, True))

print (formatter % (formatter, formatter, formatter, formatter))

print (formatter % (

    "I had this thing.",

    "That you could type up right.",

    "But it didn't sing.",

    "So I said goodnight."

))

一、live writer 代码着色插件安装及使用方法:

http://www.cnblogs.com/cmt/archive/2012/06/26/live_writer_cnblogs_code_highlight.html

http://www.cnblogs.com/cmt/archive/2009/11/27/1611900.html

http://www.cnblogs.com/cmt/archive/2012/06/26/live_writer_cnblogs_code_highlight.html

二、如何配置使用windows live writer:

http://group.cnblogs.com/topic/8550.html

http://www.cnblogs.com/TerryFeng/archive/2009/01/30/1381483.html

三、着色插件和windows live writer 下载地址:

链接:http://pan.baidu.com/s/1hqIo6W0 密码:o7gi

你可能感兴趣的:(windows)