Skip to content

Commit

Permalink
chore: fix special characters escaping issue link in README (#82)
Browse files Browse the repository at this point in the history
## PR Checklist

- [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting
prs`](https://github.com/dmnd/dedent/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/dmnd/dedent/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

I don't think it should look like this :)

![image](https://github.com/dmnd/dedent/assets/61150013/047dbb21-2b0f-40cf-b09b-b29d6e0e4510)
  • Loading branch information
auvred committed Nov 18, 2023
1 parent f1b814e commit 53a7267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dedent.withOptions({ escapeSpecialCharacters: true })`
`;
```

For more context, see [https://github.com/dmnd/dedent/issues/63](🚀 Feature: Add an option to disable special character escaping).
For more context, see [🚀 Feature: Add an option to disable special character escaping](https://github.com/dmnd/dedent/issues/63).

## License

Expand Down

0 comments on commit 53a7267

Please sign in to comment.