doc: Fix up store entry example markup and content

This commit is contained in:
Matthias Beyer 2016-07-30 21:02:21 +02:00
parent bbb5e58583
commit 40d4939f3a

View file

@ -67,15 +67,15 @@ store binary data. We don't want this, though.
An example for a file in the store follows. An example for a file in the store follows.
``` ```text
--- ---
[imag] [imag]
links = ["/home/user/more_kittens.mpeg"]
version = "0.2.0" version = "0.2.0"
imag.links = ["/home/user/more_kittens.mpeg"] [note]
name = "foo"
[examplemodule]
arbitrary = "data"
--- ---
This is an example text, written by the user. This is an example text, written by the user.