From 9f659eef1b2b163b0c22fd796ee38ee4f2bf1ab5 Mon Sep 17 00:00:00 2001 From: Kyle Carson Date: Mon, 30 Jan 2017 16:35:21 -0600 Subject: [PATCH] Fix formatting --- modules/default/calendar/README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/modules/default/calendar/README.md b/modules/default/calendar/README.md index afbf3085..57a989a8 100644 --- a/modules/default/calendar/README.md +++ b/modules/default/calendar/README.md @@ -65,14 +65,13 @@ config: { #### Calendar configuration options: - --| Option | Description - -| --------------------- | ----------- - -| `url` | The url of the calendar .ical. This property is required.

**Possible values:** Any public accessble .ical calendar. - -| `symbol` | The symbol to show in front of an event. This property is optional.

**Possible values:** See [Font Awesome](http://fontawesome.io/icons/) website. - -| `color` | The font color of an event from this calendar. This property should be set if the config is set to colored: true.

**Possible values:** HEX, RGB or RGBA values (#efefef, rgb(242,242,242), rgba(242,242,242,0.5)). - -| `repeatingCountTitle` | The count title for yearly repating events in this calendar.

**Example:** `'Birthday'` - -| `user` | The username for HTTP Basic authentication. - -| `pass` | The password for HTTP Basic authentication. - -| `maximumEntries` | The maximum number of events shown. Overrides global setting. **Possible values:** `0` - `100` - -| `maximumNumberOfDays` | The maximum number of days in the future. Overrides global setting +| Option | Description +| --------------------- | ----------- +| `url` | The url of the calendar .ical. This property is required.

**Possible values:** Any public accessble .ical calendar. +| `symbol` | The symbol to show in front of an event. This property is optional.

**Possible values:** See [Font Awesome](http://fontawesome.io/icons/) website. +| `color` | The font color of an event from this calendar. This property should be set if the config is set to colored: true.

**Possible values:** HEX, RGB or RGBA values (#efefef, rgb(242,242,242), rgba(242,242,242,0.5)). +| `repeatingCountTitle` | The count title for yearly repating events in this calendar.

**Example:** `'Birthday'` +| `user` | The username for HTTP Basic authentication. +| `pass` | The password for HTTP Basic authentication. +| `maximumEntries` | The maximum number of events shown. Overrides global setting. **Possible values:** `0` - `100` +| `maximumNumberOfDays` | The maximum number of days in the future. Overrides global setting