We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93410f1 commit baf9ab8Copy full SHA for baf9ab8
1 file changed
.github/ISSUE_TEMPLATE/bug-report-template.md
@@ -0,0 +1,30 @@
1
+---
2
+name: Bug report template
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+**Describe the bug**
11
+A clear and concise description of what the bug is.
12
13
+**To Reproduce**
14
15
+```sh
16
+$ echo "foo<br>bar" | html2md -i
17
+foo
18
19
+bar
20
+```
21
22
+**Expected output**
23
24
+```md
25
26
27
28
29
+**Additional context**
30
+Add any other context about the problem here.
0 commit comments