Signed-off-by: Brad Topol <btopol@us.ibm.com>
This commit is contained in:
Brad Topol
2017-10-05 19:50:23 -04:00
committed by Steve Perry
parent 3de92fd38f
commit 8cf6b54e77
+8
View File
@@ -75,6 +75,14 @@ represents.
<tr><td>Open the <code>/_data/concepts.yaml</code> file.</td><td>Open the /_data/concepts.yaml file.</td></tr>
</table>
### Use the international standard for punctuation inside quotes
<table>
<tr><th>Do</th><th>Don't</th></tr>
<tr><td>events are recorded with an associated "stage".</td><td>events are recorded with an associated "stage."</td></tr>
<tr><td>The copy is called a "fork".</td><td>The copy is called a "fork."</td></tr>
</table>
## Inline code formatting
### Use code style for inline code and commands