Merge "[contributor] Change RST inline markup conventions"

This commit is contained in:
Jenkins
2015-11-24 15:34:53 +00:00
committed by Gerrit Code Review

View File

@@ -30,11 +30,11 @@ Application
A software application within a line of text.
+------------------------+---------------------------------------------------+
| **Markup** | ``:program:`` |
| **Markup** | `````` (double backticks) |
+------------------------+---------------------------------------------------+
| **Syntax** | ``:program:`RabbitMQ``` |
| **Syntax** | ````RabbitMQ```` |
+------------------------+---------------------------------------------------+
| **Example of output** | Configure :program:`RabbitMQ`. |
| **Example of output** | Configure ``RabbitMQ``. |
+------------------------+---------------------------------------------------+
Code