...

Text file src/github.com/yuin/goldmark/.github/ISSUE_TEMPLATE.md

Documentation: github.com/yuin/goldmark/.github

     1goldmark has [https://github.com/yuin/goldmark/discussions](Discussions) in github.
     2You should post only issues here. Feature requests and questions should be posted at discussions.
     3
     4
     5- [ ] goldmark is fully compliant with the CommonMark. Before submitting issue, you **must** read [CommonMark spec](https://spec.commonmark.org/0.29/) and confirm your output is different from [CommonMark online demo](https://spec.commonmark.org/dingus/).
     6    - [ ] **Extensions(Autolink without `<` `>`, Table, etc) are not part of CommonMark spec.** You should confirm your output is different from other official renderers correspond with an extension.
     7- [ ] **goldmark is not dedicated for Hugo**. If you are Hugo user and your issue was raised by your experience in Hugo, **you should consider create issue at Hugo repository at first** .
     8
     9Please answer the following before submitting your issue:
    10
    111. What version of goldmark are you using? : 
    122. What version of Go are you using? : 
    133. What operating system and processor architecture are you using? :
    144. What did you do? :
    155. What did you expect to see? :
    166. What did you see instead? :
    177. Did you confirm your output is different from [CommonMark online demo](https://spec.commonmark.org/dingus/) or other official renderer correspond with an extension?:

View as plain text