diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-10-15 23:04:01 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-10-15 23:04:01 -0300 |
commit | a725a0e96b5fb81062822ebe9a667bd42c967303 (patch) | |
tree | 73275abf11fcb5d83a58bc2c052a53aba44d730e /man | |
parent | bc77a047d62111a0be193ff94d387ae24c92bce2 (diff) | |
download | blogc-a725a0e96b5fb81062822ebe9a667bd42c967303.tar.gz blogc-a725a0e96b5fb81062822ebe9a667bd42c967303.tar.bz2 blogc-a725a0e96b5fb81062822ebe9a667bd42c967303.zip |
man: add note about id attrs for headers
Diffstat (limited to 'man')
-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 |