mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 14:04:51 -04:00

- 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]`.
Description
Languages
HTML
79%
JavaScript
10.8%
CSS
10.2%