Skip to content
Snippets Groups Projects
Commit 9ee96d45 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'rs-correct-markdown-doc' into 'master'

Correct an inaccuracy in the Markdown doc

[ci skip]

See merge request !1445
parents 136fec94 3453b79c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -274,7 +274,7 @@ The IDs are generated from the content of the header according to the following
1. All spaces are converted to hyphens
1. Two or more hyphens in a row are converted to one
1. If a header with the same ID has already been generated, a unique
incrementing number is appended.
incrementing number is appended, starting at 1.
 
For example:
 
Loading
Loading
@@ -291,8 +291,8 @@ Would generate the following link IDs:
1. `this-header-has-spaces-in-it`
1. `this-header-has-a-in-it`
1. `this-header-has-unicode-in-it-한글`
1. `this-header-has-spaces-in-it`
1. `this-header-has-spaces-in-it-1`
1. `this-header-has-spaces-in-it-2`
 
Note that the Emoji processing happens before the header IDs are generated, so the Emoji is converted to an image which then gets removed from the ID.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment