Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 641 Bytes

example.md

File metadata and controls

53 lines (34 loc) · 641 Bytes
layout title permalink
page
Example
/example/

This is a brief md introduction

font

bold italic strike

qoute text

list and todo

  • item1
  • item2
  1. ordered item1
  2. ordered item2
  • todolist1
  • todolist2

code

python code

if __name__ == '__main__':
    # A comment
    print 'hello world'

table

field1 field2 field3
123 345 456
678 text null

link, image and download

baidu

![image]({{ site.url }}/assets/images/hawq.png)

download: [paper]({{ site.url }}/download/fntdb07-architecture.pdf)