mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/*, test/rdoc/*: Update rdoc/rdoc master(f191513)
https://github.com/rdoc/rdoc/blob/master/History.rdoc#423--2016-- https://github.com/rdoc/rdoc/blob/master/History.rdoc#422--2016-02-09 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0d715e1b75
commit
23863ff75d
27 changed files with 667 additions and 421 deletions
|
@ -1,5 +1,4 @@
|
|||
# coding: UTF-8
|
||||
# frozen_string_literal: false
|
||||
# :markup: markdown
|
||||
|
||||
##
|
||||
|
@ -15,7 +14,7 @@
|
|||
#
|
||||
# data = File.read("README.md")
|
||||
# formatter = RDoc::Markup::ToHtml.new(RDoc::Options.new, nil)
|
||||
# html = RDoc::Markdown.parse(data).accept(@formatter)
|
||||
# html = RDoc::Markdown.parse(data).accept(formatter)
|
||||
#
|
||||
# # do something with html
|
||||
#
|
||||
|
@ -447,8 +446,6 @@ class RDoc::Markdown
|
|||
else
|
||||
return ans
|
||||
end
|
||||
|
||||
return ans
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -481,8 +478,6 @@ class RDoc::Markdown
|
|||
else
|
||||
return ans
|
||||
end
|
||||
|
||||
return ans
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -15290,7 +15285,7 @@ class RDoc::Markdown
|
|||
self.pos = _save
|
||||
break
|
||||
end
|
||||
@result = begin;
|
||||
@result = begin;
|
||||
ref = [:inline, @note_order.length]
|
||||
@footnotes[ref] = paragraph a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue