diff --git a/README.md b/README.md index 2fbb0c1..0d918dd 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Note that order does not matter. |:-------------|:-----------------------|:----------------------------------------------------------------------| |`lang` | `ruby` | Used by the syntax highlighter. Passing 'plain' disables highlighting.| |`title` | `title:"Figure 1.A"` | Add a figcaption title to your code block. | +|`url` | `url:"https://github.com/octopress/codefence"` | URL | |`link_text` | `link_text:"Download"` | Text for the link, default: `"link"`. | |`linenos` | `linenos:false` | Disable line numbering. | |`start` | `start:5` | Start the line numbering at the given value. |