We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dbbb4 commit 5dfccdaCopy full SHA for 5dfccda
doc/rdoc/markup_reference.rb
@@ -859,6 +859,15 @@
859
# - On-page: <tt>DummyClass</tt> links to DummyClass.
860
# - Off-page: <tt>RDoc::Alias</tt> links to RDoc::Alias.
861
#
862
+# Note: For poeple want to mark up code (such as class, module,
863
+# constant, and method) as "<tt>+code+</tt>" (for interoperability
864
+# with other MarkDown parsers mainly), such word that refers a known
865
+# code object and is marked up entirely and separately as "monofont"
866
+# is also converted to a link.
867
+#
868
+# - <tt>+DummyClass+</tt> links to DummyClass
869
+# - <tt>+DummyClass-object+</tt> is not a link.
870
871
# [Module]
872
873
# - On-page: <tt>DummyModule</tt> links to DummyModule.
0 commit comments