We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3695bf commit 0cb820dCopy full SHA for 0cb820d
test/html_pipeline/convert_filter/markdown_filter_test.rb
@@ -150,8 +150,7 @@ def test_convert_newlines_in_even_long_groups
150
end
151
152
def test_not_convert_newlines_in_lists
153
- options = Commonmarker::Config.merged_with_defaults({})
154
- options[:extension].delete(:header_ids)
+ options = { extension: { header_ids: nil } }
155
156
assert_equal(
157
"<h1>foo</h1>\n<h1>bar</h1>",
0 commit comments