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

Examples were jumbling together, added formatting to help with readability
This commit is contained in:
Logan
2019-01-16 22:03:31 -06:00
committed by Manish Giri
parent 863f638b53
commit 85ef1445c3

View File

@ -7,15 +7,15 @@ Adding and subtracting positive numbers is fairly straighforward, but what does
### Examples ### 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: #### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article --> <!-- Please add any articles you think might be helpful to read before writing the article -->