Configure footnote rendering.
authorAustin Ziegler <austin@zieglers.ca>
Sat, 27 Sep 2014 03:44:09 +0000 (23:44 -0400)
committerspf13 <steve.francia@gmail.com>
Tue, 7 Oct 2014 20:43:33 +0000 (16:43 -0400)
commite68e7ef96fb7a83319f6d828799524f85c75c5eb
tree444e6cb095decda24faa74973423921fa9b9f864
parenteeaf343a148dc1a0585fc63b8f9789add57bd0ab
Configure footnote rendering.

- The config file can provide FootnoteAnchorPrefix, which will be used
  by blackfriday when rendering to HTML. A value of `q:` has the effect
  of making the anchor for a footnote `[^footie]` be `fn:q:footie`. The
  default is `""`.

- The config file can provide FootnoteReturnLinkContents, which will be
  used by blackfriday when rendering to HTML. A value of `^` has the
  effect of making the return link be `^` instead of `[return]`.
commands/hugo.go
docs/content/overview/configuration.md
hugolib/page.go