File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 4040# === Blocks
4141#
4242# It's convenient to think of markup input as a sequence of _blocks_,
43- # each of which may be one of :
44- #
45- # - Paragraph
46- # - Verbatim text block
47- # - Code block
48- # - Bullet list
49- # - Numbered list
50- # - Lettered list
51- # - Labeled list
52- # - Heading
53- # - Horizontal rule
54- # - Directive
55- #
56- # All of these except a paragraph block are distinguished
57- # by indentation, or by unusual initial or embedded characters.
43+ # such as :
44+ #
45+ # - {Paragraphs}[rdoc-ref:RDoc::MarkupReference@Paragraphs].
46+ # - { Verbatim text blocks}[rdoc-ref:RDoc::MarkupReference@Verbatim+Text+Blocks].
47+ # - { Code blocks}[rdoc-ref:RDoc::MarkupReference@Code+Blocks].
48+ # - { Bullet lists}[rdoc-ref:RDoc::MarkupReference@Bullet+Lists].
49+ # - { Numbered lists}[rdoc-ref:RDoc::MarkupReference@Numbered+Lists].
50+ # - { Lettered lists}[rdoc-ref:RDoc::MarkupReference@Lettered+Lists].
51+ # - { Labeled lists}[rdoc-ref:RDoc::MarkupReference@Labeled+Lists].
52+ # - {Headings}[rdoc-ref:RDoc::MarkupReference@Headings].
53+ # - { Horizontal rules}[rdoc-ref:RDoc::MarkupReference@Horizontal+Rules].
54+ # - {Directives}[rdoc-ref:RDoc::MarkupReference@Directives].
55+ #
56+ # All of these except paragraph blocks are distinguished by indentation,
57+ # or by unusual initial or embedded characters.
5858#
5959# ==== Paragraphs
6060#
740740# Directive <tt>:category: <em>section_title</em></tt> specifies that
741741# just one following method is to be included in the given section.
742742# Subsequent methods are to be grouped into the current section.
743- #
743+ #
744744# Directive <tt>:category:</tt> with no title specifies that just one
745745# following method is to be included in the default section.
746746#
You can’t perform that action at this time.
0 commit comments