-
Notifications
You must be signed in to change notification settings - Fork 647
Description
Hey, thanks for all the work of mammoth, it's an amazing project.
I'm trying to figure out how I could extract more metadata about comments to the generated HTML, but failing. Ideally, they would be a convertToHtml option that would let me switch from the references to comments from being just initials to full name, which I've seen does exist as a property in the codebase. If that's not possible, it'd be great to be able to changing the styling of the comments in the references sections at the bottom to include the full name (and/or other metadata possibly?).
If that's not something that's possible right now (which I suspect given it seems hardcoded here), would you be open to accepting a PR? If so, do you have broad ideas about what structure you'd like the change to look like?
Thank you!