Skip to content

Commit

Permalink
body-file.md added info block
Browse files Browse the repository at this point in the history
Signed-off-by: henkvancann <[email protected]>
  • Loading branch information
henkvancann committed Mar 3, 2024
1 parent 9b0e55f commit a7795c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/specs/files/11-body-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](@)).
Expand Down

0 comments on commit a7795c3

Please sign in to comment.