diff --git a/src/Markdig.Tests/Specs/AutoIdentifierSpecs.md b/src/Markdig.Tests/Specs/AutoIdentifierSpecs.md index 82e1aaebe..10b857bdd 100644 --- a/src/Markdig.Tests/Specs/AutoIdentifierSpecs.md +++ b/src/Markdig.Tests/Specs/AutoIdentifierSpecs.md @@ -12,7 +12,7 @@ Allows to automatically creates an identifier for a heading:

This is a heading

```````````````````````````````` -Only punctuation `-`, `_` and `.` is kept, all over non letter characters are discarded. +Only punctuation `-`, `_` and `.` is kept, all other non letter characters are discarded. Consecutive same character `-`, `_` or `.` are rendered into a single one Characters `-`, `_` and `.` at the end of the string are also discarded.