Skip to content

Commit 7cdf460

Browse files
committed
Update rdoc of RDoc::Markup::Parser
1 parent cbd27b4 commit 7cdf460

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/rdoc/markup/parser.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
# RDoc::Markup::ToHTML.
1010
#
1111
# The parser only handles the block-level constructs Paragraph, List,
12-
# ListItem, Heading, Verbatim, BlankLine and Rule. Inline markup such as
13-
# <tt>\+blah\+</tt> is handled separately by RDoc::Markup::AttributeManager.
12+
# ListItem, Heading, Verbatim, BlankLine, Rule and BlockQuote.
13+
# Inline markup such as <tt>\+blah\+</tt> is handled separately by
14+
# RDoc::Markup::AttributeManager.
1415
#
1516
# To see what markup the Parser implements read RDoc. To see how to use
1617
# RDoc markup to format text in your program read RDoc::Markup.

0 commit comments

Comments
 (0)