1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc/generator
nobu 33d026034e rdoc.css: make label-list compact
"Labeled Lists" section in lib/rdoc/markup.rb states labeled-list
will be formatted in same lines.

```
Notice that blank lines right after the label are ignored in labeled lists:

  [one]

      definition 1

  [two]

      definition 2

produces the same output as

  [one]  definition 1
  [two]  definition 2
```

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-02 06:54:55 +00:00
..
pot
template rdoc.css: make label-list compact 2019-02-02 06:54:55 +00:00
darkfish.rb erb.rb: deprecate safe_level of ERB.new 2018-02-22 13:28:25 +00:00
json_index.rb Merge RDoc 6.0.3 from upstream. 2018-03-26 05:56:26 +00:00
markup.rb Merge rdoc-6.1.0.beta1. 2018-08-27 01:30:18 +00:00
pot.rb Merge RDoc 6.0.3 from upstream. 2018-03-26 05:56:26 +00:00
ri.rb