URI: 
       Add anchor ref to Blackfriday doc - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit afe5add86ef17c2fc6b1d7bad870e4e33880a150
   DIR parent 5e0a16ea21c4467e809d6369bd1971661713f068
  HTML Author: bep <bjorn.erik.pedersen@gmail.com>
       Date:   Fri, 26 Dec 2014 18:11:05 +0100
       
       Add anchor ref to Blackfriday doc
       
       Diffstat:
         M docs/content/content/front-matter.… |       2 +-
         M docs/content/overview/configuratio… |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/docs/content/content/front-matter.md b/docs/content/content/front-matter.md
       @@ -97,5 +97,5 @@ Field names are always normalized to lowercase (e.g. `camelCase: true` is availa
        
        It's possible to set some options for Markdown rendering in the page's front matter, as an override to the site wide configuration.
        
       -See [Configuration]({{< ref "overview/configuration.md" >}}) for more.
       +See [Configuration]({{< ref "overview/configuration.md#configure-blackfriday-rendering" >}}) for more.
        
   DIR diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md
       @@ -78,7 +78,7 @@ angledQuotes | false | HTML_SMARTYPANTS_ANGLED_QUOTES |  Enable angled double qu
        
        ```
        blackfriday:
       -  angledQuotes: true
       +  angledQuotes = true
        ```
        
        ## Notes