Skip to content

Commit ae74f84

Browse files
authored
Release 0.9.0 (#48)
* Release 0.9.0
1 parent c932861 commit ae74f84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-markdown-docs"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "Run markdown code fences through pytest"
55
readme = "README.md"
66
authors = [

src/pytest_markdown_docs/hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ def pytest_markdown_docs_globals() -> typing.Dict[str, typing.Any]:
1212
@pytest.hookspec(firstresult=True)
1313
def pytest_markdown_docs_markdown_it() -> "MarkdownIt":
1414
"""Configure a custom markdown_it.MarkdownIt parser."""
15+
return MarkdownIt()

0 commit comments

Comments
 (0)