测试看看简书对 GFM 的支持如何了
作者:
做个懂科学的憨人 | 来源:发表于
2015-05-17 12:21 被阅读35次
URL autolinking
http://example.com
Strikethrough
Mistaken text.
代码(还没有语法高亮)
import urllib2
for line in urllib2.urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl'):
if 'EST' in line or 'EDT' in line:
print line
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
表格
First Header |
Second Header |
Content Cell |
Content Cell |
Content Cell |
Content Cell |
Name |
Description |
Help |
Display the help window. |
Close |
Closes a window |
Name |
Description |
Help |
Display the help window. |
Close |
Closes a window |
Left-Aligned |
Center Aligned |
Right Aligned |
col 3 is |
some wordy text |
$1600 |
col 2 is |
centered |
$12 |
zebra stripes |
are neat |
$1 |
本文标题:测试看看简书对 GFM 的支持如何了
本文链接:https://www.haomeiwen.com/subject/fvokqttx.html
网友评论