{% else %}
diff --git a/_layouts/page.html b/_layouts/page.html
index 0929278..a1b4d65 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -41,7 +41,7 @@ layout: default
{% if site.github_editme_path %}
- Edit me
+ Edit me
{% endif %}
diff --git a/pages/mydoc/mydoc_commenting_on_files.md b/pages/mydoc/mydoc_commenting_on_files.md
index 80de542..7d74844 100644
--- a/pages/mydoc/mydoc_commenting_on_files.md
+++ b/pages/mydoc/mydoc_commenting_on_files.md
@@ -22,7 +22,7 @@ Here's the code for that button on the page.html layout for GitHub:
```
{% raw %}{% if site.github_editme_path %}
- Edit me
+ Edit me
{% endif %}{% endraw %}
```
@@ -33,7 +33,7 @@ and here for GitLab:
```
{% raw %}{% if site.gitlab_editme_path %}
- Edit me
+ Edit me
{% endif %}{% endraw %}
```
diff --git a/pages/mydoc/mydoc_generating_pdfs.md b/pages/mydoc/mydoc_generating_pdfs.md
index 576c170..f908c37 100644
--- a/pages/mydoc/mydoc_generating_pdfs.md
+++ b/pages/mydoc/mydoc_generating_pdfs.md
@@ -378,7 +378,7 @@ What this does is allow the prince-list.txt and toc.html files to iterate throug
You can add a download button for your PDF using some Bootstrap button code:
```html
-
+
```
Here's what that looks like:
diff --git a/pages/mydoc/mydoc_help_api.md b/pages/mydoc/mydoc_help_api.md
index b8acc95..ebb771b 100644
--- a/pages/mydoc/mydoc_help_api.md
+++ b/pages/mydoc/mydoc_help_api.md
@@ -15,7 +15,7 @@ You can create a help API that developers can use to pull in content.
For the full code demo, see the notes in the [Tooltips file](tooltips.html).
-In this demo, the popovers pull in and display content from the information in a tooltips.json file located in the same directory.
+In this demo, the popovers pull in and display content from the information in a tooltips.json file located in the same directory.
Instead of placing the JSON source in the same directory, you could also host the JSON file on another site.
@@ -134,7 +134,7 @@ This code will loop through all pages in the tooltips collection and insert the
}
```
-You can also view the same JSON file here: tooltips.json.
+You can also view the same JSON file here: tooltips.json.
You can add different fields depending on how you want the JSON to be structured. Here we just have to fields: `doc_id` and `body`. And the JSON is looking just in the tooltips collection that we created.
@@ -236,7 +236,7 @@ Developers can access the help using the `.get` method from jQuery, among other
});{% endraw %}
```
-View the tooltip demo for a demonstration. See the source code for full code details.
+View the tooltip demo for a demonstration. See the source code for full code details.
The `url` in the demo is relative, but you could equally point it to an absolute path on a remote host assuming CORS is enabled on the host.
@@ -275,7 +275,7 @@ Again, see the Tooltip Demo for a
Note that even though you reference a Bootstrap JS script, Bootstrap's popovers require you to initialize them using the above code as well — they aren't turned on by default.
-View the source code of the tooltip demo for the full comments.
+View the source code of the tooltip demo for the full comments.
## 8. Create easy links to embed the help in your help site
diff --git a/pages/mydoc/mydoc_sidebar_navigation.md b/pages/mydoc/mydoc_sidebar_navigation.md
index c7a0863..fd10d83 100644
--- a/pages/mydoc/mydoc_sidebar_navigation.md
+++ b/pages/mydoc/mydoc_sidebar_navigation.md
@@ -46,7 +46,7 @@ For example, the sidebar.html file contains the following code:
{% raw %}
```liquid
{% if folderitem.external_url %}
-