Browse Source

Fix bold text formatting

hpnrep6 4 years ago
parent
commit
caa477721d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      community/contributing/contributing_to_the_documentation.rst

+ 5 - 5
community/contributing/contributing_to_the_documentation.rst

@@ -49,9 +49,9 @@ contribute, you should also read:
 Contributing changes
 Contributing changes
 --------------------
 --------------------
 
 
-**Pull Requests should use the ``master`` branch by default.** Only make Pull
- Requests against other branches (e.g. ``2.1`` or ``3.0``) if your changes only
- apply to that specific version of Godot.
+**Pull Requests should use the** ``master`` **branch by default.** Only make Pull
+Requests against other branches (e.g. ``2.1`` or ``3.0``) if your changes only
+apply to that specific version of Godot.
 
 
 Though less convenient to edit than a wiki, this Git repository is where we
 Though less convenient to edit than a wiki, this Git repository is where we
 write the documentation. Having direct access to the source files in a revision
 write the documentation. Having direct access to the source files in a revision
@@ -62,7 +62,7 @@ Editing existing pages
 
 
 To edit an existing page, locate its ``.rst`` source file and open it in your
 To edit an existing page, locate its ``.rst`` source file and open it in your
 favorite text editor. You can then commit the changes, push them to your fork,
 favorite text editor. You can then commit the changes, push them to your fork,
-and make a pull request. **Note that the pages in ``classes/`` should not be
+and make a pull request. **Note that the pages in** ``classes/`` **should not be
 edited here.** They are automatically generated from Godot’s `XML class
 edited here.** They are automatically generated from Godot’s `XML class
 reference <https://github.com/godotengine/godot/tree/master/doc/classes>`__.
 reference <https://github.com/godotengine/godot/tree/master/doc/classes>`__.
 See `Contribute to the Class Reference
 See `Contribute to the Class Reference
@@ -70,7 +70,7 @@ See `Contribute to the Class Reference
 for details.
 for details.
 
 
 .. seealso:: To build the manual and test changes on your computer, see
 .. seealso:: To build the manual and test changes on your computer, see
-             :ref:`doc_building_the_manual`
+             :ref:`doc_building_the_manual`.
 
 
 Editing pages online
 Editing pages online
 --------------------
 --------------------