From c214d37d86c0241a789f503915cd7b0568c4809d Mon Sep 17 00:00:00 2001 From: Deepak Tripathy <deepak_tripathy@rocketmail.com> Date: Tue, 7 Dec 2021 19:00:47 +0300 Subject: [PATCH] removed the italics --- content/en/docs/contribute/new-content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/new-content/_index.md b/content/en/docs/contribute/new-content/_index.md index 5dee6a513b..93bbeb750b 100644 --- a/content/en/docs/contribute/new-content/_index.md +++ b/content/en/docs/contribute/new-content/_index.md @@ -27,7 +27,7 @@ flowchart LR direction TB T[ ] -.- D[Write docs in markdown<br>and build site with Hugo] --- E[source in GitHub] - E --- G[_'/content/../docs'_ folder contains docs<br>for multiple languages] + E --- G['/content/../docs' folder contains docs<br>for multiple languages] G --- H[Review Hugo page content<br>types and shortcodes] end