Skip to content

Commit baf9ab8

Browse files
authored
Update issue templates
1 parent 93410f1 commit baf9ab8

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
foo
26+
bar
27+
```
28+
29+
**Additional context**
30+
Add any other context about the problem here.

0 commit comments

Comments
 (0)