ruby/lib/rdoc/markup
Nobuyoshi Nakada 5b1db79129 [ruby/rdoc] Revert "Refactor `RDoc::Markup::Parser#tokenize`"
This reverts commit https://github.com/ruby/rdoc/commit/41ceae93b3bc.

https://github.com/ruby/rdoc/commit/5d2c47e8b8
2022-11-27 19:46:12 +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 Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
blank_line.rb
block_quote.rb
document.rb
formatter.rb Separate `send` into `public_send` and `__send__` 2020-10-27 16:12:45 +09:00
hard_break.rb
heading.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
include.rb
indented_paragraph.rb
list.rb
list_item.rb
paragraph.rb
parser.rb [ruby/rdoc] Revert "Refactor `RDoc::Markup::Parser#tokenize`" 2022-11-27 19:46:12 +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 Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
rule.rb
table.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
to_ansi.rb
to_bs.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
to_html.rb [ruby/rdoc] Escape HYPERLINKs 2022-10-07 12:09:22 +09:00
to_html_crossref.rb [ruby/rdoc] Create link to unary operator methods correctly 2020-07-22 02:35:12 +09:00
to_html_snippet.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
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 lib/rdoc/markup/: Remove wrong call to `=~` against Array 2018-11-26 05:32:50 +00:00
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 Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
verbatim.rb