ruby/lib/rdoc/markup
Nobuyoshi Nakada fef8ecc708 [ruby/rdoc] Enable cross reference in code
(https://github.com/ruby/rdoc/pull/1240)

Some people like to mark up method names in MarkDown style block
quotes, like this: ruby/ruby#12333.
Currently, no links are created in the code in the RDoc, but such
words most likely refer to methods.
This PR makes a word a code cross-reference if the whole word can be
resolved as a reference.

7d7efb0709
2024-12-17 21:48:31 +00:00
..
attr_changer.rb
attr_span.rb
attribute_manager.rb [ruby/rdoc] Improve rubocop setup 2024-07-17 20:43:08 +00:00
attributes.rb
blank_line.rb
block_quote.rb
document.rb
formatter.rb [ruby/rdoc] Enable cross reference in code 2024-12-17 21:48:31 +00:00
hard_break.rb
heading.rb
include.rb
indented_paragraph.rb
list.rb
list_item.rb
paragraph.rb
parser.rb
pre_process.rb [ruby/rdoc] Deprecate main and title directives 2024-12-05 11:36:34 +00:00
raw.rb
regexp_handling.rb
rule.rb
table.rb
to_ansi.rb
to_bs.rb [ruby/rdoc] Improve rubocop setup 2024-07-17 20:43:08 +00:00
to_html.rb [ruby/rdoc] Use distinct styles for note lists and label lists 2024-12-08 10:43:47 +00:00
to_html_crossref.rb [ruby/rdoc] Enable cross reference in code 2024-12-17 21:48:31 +00:00
to_html_snippet.rb
to_joined_paragraph.rb
to_label.rb
to_markdown.rb
to_rdoc.rb [ruby/rdoc] aligns may include :center 2024-12-17 20:56:24 +00:00
to_table_of_contents.rb
to_test.rb
to_tt_only.rb
verbatim.rb