diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-09-16 09:41:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 09:41:27 +0200 |
commit | 875a99eaa483850e7794a495102ce0c97658d89f (patch) | |
tree | 13d16e14796118c260667060de28760dffb65183 /.github | |
parent | 84fb036062b879c454188a2a4f7123720a6eb9be (diff) |
fix markdown rendering quirk
markdown would interpret parentheses as belonging to the first link without escaping.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/missing_documentation.md | 2 |
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/ |