hugo/helpers
Austin Ziegler 8f9cea7f58 Enable descriptive header IDs.
Enable blackfriday.EXTENSION_AUTO_HEADER_IDS to generate the name of the
header ID from the text in the header. Works for prefix and underline
headers.

- TOC extraction had to be modified to look for `<li><a href="#`>
  instead of `#toc_` because of this change.
- Fixed a number of tests that depended on the presence of `toc_` with
  as an `id` or as a `href` value.
- Renames the earlier parameter `footnoteref` to `documentId` as it more
  accurately represents the nature of the parameter. The `documentId` is
  appended to all generated headers through the new HTML renderer
  parameter `HeaderIDSuffix`.
2014-11-24 18:01:57 -05:00
..
content.go Enable descriptive header IDs. 2014-11-24 18:01:57 -05:00
general.go Adding ReaderTo and ToReader helper functions 2014-11-04 00:26:56 -05:00
general_test.go Added the general modules test files 2014-11-04 11:13:41 -05:00
path.go converted helpers usage of path 2 filepath 2014-11-13 22:41:59 -05:00
path_test.go Reinsert deleted test 2014-11-13 22:47:06 -05:00
pygments.go Shortcode rewrite, take 2 2014-11-17 18:32:06 -05:00
url.go converted helpers usage of path 2 filepath 2014-11-13 22:41:59 -05:00
url_test.go Fixing some tests 2014-11-04 20:28:27 -05:00