docs: Document the new autoHeadingIDType setting - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d62ede8e9e5883e7ebb023e49b82f07b45edc1c7
 (DIR) parent 81b7e48a55092203aeee8785799e6fed3928760e
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Sun,  5 Jan 2020 12:07:36 +0100
       
       docs: Document the new autoHeadingIDType setting
       
       See #6707
       See #6616
       
       Diffstat:
         M docs/content/en/getting-started/co… |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/docs/content/en/getting-started/configuration-markup.md b/docs/content/en/getting-started/configuration-markup.md
       @@ -38,6 +38,9 @@ unsafe
        typographer
        : This extension substitutes punctuations with typographic entities like [smartypants](https://daringfireball.net/projects/smartypants/).
        
       +autoHeadingIDType ("github") {{< new-in "0.62.2" >}}
       +: The strategy used for creating auto IDs (anchor names). Available types are `github`, `github-ascii` and `blackfriday`. `github` produces GitHub-compatible IDs, `github-ascii` will drop any non-Ascii characters after accent normalization, and `blackfriday` will make the IDs work as with [Blackfriday](#blackfriday), the default Markdown engine before Hugo 0.60. Note that if Goldmark is your default Markdown engine, this is also the strategy used in the [anchorize](/functions/anchorize/) template func.
       +
        ### Blackfriday