From 2fddf2ec2d3b14ef304bd5546beeced2eaebb1f6 Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Fri, 29 Jan 2016 15:10:00 +0900 Subject: [PATCH] Tweak make-faq.pl --- priv/make-faq.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/make-faq.pl b/priv/make-faq.pl index 7edee07..b7a3089 100755 --- a/priv/make-faq.pl +++ b/priv/make-faq.pl @@ -36,7 +36,7 @@ while () { $indent = " " x ($count * 4); s/^#*\s*[0-9. ]*//; $anchor = "n$label"; - printf T1 "%s+ [%s %s](#%s)\n", $indent, $label, $_, $anchor; + printf T1 "%s+ [%s. %s](#%s)\n", $indent, $label, $_, $anchor; printf T2 "\n", $anchor; $line =~ s/(#+)\s*[0-9. ]*/$1 $label. /; print T2 $line;