From e6511dff2b33b0ce764ba9347392af28fc30882b Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 27 Mar 2017 09:50:53 -0500 Subject: [PATCH] Remove findRE TOC example Closes rdwatters/hugo-docs-concept#47 Fixes gohugoio/hugo#3188 --- content/functions/findRe.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/functions/findRe.md b/content/functions/findRe.md index 20c575663..2dc9e00fc 100644 --- a/content/functions/findRe.md +++ b/content/functions/findRe.md @@ -33,7 +33,8 @@ You can limit the number of matches in the list with a third parameter. The foll ``` -## `findRE` Example: Building a Table of Contents + + [partials]: /templates/partials/ [`plainify`]: /functions/plainify/