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:
  • OS: [e.g. Windows 11]

  • Browser: [e.g. Chrome 120]

  • Version: [e.g. 1.0.0]





  • 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: @username to ping users.
    • Issue Links: #123 to reference issues.
    • Emoji: :emoji_name: for reactions.