Skip to content

Commit 0d81416

Browse files
Clarify a bug in the documentation.
1 parent b39045a commit 0d81416

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/rdoc.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,8 @@
228228
#
229229
# Unlike conventional Wiki markup, general markup can cross line
230230
# boundaries. You can turn off the interpretation of markup by
231-
# preceding the first character with a backslash, so \\\<b>bold
232-
# text</b> and \\\*bold* produce \<b>bold text</b> and \*bold*
233-
# respectively.
231+
# preceding the first character with a backslash. This only works for
232+
# simple markup, not HTML-style markup.
234233
#
235234
# * Hyperlinks to the web starting http:, mailto:, ftp:, or www. are
236235
# recognized. An HTTP url that references an external image file is

0 commit comments

Comments
 (0)