thomasdavis / backbonetutorials

As single page apps and large scale javascript applications become more prominent on the web, useful resources for those developers who are jumping the ship are crucial.
http://backbonetutorials.com
2.3k stars 1.7k forks source link

Removed * in "*splat" to prevent unexpected italics #130

Closed ClimbsRocks closed 9 years ago

ClimbsRocks commented 9 years ago

Having two "_" in one paragraph caused the text in between the stars to be italicized. I changed the second instance from "_splat" to just splat to prevent this.

Existing rendering with unexpected italicizing: image

Change deleting both quotes and the star in the second instance of splat: image

ClimbsRocks commented 9 years ago

I didn't realize you could escape a * as kevmo did in pr 122. That's the better solution.