Open zkamvar opened 8 months ago
Pinging this again to see if there are any maintainers who can review this.
Bumping this again to see if I can get a review.
@zkamvar, how did you execute cmark-gfm to generate the html in your comment above?
I guess you use cmark-fsm <input_file> --extension footnotes
I believe this will begin to address the issues in https://github.com/github/cmark-gfm/issues/341 and https://github.com/github/cmark-gfm/issues/316.
(Update 2023-04-17: I added
id
anddestination
attributes to these nodes based on what I saw in the html writer)I have run make test and everything passes for me. I have additionally tested this on a minimal document:
I was not sure of what type labels to give the nodes, so I named them
fnref
andfn
for the reference and the definition, respectively. If there is a more relevant precedent, then let's go for that.