diff --git a/docs/common/notification_rules_index.ldoc b/docs/common/notification_rules_index.ldoc
index 1387c2fdb..885768319 100644
--- a/docs/common/notification_rules_index.ldoc
+++ b/docs/common/notification_rules_index.ldoc
@@ -3,41 +3,39 @@
--
Name |
-- Description |
--
--- id | Unique identifier of the notification |
--- title | Title of the notification |
--- timeout | Time in seconds after which popup expires |
--- urgency | The notification urgency level |
--- category | The notification category |
--- resident | True if the notification should be kept when an action is pressed |
--- hover\_timeout | Delay in seconds after which hovered popup disappears |
--- screen | Target screen for the notification |
--- position | Corner of the workarea displaying the popups |
--- ontop | Boolean forcing popups to display on top |
--- height | Popup height |
--- width | Popup width |
--- font | Notification font |
--- icon | "All in one" way to access the default image or icon |
--- icon\_size | Desired icon size in px |
--- app\_icon | The icon provided in the `app_icon` field of the DBus notification |
--- image | The notification image |
--- images | The notification (animated) images |
--- fg | Foreground color |
--- bg | Background color |
--- border\_width | Border width |
--- border\_color | Border color |
--- shape | Widget shape |
--- opacity | Widget opacity |
--- margin | Widget margin |
--- preset | Table with any of the above parameters |
--- callback | Function that will be called with all arguments |
--- actions | A table containing strings that represents actions to buttons |
--- ignore | Ignore this notification, do not display |
--- suspended | Tell if the notification is currently suspended (read only) |
--- is\_expired | If the notification is expired |
--- auto\_reset\_timeout | If the timeout needs to be reset when a property changes |
--- ignore\_suspend | |
--- clients | A list of clients associated with this notification |
--- max\_width | The maximum popup width |
--- app\_name | The application name specified by the notification |
--- widget\_template | The widget template used to represent the notification |
+-- title | Title of the notification |
+-- timeout | Time in seconds after which popup expires |
+-- urgency | The notification urgency level |
+-- category | The notification category |
+-- resident | True if the notification should be kept when an action is pressed |
+-- hover_timeout | Delay in seconds after which hovered popup disappears |
+-- screen | Target screen for the notification |
+-- position | Corner of the workarea displaying the popups |
+-- ontop | Boolean forcing popups to display on top |
+-- height | Popup height |
+-- width | Popup width |
+-- font | Notification font |
+-- icon | "All in one" way to access the default image or icon |
+-- icon_size | Desired icon size in px |
+-- app_icon | The icon provided in the `app_icon` field of the DBus notification |
+-- image | The notification image |
+-- images | The notification (animated) images |
+-- fg | Foreground color |
+-- bg | Background color |
+-- border_width | Border width |
+-- border_color | Border color |
+-- shape | Widget shape |
+-- opacity | Widget opacity |
+-- margin | Widget margin |
+-- preset | Table with any of the above parameters |
+-- callback | Function that will be called with all arguments |
+-- actions | A table containing strings that represents actions to buttons |
+-- ignore | Ignore this notification, do not display |
+-- suspended | Tell if the notification is currently suspended (read only) |
+-- is_expired | If the notification is expired |
+-- auto_reset_timeout | If the timeout needs to be reset when a property changes |
+-- clients | A list of clients associated with this notification |
+-- max_width | The maximum popup width |
+-- app_name | The application name specified by the notification |
+-- widget_template | The widget template used to represent the notification |
--