mdbook-journal 0.4.0

journal plugin for mdBook
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Index for {{path}}

| Title | Created At |
| ----- | ---------- |
{{#each entries}}
| [{{this.meta.title}}] | ({{this.created_at}}) |
{{/each}}

{{#each entries}}
[{{this.meta.title}}]: /{{this.virtual_path}}
{{/each}}