测试看看简书对 GFM 的支持如何了

2015-05-17  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读