GitHub Markdown Editor
Write and preview GitHub Flavored Markdown for issues and PRs.
Bug Report
Describe the bug
A clear description of the bug.
To Reproduce
Steps to reproduce:
1. Go to '...'
2. Click on '...'
3. See error
Expected behavior
What you expected to happen.
Screenshots
If applicable, add screenshots.
Environment:
Note: This is a GitHub issue template.
GitHub Flavored Markdown (GFM)
GitHub uses its own extension of Markdown called GFM. It supports additional features like task lists, tables, and auto-linking.
Common GitHub Markdown
- Task Lists:
- [ ]and- [x]for checkboxes. - Mentions:
@usernameto ping users. - Issue Links:
#123to reference issues. - Emoji:
:emoji_name:for reactions.