diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-03-10 08:17:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 08:17:24 -0500 |
| commit | 3ab48864fe4f1122d766aceefd4882c4cc526451 (patch) | |
| tree | 2ffa00cb9961322b95ef6bc1eeb327b37d4ffe2b /docs/tools | |
| parent | 88a7fa36aa40df3c461137d3bbbfea03db69446f (diff) | |
fix(fmt): Correctly format hard breaks in markdown (#9742)
Diffstat (limited to 'docs/tools')
| -rw-r--r-- | docs/tools/script_installer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/script_installer.md b/docs/tools/script_installer.md index 54ced70f6..b5046719e 100644 --- a/docs/tools/script_installer.md +++ b/docs/tools/script_installer.md @@ -67,7 +67,7 @@ idiom to specify the entry point in an executable script. Example: -<!-- dprint-ignore --> +<!-- deno-fmt-ignore --> ```ts // https://example.com/awesome/cli.ts |
