mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
1.1 KiB
1.1 KiB
- 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.
- 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 .
- 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:
- What version of goldmark are you using? :
- What version of Go are you using? :
- What operating system and processor architecture are you using? :
- What did you do? :
- What did you expect to see? :
- What did you see instead? :
- Did you confirm your output is different from CommonMark online demo?:
- (Feature request only): Why you can not implement it as an extension?: