Fix code comment: new flags are named differently.
Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
parent
55ca3c7e06
commit
f70d5ac2bd
|
@ -76,7 +76,7 @@ type RendererOptions struct {
|
|||
// Add this text to each footnote anchor, to ensure uniqueness.
|
||||
FootnoteAnchorPrefix string
|
||||
// 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.
|
||||
FootnoteReturnLinkContents string
|
||||
// If set, add this text to the front of each Heading ID, to ensure
|
||||
|
|
Loading…
Reference in New Issue