mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix(utils): fix Markdown link replacement when link text is same as href (#7464)
This commit is contained in:
parent
5207e25291
commit
6e62bba30f
3 changed files with 7 additions and 5 deletions
|
@ -204,7 +204,6 @@ The following operations are defined for [URI]s:
|
|||
).toMatchSnapshot();
|
||||
});
|
||||
|
||||
// FIXME
|
||||
it('replaces links with same title as URL', () => {
|
||||
expect(
|
||||
replaceMarkdownLinks({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue