e.g.
// This can be included in an MdParagraph instance
var footnote = new MdFootNote{
Reference: "1", // produces [^1] in markdown
Footnote: new MdParagraph("This is the text, that can include other children such as MdLink, etc. etc.")
};
N.B. An MdDocument instance will need a private dictionary of all footnotes, not just the usual .MarkDown getter used in other classes, that they can be processed at the end of the document.
Don't think this is supported outside of GitHub (yet?). Should it be included in a GitHub-specific namespace?
e.g.
N.B. An MdDocument instance will need a private dictionary of all footnotes, not just the usual .MarkDown getter used in other classes, that they can be processed at the end of the document.
Don't think this is supported outside of GitHub (yet?). Should it be included in a GitHub-specific namespace?