aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuntong <[email protected]>2023-05-03 23:55:29 -0400
committerGitHub <[email protected]>2023-05-03 23:55:29 -0400
commit132bb4b57675669dba91566d222973fc2afbd728 (patch)
treebbb5b978556ef35221c17bc9b0753869b8f6c767
parentUpdate issue templates (diff)
downloadhtml2md-132bb4b57675669dba91566d222973fc2afbd728.tar.xz
html2md-132bb4b57675669dba91566d222973fc2afbd728.zip
Update bug-report-template.md
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report-template.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.md b/.github/ISSUE_TEMPLATE/bug-report-template.md
index 0dd10ea..87949dc 100644
--- a/.github/ISSUE_TEMPLATE/bug-report-template.md
+++ b/.github/ISSUE_TEMPLATE/bug-report-template.md
@@ -17,6 +17,10 @@ $ echo "foo<br>bar" | html2md -i
foo
bar
+
+$ html2md | head -2
+HTML to Markdown
+Version x.y.0 built on 2023-...
```
**Expected output**