Github 同步插件

首先看看效果:

测试图片效果

代码测试:

#include <stdio.h>
int main() {
    printf("Andy is single.");
    return 0;
} 

引用测试:

Andy needs a girl friend.

好了。以上是用来测试的。转入正文…