Remove notes on markup implementation as not relevant here
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
a5d0cd7a74
commit
e8f3d26a4b
1 changed files with 2 additions and 2 deletions
|
@ -63,13 +63,13 @@ read or write other sections than its own.
|
||||||
|
|
||||||
The content is the part of the file where the user is free to enter any textual
|
The content is the part of the file where the user is free to enter any textual
|
||||||
content. The content may be rendered as Markdown or other markup format for the
|
content. The content may be rendered as Markdown or other markup format for the
|
||||||
users convenience. The store does never expect and specific markup and actually
|
users convenience. The store does never expect any specific markup.
|
||||||
the markup implementation is not inside the very core of imag.
|
|
||||||
|
|
||||||
Technically it would be possible that the content part of a file is used to
|
Technically it would be possible that the content part of a file is used to
|
||||||
store binary data.
|
store binary data.
|
||||||
We don't want this, though, as it is contrary to the goals of imag.
|
We don't want this, though, as it is contrary to the goals of imag.
|
||||||
|
|
||||||
|
|
||||||
### Example {#sec:thestore:fileformat:example}
|
### Example {#sec:thestore:fileformat:example}
|
||||||
|
|
||||||
An example for a file in the store follows.
|
An example for a file in the store follows.
|
||||||
|
|
Loading…
Reference in a new issue