aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-09-16 09:41:27 +0200
committerGitHub <noreply@github.com>2022-09-16 09:41:27 +0200
commit875a99eaa483850e7794a495102ce0c97658d89f (patch)
tree13d16e14796118c260667060de28760dffb65183 /.github/ISSUE_TEMPLATE
parent84fb036062b879c454188a2a4f7123720a6eb9be (diff)
fix markdown rendering quirk
markdown would interpret parentheses as belonging to the first link without escaping.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/missing_documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/missing_documentation.md b/.github/ISSUE_TEMPLATE/missing_documentation.md
index 84868814f..8ded9f063 100644
--- a/.github/ISSUE_TEMPLATE/missing_documentation.md
+++ b/.github/ISSUE_TEMPLATE/missing_documentation.md
@@ -15,7 +15,7 @@ assignees: ''
<!-- make sure this issue is not redundant or obsolete -->
-- [ ] checked [latest Nix manual]\ ([source])
+- [ ] checked [latest Nix manual] \([source])
- [ ] checked [open documentation issues and pull requests] for possible duplicates
[latest Nix manual]: https://nixos.org/manual/nix/unstable/