open live writer's plugins

[sourcecode language='cpp' ]
// open live writer's code snipet ...
#include <iostream>
int main()
{
	return ;
}
[/sourcecode]

/************************************************/

// open live writer's OLW plugin by memento V1.0.0.0_syntaxHightLighter
#include <iostream>
int main()
{
    return ;
}

/******************************************************************/

  1 // open live writer's OLW plugin by memento V1.0.0.0_cnblog
  2 #include <iostream>
  3 int main()
  4 {
  5     return ;
  6 }
View Code1

/***************************************************************************/

● 标记11 展开
// open live writer's OLW plugin by memento V1.0.0.0_syntaxHightLighter #include int main() { return ; }

/************************************************************************************/

// open live writer's Insert Source code
#include <iostream>
int main()
{
    return ;
}
发布了32 篇原创文章 · 获赞 19 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/qq_29506411/article/details/70193842