From 55e9ca7c78909fd13497d01a1e31f5944c2dace0 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 11 Jun 2021 09:51:19 -0700
Subject: [PATCH] Fix line breaks in issue templates.

---
 .github/ISSUE_TEMPLATE/bug_report.md      | 3 +--
 .github/ISSUE_TEMPLATE/feature_request.md | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 3c6a1f32e..5e3c8f02f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,8 +9,7 @@ assignees: ''
 
 Thank you for reporting an issue! Before you continue, please make sure that you have
 
-- searched the issue tracker for similar issues (including
-  closed issues): https://github.com/jgm/pandoc/issues
+- searched the issue tracker for similar issues (including closed issues): https://github.com/jgm/pandoc/issues
 - searched the pandoc-discuss mailing list for solutions: https://groups.google.com/forum/#!forum/pandoc-discuss
 - reproduced your issue on the latest release of pandoc, or on https://pandoc.org/try
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 9183d4823..9b5db76c3 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -10,8 +10,7 @@ assignees: ''
 Thank you for suggesting a feature! Before you continue, please make sure that you have
 
 - read the contributing guidelines: https://pandoc.org/CONTRIBUTING.html
-- searched the issue tracker for similar issues (including
-  closed issues): https://github.com/jgm/pandoc/issues
+- searched the issue tracker for similar issues (including closed issues): https://github.com/jgm/pandoc/issues
 - searched the pandoc-discuss mailing list for relevant discussions: https://groups.google.com/forum/#!forum/pandoc-discuss
 
 **Describe your proposed improvement and the problem it solves.**