From a2fa096c3ed41a4314e344a307338739d3a20d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 7 Oct 2021 21:41:56 +0200 Subject: [PATCH] Test for https://github.com/matcornic/hugo-theme-learn/issues/517 --- exampleSite/content/shortcodes/children/test.en.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/shortcodes/children/test.en.md b/exampleSite/content/shortcodes/children/test.en.md index 62388ddf4e..24d308cacf 100644 --- a/exampleSite/content/shortcodes/children/test.en.md +++ b/exampleSite/content/shortcodes/children/test.en.md @@ -1,7 +1,8 @@ -+++ -description = "This is a plain page test" -title = "page X" -weight = 1 -+++ +--- +description: | + This is a plain page test, and the beginning of a YAML multiline description... +title: "page X" +weight: 1 +--- This is a plain demo child page.