ruby/lib/rdoc/markup
Nobuyoshi Nakada 21977b95e2 [ruby/rdoc] Refactor RDoc::Markup::Parser#tokenize
Make verbatims text or newline only, and simplify `build_verbatim`.

41ceae93b3
2022-11-27 17:24:38 +00:00
..
attr_changer.rb
attr_span.rb [ruby/rdoc] Treat emphasis tags as excluding other notations 2021-04-03 01:21:50 +09:00
attribute_manager.rb [ruby/rdoc] Refine regexp usages and reduce substring allocations 2022-11-27 16:35:08 +00:00
attributes.rb
blank_line.rb
block_quote.rb
document.rb
formatter.rb
hard_break.rb
heading.rb
include.rb
indented_paragraph.rb
list.rb
list_item.rb
paragraph.rb
parser.rb [ruby/rdoc] Refactor RDoc::Markup::Parser#tokenize 2022-11-27 17:24:38 +00:00
pre_process.rb [ruby/rdoc] feat: add support for :category: on C functions 2021-10-16 01:39:36 +09:00
raw.rb
regexp_handling.rb
rule.rb
table.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
to_ansi.rb
to_bs.rb
to_html.rb [ruby/rdoc] Escape HYPERLINKs 2022-10-07 12:09:22 +09:00
to_html_crossref.rb
to_html_snippet.rb
to_joined_paragraph.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
to_label.rb [ruby/rdoc] Prefer require 'cgi/util' instead of require 'cgi' 2022-02-22 17:08:52 +09:00
to_markdown.rb
to_rdoc.rb [ruby/rdoc] Refine regexp usages and reduce substring allocations 2022-11-27 16:35:08 +00:00
to_table_of_contents.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
to_test.rb
to_tt_only.rb
verbatim.rb