diff --git a/docs/widgets_library_manager.md b/docs/widgets_library_manager.md
index cc951671..1e64303a 100644
--- a/docs/widgets_library_manager.md
+++ b/docs/widgets_library_manager.md
@@ -27,7 +27,7 @@ This features is only used for the CE project format and the [runnables](feature
-
: Adds a library item, by default its fields are initialized with _n/a_.
-
: Removes the selected item.
-
**/**
Changes selected entry position.
--
: If the current project is a static library then the _libman_ will use its parameters to create an entry. This avoids to browse in the dialogs. Note that sometimes the sources root folder has to be adjusted.
-
: If the selected item defines a _project_ then closes current project and opens the one matching to the entry.
-
: Allows to fetch the master version of a [DUB registry item](http://code.dlang.org/). See the last section.
-
: enable or disable the selected entry. This is mainly useful to test new DMD versions since the libraries often have to be recompiled from a version to another.
diff --git a/docs/widgets_messages.md b/docs/widgets_messages.md
index fe45287c..0b1a143a 100644
--- a/docs/widgets_messages.md
+++ b/docs/widgets_messages.md
@@ -28,10 +28,10 @@ This value and several other options can be changed in the [options editor][widg

-- autoSelect: defines if the widget change dynamically the message categories.
+- **autoSelect**: defines if the widget change dynamically the message categories.
This is a recommended setting because if a run-time error happens, it will be immediately displayed.
-- colors: allows to associate a message kind to a particular color.
-- fast display: if set, the new messages are displayed fast but by block. When not set the same amount of message takes longer to be displayed but the operation is smoother.
-- font: options for the font used in this widget: the size, the family, etc.
-- maxMessageCount: allows to limit the maximum number of messages kept in the list.
-- singleMessageClick: allows to open the file that the message parser has found by a single click.
\ No newline at end of file
+- **colors**: allows to associate a message kind to a particular color.
+- **fast display**: if set, the new messages are displayed fast but by block. When not set the same amount of message takes longer to be displayed but the operation is smoother.
+- **font**: options for the font used in this widget: the size, the family, etc.
+- **maxMessageCount**: allows to limit the maximum number of messages kept in the list.
+- **singleMessageClick**: allows to open the file that the message parser has found by a single click.
\ No newline at end of file