diff options
author | ohbarye <over.rye@gmail.com> | 2017-08-11 23:24:34 +0900 |
---|---|---|
committer | ohbarye <over.rye@gmail.com> | 2017-08-11 23:29:10 +0900 |
commit | b99ef016fe098b6ffb7d7184c34943d63915d3f0 (patch) | |
tree | bddb0e710d496f302e412393753d7dde26ebe8b9 /CODE_OF_CONDUCT.md | |
parent | 98298092093d733bed2a874e3d2c455fe45386a3 (diff) | |
download | rails-b99ef016fe098b6ffb7d7184c34943d63915d3f0.tar.gz rails-b99ef016fe098b6ffb7d7184c34943d63915d3f0.tar.bz2 rails-b99ef016fe098b6ffb7d7184c34943d63915d3f0.zip |
Fix RDoc formatting: `+` doesn't work with `@`
refs: https://github.com/rails/rails/pull/30161
```
$ echo "+@size+" | rdoc --pipe
<p>+@size+</p>
$ echo "<tt>@size</tt>" | rdoc --pipe
<p><code>@size</code></p>
```
[ci skip]
Diffstat (limited to 'CODE_OF_CONDUCT.md')
0 files changed, 0 insertions, 0 deletions