landscape-plus主题代码高亮测试

发布 : 2016-07-07 分类 : Blog 浏览 :

php

``` php 1.php
array_values();
for($a=0;$a<10;$a++){
​ break;
}
```

1.php
1
2
3
4
array_values();
for($a=0;$a<10;$a++){
break;
}

```
array_values();
for($a=0;$a<10;$a++){
​ break;
}
```

1
2
3
4
array_values();
for($a=0;$a<10;$a++){
break;
}

注意:去掉语言名称就不会高亮了


html

``` html
test
```

1
<span>test</span>

css

``` css
.id:{
​ border:1px solid red;
}
```

1
2
3
.id:{
border:1px solid red;
}

yml

``` yml
# Archives
# 2: Enable pagination
# 1: Disable pagination
# 0: Fully Disable
archive: 1
category: 1
tag: 1
```

1
2
3
4
5
6
7
# Archives
# 2: Enable pagination
# 1: Disable pagination
# 0: Fully Disable
archive: 1
category: 1
tag: 1

xml

``` xml


​ Some Text

````

1
2
3
<FirstElement>
Some Text
</FirstElement>
本文作者 : 小凡
原文链接 : https://16bh.github.io/2016/07/07/hexo-landscapse-plus-code-highlight-test/
版权声明 : 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!
留下足迹