doc: Fix up store entry example markup and content
This commit is contained in:
parent
bbb5e58583
commit
40d4939f3a
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue