Skip to content

Commit cdee687

Browse files
authored
Merge pull request markedjs#1197 from UziTech/demo-link-in-issue-template
Update ISSUE_TEMPLATE with demo links
2 parents 8099f02 + 1209b6e commit cdee687

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@
1818

1919
## Expectation
2020

21+
**CommonMark Demo:** [demo](https://spec.commonmark.org/dingus/)
22+
<!-- You can replace the link above with a permalink from: https://spec.commonmark.org/dingus/ -->
23+
2124
<!-- Describe the output you are expecting from marked -->
2225

2326
## Result
2427

28+
**Marked Demo:** [demo](https://marked.js.org/demo/)
29+
<!-- You can replace the link above with a permalink from: https://marked.js.org/demo/ -->
30+
2531
<!-- Describe the output you received from marked -->
2632

2733
## What was attempted

0 commit comments

Comments
 (0)