Skip to content

Commit

Permalink
Merge pull request #208 from pascalberger/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
xoofx authored Feb 17, 2018
2 parents a097247 + 20243a7 commit f77bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdig.Tests/Specs/AutoIdentifierSpecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Allows to automatically creates an identifier for a heading:
<h1 id="this-is-a-heading">This is a heading</h1>
````````````````````````````````

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.

Expand Down

0 comments on commit f77bd0b

Please sign in to comment.