Used this and found a small bug only relevant to headings containing _.
This is the current output:
- [ISSUE_TEMPLATE.md](#issue-templatemd)
- [PULL_REQUEST_TEMPLATE.md](#pull-request-templatemd)
These are the ones github uses for its links:
- [ISSUE_TEMPLATE.md](#issue_templatemd)
- [PULL_REQUEST_TEMPLATE.md](#pull_request_templatemd)
Or is there another standard which GitHub does not comply to?
Used this and found a small bug only relevant to headings containing
_.This is the current output:
These are the ones github uses for its links:
Or is there another standard which GitHub does not comply to?