We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39045a commit 0d81416Copy full SHA for 0d81416
lib/rdoc.rb
@@ -228,9 +228,8 @@
228
#
229
# Unlike conventional Wiki markup, general markup can cross line
230
# 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.
+# preceding the first character with a backslash. This only works for
+# simple markup, not HTML-style markup.
234
235
# * Hyperlinks to the web starting http:, mailto:, ftp:, or www. are
236
# recognized. An HTTP url that references an external image file is
0 commit comments