Commit aa901225 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'evn-add-number-example' into 'master'

Add example with number and parentheses

See merge request gitlab-org/gitlab-ee!3649
parents 35de313a 4cbb07e2
......@@ -446,6 +446,7 @@ For example:
# This header has Unicode in it: 한글
## This header has spaces in it
### This header has spaces in it
## This header has 3.5 in it (and parentheses)
```
Would generate the following link IDs:
......@@ -455,6 +456,7 @@ Would generate the following link IDs:
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-3-5-in-it-and-parentheses`
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment