用来测试一下博客的相关插件,主要是高亮插件和代码插件,表格样式还有公式的显示。
HTML样式代码
<pre class="prettyprint linenums"> #include<iostream>; using namespace std; int main() { cout<<"Hello World!"<<endl; return 0; } </pre>
Markdown样式代码
#include<iostream> using namespace std; int main() { cout<<"Hello World!"<<endl; return 0; }
测试一下数学公式能否正常显示。
When a≠0a \ne 0a=0, there are two solutions to ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0 and they are