diff options
author | yui-knk <spiketeika@gmail.com> | 2016-02-23 11:01:37 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2016-02-23 11:02:06 +0900 |
commit | c5b36a3e430530691bba7e0fd9f775e404f5bb5c (patch) | |
tree | ca6ff030853b781affb4b183f660a6cd58dc4fcd /guides/source/rails_application_templates.md | |
parent | c0bbfdb48e897a166c0c59337c6c493a61b3a21f (diff) | |
download | rails-c5b36a3e430530691bba7e0fd9f775e404f5bb5c.tar.gz rails-c5b36a3e430530691bba7e0fd9f775e404f5bb5c.tar.bz2 rails-c5b36a3e430530691bba7e0fd9f775e404f5bb5c.zip |
[ci skip] Fix `'id'` to be fixed-width font
As shown below, we should use <tt>...</tt> for string literal
```
$ echo "+'id'+" | rdoc --pipe
<p>+'id'+</p>
$ echo "<tt>'id'</tt>" | rdoc --pipe
<p><code>'id'</code></p>
```
Diffstat (limited to 'guides/source/rails_application_templates.md')
0 files changed, 0 insertions, 0 deletions