aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 14bb9da22de53369b4280241c233c2bec558e4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---
<!--
Thank you for reporting an issue!
Before you continue, please make sure that you have

- reproduced your issue with the latest release of pandoc
  (https://github.com/jgm/pandoc/releases), or online (https://pandoc.org/try).
- searched the issue tracker (https://github.com/jgm/pandoc/issues)
  for similar issues (including closed issues).
- searched the discussion forum
  (https://github.com/jgm/pandoc/discussions) for solutions.

If you are experiencing a regression (an unwanted change of
behavior from an earlier version of pandoc), please indicate
this and give relevant version numbers. Be sure to check the
release notes (https://pandoc.org/releases) for relevant
changes, as you might find a solution there.

Note that this bug tracker is for reporting bugs, not asking
questions. For questions, use the discussion forum:
https://github.com/jgm/pandoc/discussions.
-->

**Explain the problem.**
Include the **exact command line** you used and **all inputs necessary to reproduce the issue**.  Please create as minimal an example as possible, to help the maintainers isolate the problem.  Explain the output you received and how it differs from what you expected.

**Pandoc version?**
What version of pandoc are you using, on what OS? (If it's not the latest release, please try with the latest release before reporting the issue. Note that many linux distributions have old versions of pandoc in their repositories.)