From 69df3b17e61614726e864ca93914d203d69c2623 Mon Sep 17 00:00:00 2001 From: Salim B Date: Tue, 24 Dec 2019 07:01:39 +0000 Subject: [PATCH] Update configuration-markup.md Minor formatting improvements. --- content/en/getting-started/configuration-markup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/getting-started/configuration-markup.md b/content/en/getting-started/configuration-markup.md index d1e93a777..9bd663d1b 100644 --- a/content/en/getting-started/configuration-markup.md +++ b/content/en/getting-started/configuration-markup.md @@ -86,7 +86,7 @@ These Render Hooks allow custom templates to render links and images from markdo You can do this by creating templates with base names `render-link` and/or `render-image` inside `layouts/_default/_markup`. -You can define [Output Format](/templates/output-formats) and [language](/content-management/multilingual/) specific templates if needed.[^hooktemplate] Your `layouts` folder may look like this: +You can define [Output-Format-](/templates/output-formats) and [language-](/content-management/multilingual/)specific templates if needed.[^hooktemplate] Your `layouts` folder may look like this: ```bash layouts @@ -122,7 +122,7 @@ Text PlainText : The plain variant of the above. -A Markdown example for a inline-style link with title: +A Markdown example for an inline-style link with title: ```md [Text](https://www.gohugo.io "Title")