pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

Fix backticks due to GFM markdown regression. #27

Closed matttproud closed 12 years ago

matttproud commented 12 years ago

Github Flavored Markdown's rendering of triple backticks fails mid-way through the project's README.md, whereas other renders succeed. I have therefore converted the triple ones to double---primarily as to create a convention for standard use such that folks don't need to think deliberately as to whether escaping for inner ones are needed or not.