Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Add links to list of blocks #900

Merged
merged 1 commit into from
Jul 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions doc/rdoc/markup_reference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
# === Blocks
#
# It's convenient to think of markup input as a sequence of _blocks_,
# each of which may be one of:
#
# - Paragraph
# - Verbatim text block
# - Code block
# - Bullet list
# - Numbered list
# - Lettered list
# - Labeled list
# - Heading
# - Horizontal rule
# - Directive
#
# All of these except a paragraph block are distinguished
# by indentation, or by unusual initial or embedded characters.
# such as:
#
# - {Paragraphs}[rdoc-ref:RDoc::MarkupReference@Paragraphs].
# - {Verbatim text blocks}[rdoc-ref:RDoc::MarkupReference@Verbatim+Text+Blocks].
# - {Code blocks}[rdoc-ref:RDoc::MarkupReference@Code+Blocks].
# - {Bullet lists}[rdoc-ref:RDoc::MarkupReference@Bullet+Lists].
# - {Numbered lists}[rdoc-ref:RDoc::MarkupReference@Numbered+Lists].
# - {Lettered lists}[rdoc-ref:RDoc::MarkupReference@Lettered+Lists].
# - {Labeled lists}[rdoc-ref:RDoc::MarkupReference@Labeled+Lists].
# - {Headings}[rdoc-ref:RDoc::MarkupReference@Headings].
# - {Horizontal rules}[rdoc-ref:RDoc::MarkupReference@Horizontal+Rules].
# - {Directives}[rdoc-ref:RDoc::MarkupReference@Directives].
#
# All of these except paragraph blocks are distinguished by indentation,
# or by unusual initial or embedded characters.
#
# ==== Paragraphs
#
Expand Down Expand Up @@ -740,7 +740,7 @@
# Directive <tt>:category: <em>section_title</em></tt> specifies that
# just one following method is to be included in the given section.
# Subsequent methods are to be grouped into the current section.
#
#
# Directive <tt>:category:</tt> with no title specifies that just one
# following method is to be included in the default section.
#
Expand Down