md语法测试

150%缩放

请输入:

setwd()

$aˆ2 + bˆ2 = cˆ2$.
$jjjj>$


dgadf

dgadf

4<5

1
2
3
4
5
6
7
8
9
setwd("c://")
content25=read.table(file = "E:/R/20150706room6200chat-1.csv")
<hr>
time<-content25$V1
cost<-content25$V2

print(time)

plot(time, cost, type="l",col="blue")

test  test  test

一级引用

二级引用

四级引用
三级引用

  • 我是一个加一个空格 我没有空格
    我两边都有星号
  • 我有星号并且有5个空格

空格 空格空格空格空格空格空格 空格空格 空格空格
空格  空格空格空格                          空格空格

  • +号等同于*
      • 我有三个+号

直线效果1


直线效果2


直线效果3


直线效果4

Use the printf() function. 反引号
There is a literal backtick (`) here. 两个反引号

表格的最前面不能插入内容,否则表格重复:
| Tables | Are | Cool | 呵呵 |
| ————- |:————-:| —–:| —-:|
| col 3 is | right-aligned | $1600 | 1600 |
| col 2 is | centered | $12 | 12 |
| zebra stripes | are neat | $1 | $ |

冒号左对齐 Are居中 Cool
col 3 is right-aligned $1600 1600
col 2 is centered $12 12
zebra stripes are neat $1 $

Unicode/UCS-4 |bit数 |UTF-8 |byte数 |备注|
|:——:|:————-:|:—–:|:—-:|:—:|
0000 ~ 007F |0~7 |0XXX XXXX |1
0080 ~07FF |8~11|110X XXXX 10XX XXXX |2

大标题

小标题


居然可以用

换行也可以

半方大的空白 或 看,飞碟
全方大的空白 或 看,飞碟
不断行的空白格 或 看,飞碟
  段落从此开始。

符号大全
© z (65A-122z)
¢ £ ¤ £ ¥ ¦ § ¨
© ª « ¬ ®
¯

± Ç

1我是一个上标
2我是一个下标

download

apple script supported

tell
application “Awake”
turn on for
-- turn off
end tell

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment