Defect #38239 » 38239.patch
| Gemfile | ||
|---|---|---|
| 51 | 51 | |
| 52 | 52 |
# Optional CommonMark support, not for JRuby |
| 53 | 53 |
group :common_mark do |
| 54 |
gem "commonmarker", '~> 0.23.6'
|
|
| 54 |
gem "commonmarker", '~> 0.23.8'
|
|
| 55 | 55 |
gem 'deckar01-task_list', '2.3.2' |
| 56 | 56 |
end |
| 57 | 57 | |
| test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb | ||
|---|---|---|
| 151 | 151 |
<p>This is some text<sup><a href="#fn-1" id="fnref-1">1</a></sup>.</p> |
| 152 | 152 |
<ol> |
| 153 | 153 |
<li id="fn-1"> |
| 154 |
<p>This is the foot note <a href="#fnref-1" aria-label="Back to content">↩</a></p>
|
|
| 154 |
<p>This is the foot note <a href="#fnref-1" aria-label="Back to reference 1">↩</a></p>
|
|
| 155 | 155 |
</li> |
| 156 | 156 |
</ol> |
| 157 | 157 |
EXPECTED |