Skip to content

Commit

Permalink
test: use gfm_quirks in spec test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 12, 2024
1 parent f50fa18 commit b373f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/spec_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class SpecTest < Minitest::Test
opts = {
render: {
unsafe: true,
gfm_quirks: true,
},
extension: testcase[:extensions].each_with_object({}) do |ext, hash|
hash[ext] = true
Expand Down

0 comments on commit b373f19

Please sign in to comment.