From f70d5ac2bd84d96437010595a63347b347dcfcd1 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 15 Aug 2018 17:59:07 +0200 Subject: [PATCH] Fix code comment: new flags are named differently. Signed-off-by: Miek Gieben --- html/renderer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/renderer.go b/html/renderer.go index 06654c5..2b9128d 100644 --- a/html/renderer.go +++ b/html/renderer.go @@ -76,7 +76,7 @@ type RendererOptions struct { // Add this text to each footnote anchor, to ensure uniqueness. FootnoteAnchorPrefix string // Show this text inside the 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 // [return] is used. FootnoteReturnLinkContents string // If set, add this text to the front of each Heading ID, to ensure