diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst
index 23718dff23b98f189e407fca7bed6c17495bfb92..04e4018d6696002695d68bb4522ebf245485504f 100644
--- a/documentation/source/readme/reStructuredText Basics.rst	
+++ b/documentation/source/readme/reStructuredText Basics.rst	
@@ -1,6 +1,7 @@
 
 What is reStructuredText?
 =============================
+
 reStructuredText is an easy to read, what-you-see-is-what-you-get plainttext markup syntax and parser system. In other words reStructuredText is a lightweight markup language that is used in static site generators like Sphinx. 
 
 It contains robust tools for semantic markup, reusing content, and content filters for different kinds of outputs. It’s also easily extendible using custom directives that you can create yourself, allowing you to satisfy a wide variety of documentation needs.
@@ -9,6 +10,7 @@ reStructuredText is useful for creating simple web pages, and for standalone doc
 
 Why use reStructuredText?
 =============================
+
 reStructuredText is a lightweight markup language, so it’s easier to read in plain-text format compared to heavier markup languages like DITA and other XML-based formats. 
 
 You can easily find text editors that render reStructuredText with syntax highlighting and live previews, without having to invest in complex tools. Compared to some other lightweight markup languages like markdown, reStructuredText contains stronger semantic markup tools. 
@@ -129,6 +131,7 @@ this unordered list:
 
 Images
 ==========
+
 reSt supports an image directive, used like:  .. figure:: Images/image name.PNG
 
 *example*
@@ -138,6 +141,7 @@ reSt supports an image directive, used like:  .. figure:: Images/image name.PNG
 
 Directives
 ==============
+
 Directive is a generic block of explicit markup. While docutils provides a number of directives, sphinx provides many more and uses directives as one of the primary extension mechanism.
 
 *example*