Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser authored Mar 3, 2023
1 parent 4312f81 commit 6dcc804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_dollarmath.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ def test_plugin_parse(data_regression):
)
def test_dollarmath_fixtures(line, title, input, expected):
md = MarkdownIt("commonmark").use(
dollarmath_plugin, allow_space=False, allow_digits=False, double_inline=True
dollarmath_plugin, allow_space=False, allow_digits=False, double_inline=True,
allow_blank_lines=False,
)
md.options.xhtmlOut = False
text = md.render(input)
Expand Down

0 comments on commit 6dcc804

Please sign in to comment.