Revert "Underscore in markdown should be escaped with backslash [ci skip]"

This reverts commit b58f3a6417.

Reason: Discussion in b58f3a6417

[ci skip]
This commit is contained in:
Vijay Dev 2013-12-19 22:49:18 +05:30
parent 8d005eb867
commit f858691744
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ private
end
```
Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http\_accept\_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
#### Using GeoIP (or Similar) Database