diff options
| -rw-r--r-- | man/blogc-source.7.ronn | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index 00d439c..83baf8c 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -60,6 +60,10 @@ the level of the header.      #### H4 +Each header will have an ``id`` attribute, that is a lowercase version of the +unparsed header title, with non-alphanumeric characters replaced by '-'. These +``id``s can be used to create anchor links to specific sections of your content. +  ### Blockquotes  Blockquotes are defined with lines starting with '>' characters. Content defined | 
