摘要: Name(属性名) Value(默认值) Description(描述) collapse false 该属性用来控制是否代码块是否默认折叠。 例1:collapse: true 的 HTML 代码及显示效果 HTML 代码 hello there... 阅读全文
posted @ 2011-10-16 21:04 杜修杏 阅读(829) 评论(0) 推荐(0) 编辑
摘要: Name(属性名) Value(默认值) Description(描述) auto-links true 该属性用来控制是否自动检测代码块中的超链接。若设置为 false,则代码块中的链接被关闭,无法点击进入。 例1:auto-links: true 的 H... 阅读全文
posted @ 2011-10-16 20:52 杜修杏 阅读(624) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { _tprintf(_T("Hello World!!!\n")); return 0; } brush 属性指定编程语言,从官网(http://alexgorbatchev.com/SyntaxHighlighter/m... 阅读全文
posted @ 2011-10-16 08:56 杜修杏 阅读(1753) 评论(0) 推荐(0) 编辑