Fix code comment: new flags are named differently.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2018-08-15 17:59:07 +02:00
parent 55ca3c7e06
commit f70d5ac2bd
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ type RendererOptions struct {
// Add this text to each footnote anchor, to ensure uniqueness. // Add this text to each footnote anchor, to ensure uniqueness.
FootnoteAnchorPrefix string FootnoteAnchorPrefix string
// Show this text inside the <a> tag for a footnote return link, if the // Show this text inside the <a> tag for a footnote return link, if the
// HTML_FOOTNOTE_RETURN_LINKS flag is enabled. If blank, the string // FootnotReturnLinks flag is enabled. If blank, the string
// <sup>[return]</sup> is used. // <sup>[return]</sup> is used.
FootnoteReturnLinkContents string FootnoteReturnLinkContents string
// If set, add this text to the front of each Heading ID, to ensure // If set, add this text to the front of each Heading ID, to ensure