<pre> formatting for index.md (#26986)

Examples were jumbling together, added formatting to help with readability
pull/27031/head^2
Logan 2019-01-16 22:03:31 -06:00 committed by Manish Giri
parent 863f638b53
commit 85ef1445c3
1 changed files with 5 additions and 5 deletions

View File

@ -7,15 +7,15 @@ Adding and subtracting positive numbers is fairly straighforward, but what does
### Examples
(-1) + 3 = 2
<pre>(-1) + 3 = 2</pre>
(-3) + (-3) = -6
<pre>(-3) + (-3) = -6</pre>
(-2) - 4 = -6
<pre>(-2) - 4 = -6</pre>
(-10) + 2 = -8
<pre>(-10) + 2 = -8</pre>
20 + (-44) = -24
<pre>20 + (-44) = -24</pre>
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->