diff --git a/compose/wordpress.md b/compose/wordpress.md
index 4946476364..8bac097e14 100644
--- a/compose/wordpress.md
+++ b/compose/wordpress.md
@@ -62,7 +62,7 @@ with Docker containers. This quick-start guide demonstrates how to use Compose t
WORDPRESS_DB_PASSWORD: wordpress
```
- >**NOTE**: The folder `./.data/db` will be automatically created in the project directory
+ **NOTE**: The folder `./.data/db` will be automatically created in the project directory
alongside the `docker-compose.yml` which will persist any updates made by wordpress to the
database.
diff --git a/docker-for-mac/index.md b/docker-for-mac/index.md
index 9966ab5115..ab4cf1acdf 100644
--- a/docker-for-mac/index.md
+++ b/docker-for-mac/index.md
@@ -55,9 +55,9 @@ For more about stable and beta channels, see the [FAQs](faqs.md#stable-and-beta-
>**Important Notes**:
>
->* Docker for Mac requires macOS 10.10.3 Yosemite or newer running on a 2010 or newer Mac, with Intel's hardware support for MMU virtualization. Please see [What to know before you install](index.md#what-to-know-before-you-install) for a full list of prerequisites.
+> * Docker for Mac requires macOS 10.10.3 Yosemite or newer running on a 2010 or newer Mac, with Intel's hardware support for MMU virtualization. Please see [What to know before you install](index.md#what-to-know-before-you-install) for a full list of prerequisites.
>
->* You can switch between beta and stable versions, but _you must have only one app installed at a time_. Also, you will need to save images and export containers you want to keep before uninstalling the current version before installing another. For more about this, see the [FAQs about beta and stable channels](faqs.md#stable-and-beta-channels).
+> * You can switch between beta and stable versions, but _you must have only one app installed at a time_. Also, you will need to save images and export containers you want to keep before uninstalling the current version before installing another. For more about this, see the [FAQs about beta and stable channels](faqs.md#stable-and-beta-channels).
## What to know before you install