test.md (827B)
1 --- 2 author: Kunal Bhalla 3 --- 4 5 Test Document 6 ======================== 7 8 Headers 9 ------------ 10 # Heading 1 11 ## Heading 2 12 ### Heading 3 13 #### Heading 4 14 ##### Heading 5 15 16 17 ## Bullets 18 * Some Bullets 19 * which can be nested 20 * through multiple levels 21 22 - They 23 - Can 24 - Also 25 + Be 26 + Other 27 + Symbols 28 29 1. Numbered 30 2. Bullets 31 3. Too! 32 33 ## Code 34 ```python 35 def helloWorld(): 36 print("Hello, world!") 37 ``` 38 39 Code can also be `inline`. 40 41 ## Tables 42 | Column 1 | Column 2 | 43 |----------|----------| 44 | foo | bar | 45 | baz | qux | 46 | quux | quuz | 47 48 ## Emphasis 49 Possibly **Strong** 50 Or *italic* 51 And can have _underscores_ 52 Or be ~~deleted~~. 53 54 ## Links 55 [This theme](https://github.com/kunalb/poet) 56 57 ## Quotes 58 > are often misattributed 59 > -- me 60 61 ## Rules 62 --- 63 *** 64 --- 65 66 ## Checklists! 67 - [ ] Do all 68 - [ ] The Things!