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 [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
attr_span.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
attribute_manager.rb [ruby/rdoc] Improve rubocop setup 2024-07-17 20:43:08 +00:00
attributes.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
blank_line.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
block_quote.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
document.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
formatter.rb [ruby/rdoc] Enable cross reference in code 2024-12-17 21:48:31 +00:00
hard_break.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
heading.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
include.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
indented_paragraph.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
list.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
list_item.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
paragraph.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
parser.rb [ruby/rdoc] [DOC] nodoc for probably internal methods 2023-12-16 00:26:39 +09:00
pre_process.rb [ruby/rdoc] Deprecate main and title directives 2024-12-05 11:36:34 +00:00
raw.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
regexp_handling.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
rule.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
table.rb [ruby/rdoc] [DOC] nodoc for probably internal methods 2023-12-16 00:26:39 +09:00
to_ansi.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
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 [ruby/rdoc] [DOC] Add missing documents 2023-12-16 00:26:37 +09:00
to_joined_paragraph.rb [ruby/rdoc] Use flat_map for better performance 2023-06-14 23:47:25 +00:00
to_label.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
to_markdown.rb [ruby/rdoc] Fix ToMarkdown missing newlines for label-lists 2024-03-08 10:13:04 +00:00
to_rdoc.rb [ruby/rdoc] aligns may include :center 2024-12-17 20:56:24 +00:00
to_table_of_contents.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
to_test.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
to_tt_only.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
verbatim.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00