goldmark/.github/ISSUE_TEMPLATE.md
2019-12-02 13:23:33 +09:00

841 B

  • goldmark is fully compliant with the CommonMark. Before submitting issue, you must read CommonMark spec and confirm your output is different from CommonMark online demo.
  • Before you make a feature request, you should consider implement the new feature as an extension by yourself . To keep goldmark itself simple, most new features should be implemented as an extension.

Please answer the following before submitting your issue:

  1. What version of goldmark are you using? :
  2. What version of Go are you using? :
  3. What operating system and processor architecture are you using? :
  4. What did you do? :
  5. What did you expect to see? :
  6. What did you see instead? :
  7. (Feature request only): Why you can not implement it as an extension?: