Skip to content

Commit 0cb820d

Browse files
committed
update for commonmarker
1 parent f3695bf commit 0cb820d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/html_pipeline/convert_filter/markdown_filter_test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ def test_convert_newlines_in_even_long_groups
150150
end
151151

152152
def test_not_convert_newlines_in_lists
153-
options = Commonmarker::Config.merged_with_defaults({})
154-
options[:extension].delete(:header_ids)
153+
options = { extension: { header_ids: nil } }
155154

156155
assert_equal(
157156
"<h1>foo</h1>\n<h1>bar</h1>",

0 commit comments

Comments
 (0)