From 8a033918f98d6b3f33f4b7d3a8989311a698b9cc Mon Sep 17 00:00:00 2001 From: "Mark A. Matienzo" Date: Wed, 29 Dec 2021 11:59:59 -0800 Subject: [PATCH] Image filters: ensure Grayscale is a level-2 heading The `images.Grayscale` function was previously tagged as an h3, leading to its omission from the righthand navigation. --- content/en/functions/images/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/images/index.md b/content/en/functions/images/index.md index 350d005ee..92c6ff0da 100644 --- a/content/en/functions/images/index.md +++ b/content/en/functions/images/index.md @@ -128,7 +128,7 @@ images.GaussianBlur SIGMA GaussianBlur creates a filter that applies a gaussian blur to an image. -### Grayscale +## Grayscale {{% funcsig %}} images.Grayscale