diff --git a/docs/api/utility-apis.md b/docs/api/utility-apis.md
index 133653df44..14920513af 100644
--- a/docs/api/utility-apis.md
+++ b/docs/api/utility-apis.md
@@ -291,7 +291,7 @@ The figure below shows the relationship between
fooApiRef.
-
+
The current method for connecting Utility API providers and consumers is via the
diff --git a/docs/features/software-templates/index.md b/docs/features/software-templates/index.md
index 1434d62a29..a854543acb 100644
--- a/docs/features/software-templates/index.md
+++ b/docs/features/software-templates/index.md
@@ -12,7 +12,7 @@ code, template in some variables, and then publish the template to some
locations like GitHub or GitLab.
### Getting Started
diff --git a/docs/getting-started/create-an-app.md b/docs/getting-started/create-an-app.md
index e5d15d5845..1d65f25d1b 100644
--- a/docs/getting-started/create-an-app.md
+++ b/docs/getting-started/create-an-app.md
@@ -36,7 +36,7 @@ This will create a new Backstage App inside the current folder. The name of the
app-folder is the name that was provided when prompted.
-
+
Inside that directory, it will generate all the files and folder structure
diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md
index 02e2e4d51d..42b334c62b 100644
--- a/docs/getting-started/index.md
+++ b/docs/getting-started/index.md
@@ -58,7 +58,7 @@ The wizard will ask you
SQLite option.
-
+
### Run the Backstage app
@@ -73,7 +73,7 @@ yarn dev
```
-
+
It might take a little while, but as soon as the message
@@ -84,7 +84,7 @@ database will be cleared when you restart the app, so you'll most likely want to
carry on with the database steps.
-
+
The most common next steps are to move to a persistent database, configure
diff --git a/microsite/blog/2020-08-05-announcing-backstage-software-templates.md b/microsite/blog/2020-08-05-announcing-backstage-software-templates.md
index afda20e499..0bf8d7e581 100644
--- a/microsite/blog/2020-08-05-announcing-backstage-software-templates.md
+++ b/microsite/blog/2020-08-05-announcing-backstage-software-templates.md
@@ -7,7 +7,7 @@ authorURL: https://twitter.com/stalund
**TL;DR** Today we are announcing a new Backstage feature: Software Templates. Simplify setup, standardize tooling, and deploy with the click of a button. Using automated templates, your engineers can spin up a new microservice, website, or other software component with your organization’s best practices built-in, right from the start.