Increment header levels in the README.md files of the libraries

This commit is contained in:
Matthias Beyer 2016-10-13 11:50:44 +02:00
parent a2e2fc93b1
commit fbd6e790c7
10 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# libimagbookmark
## libimagbookmark
This library crate implements functionality for bookmarks.

View File

@ -1,4 +1,4 @@
# libimagcounter
## libimagcounter
Library of "imag-counter", usable by other modules as well to implement counter
functionality for entries.

View File

@ -1,11 +1,11 @@
# libimagdiary
## libimagdiary
This library crates implements a full diary.
One can have one or more diaries in the store, each diary can have unlimited
entries.
## Future plans
### Future plans
The diary should be able to provide _daily_, _hourly_ and even _minutely_
diary entries, so one can use the diary as normal "Dear diary,

View File

@ -1,4 +1,4 @@
# libimagentryfilter
## libimagentryfilter
Helper library to filter lists of entries by certain predicated. Offers filters
for filtering by header values and other predicates, plus this library offers

View File

@ -1,4 +1,4 @@
# libimagentrylink
## libimagentrylink
Linking library for linking entries with other entries. Used for "imag-link",
the commandline utility, but intended for use in other binaries and libraries as

View File

@ -1,4 +1,4 @@
# libimagentrylist
## libimagentrylist
Library for listing entries in different manner.

View File

@ -1,4 +1,4 @@
# libimagentrymarkdown
## libimagentrymarkdown
Helper crate to add useful functionality in a wrapper around
[hoedown](https://crates.io/crates/hoedown) for imag.

View File

@ -1,4 +1,4 @@
# libimagentrytag
## libimagentrytag
Library for tagging entries. Used in "imag-tag" but should be used in all other
modules which contain tagging functionality, so the backend and frontend look

View File

@ -1,4 +1,4 @@
# libimagerror
## libimagerror
In imag, we do not panic.

View File

@ -1,4 +1,4 @@
# libimaginteraction
## libimaginteraction
A crate for more general interaction with the user (interactive commandline
interface).