Browse Source

Updates README to specify supported features

Ricardo Nunez 9 years ago
parent
commit
0ff9fe8c1c
1 changed files with 16 additions and 0 deletions
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -16,6 +16,22 @@ if let url = NSBundle.mainBundle().URLForResource("file", withExtension: "md"),
 	md.attributedString()
 }
 ```
+
+## Supported Features
+
+    *italics* or _italics_
+    **bold** or __bold__
+
+    # Header 1
+    ## Header 2
+    ### Header 3
+    #### Header 4
+    ##### Header 5
+    ###### Header 6
+    
+    `code`
+    [Links](http://voyagetravelapps.com/)
+
 ## Customisation 
 ```swift
 md.body.fontName = "AvenirNextCondensed-Medium"