From a7795c300cba12b1d7afdee486f85b0238f0868a Mon Sep 17 00:00:00 2001 From: henkvancann Date: Mon, 4 Mar 2024 00:47:33 +0100 Subject: [PATCH] body-file.md added info block Signed-off-by: henkvancann --- docs/specs/files/11-body-file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/specs/files/11-body-file.md b/docs/specs/files/11-body-file.md index 18c531177..abe7d976e 100644 --- a/docs/specs/files/11-body-file.md +++ b/docs/specs/files/11-body-file.md @@ -9,7 +9,9 @@ import useBaseUrl from '@docusaurus/useBaseUrl' # Body Files :::info[In_Short] -a curated text contains a header between `---` and a markdown body. Both can be present in one file; the header on top. However the markdown can be split from the header. By using `bodyFile: {here a path to the body file}` in the header. If you use `bodyFile` the text in the body of the document will be overruled by the data in the actual bodyFile. + +A curated text contains a header between `---` and a markdown body. Both can be present in one file; the header on top. However the markdown can be split off from the header and live a separate file, by using `bodyFile: {here a path to the body file}` in the header. If you use `bodyFile` the text in the body of the document will be overruled by the data in the actual bodyFile. + ::: A [body file](@) contains the [body](@) of a [curated text](@), i.e. the text that documents a [semantic unit](@), but has no a-priori structure whatsoever (as that would be part of the [header](@) of that [curated text](@)).