This merge is intended to update Redcarpet from 3.4 to 3.5 before merging r20665 which updates Redcarpet to 3.5.1.
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@20667
e93f8b46-1217-0410-a6f0-
8f06a7374b81
# Optional Markdown support, not for JRuby
group :markdown do
- gem "redcarpet", "~> 3.4.0"
+ gem "redcarpet", "~> 3.5.0"
end
end
STR
expected = <<-EXPECTED
-<p>This is some text<sup id="fnref1"><a href="#fn1" rel="footnote">1</a></sup>.</p>
+<p>This is some text<sup id="fnref1"><a href="#fn1">1</a></sup>.</p>
<div class="footnotes">
<hr>
<ol>
<li id="fn1">
-<p>This is the foot note <a href="#fnref1" rev="footnote">↩</a></p>
+<p>This is the foot note <a href="#fnref1">↩</a></p>
</li>
</ol>