Skip to content

Add MdFootNote for GitHub footnotes #11

@apng1982

Description

@apng1982

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions