Markdown实用技巧

字体和颜色

效果如下:

警告!

代码如下:

1
<font color=red face="黑体">警告!</font>

引号标记文字

效果如下:


你好!



代码如下:
1
2
3
<blockquote>
<p>你好!</p>
</blockquote>

显示图片

效果如下:
WeChat
代码如下:

1
![WeChat](/images/WeChat.png)

文字连接1

效果如下:
https://tintingo.github.io

代码如下:

1
<https://tintingo.github.io>

文字连接2

效果如下:
TINTIN

代码如下:

1
[TINTIN](https://tintingo.github.io)

图片链接

效果如下:

代码如下:

1
[<img src="https://图片地址" class="nofancybox" />](https://链接地址)


注意:在主题…/source/js/script.js文件中的if ($(this).parent().hasClass(‘fancybox’)) return;语句下加上代码:if ($(this).hasClass(‘nofancybox’)) return;



© 2018 TinTin All Rights Reserved. 本站访客数人次 本站总访问量
主题: hiero