goldmark has https://github.com/yuin/goldmark/discussions in github.
You should post only issues here. Feature requests and questions should be posted at discussions.
Please answer the following before submitting your issue:
- What version of goldmark are you using? : goldmark:
v1.5.4, https://github.com/kpym/gm: v0.11.4
- What version of Go are you using? :
go version go1.21.0 linux/amd64
- What operating system and processor architecture are you using? :
linux/amd64
- What did you do? :
gm test.md
Where test.md contains:
before[^before]
[^before]: before
parent[^parent]
[^parent]: parent[^child]
[^child]: child
after[^after]
[^after]: after
- What did you expect to see? : Using https://michelf.ca/projects/php-markdown/dingus/, the order of the footnotes is:
1. before
2. parent
3. after
4. child
- What did you see instead? :
The order the footnotes appear in index.html is the following:
1. before
2. child
3. parent
4. after
- Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension?: Yes, see above.
goldmark has https://github.com/yuin/goldmark/discussions in github.
You should post only issues here. Feature requests and questions should be posted at discussions.
<>, Table, etc) are not part of CommonMark spec. You should confirm your output is different from other official renderers correspond with an extension.Please answer the following before submitting your issue:
v1.5.4, https://github.com/kpym/gm:v0.11.4go version go1.21.0 linux/amd64linux/amd64gm test.mdWhere
test.mdcontains:The order the footnotes appear in
index.htmlis the following: