Skip to content

Commit

Permalink
Revert "Removes trailing dash from generated slugs in markdown (#3044)"
Browse files Browse the repository at this point in the history
This reverts commit 8530cce.
  • Loading branch information
FredKSchott committed Jul 18, 2022
1 parent 4973061 commit 7160bbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-bears-sneeze.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/markdown/remark/test/expressions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('expressions', () => {
chai
.expect(code)
.to.equal(
'<h1 id="-foo--is-a-shorthand-for--foo-foo"><code is:raw>{ foo }</code> is a shorthand for <code is:raw>{ foo: foo }</code></h1>'
'<h1 id="-foo--is-a-shorthand-for--foo-foo-"><code is:raw>{ foo }</code> is a shorthand for <code is:raw>{ foo: foo }</code></h1>'
);
});

Expand Down

0 comments on commit 7160bbe

Please sign in to comment.