1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Use &lt; and &gt; instead of < and >

This commit is contained in:
egwspiti 2015-06-29 03:08:36 +03:00
parent 40a83eb0f2
commit 3adf6d879d

View file

@ -1,6 +1,6 @@
### HEAD
* Syntax highlight <tt> tags in documentation output.
* Syntax highlight &lt;tt&gt; tags in documentation output.
* Add support for BasicObject subclasses who implement their own #inspect (#1341)
* Fix 'include RSpec::Matchers' at the top-level (#1277)
* Add 'gem-readme' command, prints the README file bundled with a rubygem