diff --git a/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/buildpacks.html b/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/buildpacks.html
index 913198774..c8d80a30e 100644
--- a/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/buildpacks.html
+++ b/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/buildpacks.html
@@ -27,6 +27,6 @@
Note: You must specify multiple buildpacks in the correct order: the buildpack will use the app start command given by the final buildpack. See the multi-buildpack repository for more information.
-Note: The cf buildpacks command lists the buildpacks that you can refer to by name in a manifest or a command line option.
+The cf buildpacks command lists the buildpacks that you can refer to by name in a manifest or a command line option.
The command line option that overrides this attribute is -b.
diff --git a/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/buildpacks.md b/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/buildpacks.md
index 7afbc3f5f..be30bbff6 100644
--- a/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/buildpacks.md
+++ b/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/buildpacks.md
@@ -3,24 +3,26 @@
* By GitHub URL: `https://github.com/cloudfoundry/java-buildpack.git`.
* By GitHub URL with a branch or tag: `https://github.com/cloudfoundry/java-buildpack.git#v3.3.0` for the `v3.3.0` tag.
- ```
- ---
- ...
- buildpacks:
- - buildpack_URL
- ```
+```
+---
+ ...
+ buildpacks:
+ - buildpack_URL
+```
+
**Multiple buildpacks**: If you are using multiple buildpacks, you can add an additional value to your manifest:
- ```
- ---
- ...
- buildpacks:
- - buildpack_URL
- - buildpack_URL
- ```
-**Note**: You must specify multiple buildpacks in the correct order: the buildpack will use the app start command given by the final buildpack. See `https://github.com/cloudfoundry/multi-buildpack#usageapp` for more information.
+```
+---
+ ...
+ buildpacks:
+ - buildpack_URL
+ - buildpack_URL
+```
-**Note**: The `cf buildpacks` command lists the buildpacks that you can refer to by name in a manifest or a command line option.
+**Note**: You must specify multiple buildpacks in the correct order: the buildpack will use the app start command given by the final buildpack. See https://github.com/cloudfoundry/multi-buildpack#usageapp for more information.
+
+The `cf buildpacks` command lists the buildpacks that you can refer to by name in a manifest or a command line option.
The command line option that overrides this attribute is `-b`.