Skip to content

Commit 988d542

Browse files
committed
Update get_cmark_spec.py
1 parent 1311a1d commit 988d542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cmark_spec/get_cmark_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# ///
66
from pathlib import Path
77

8-
default_version = "0.31.2"
8+
default_version = "0.30"
99
default_output_path = Path(__file__).parent / "commonmark.json"
1010
default_fixture_test_path = (
1111
Path(__file__).parent.parent / "test_port" / "fixtures" / "commonmark_spec.md"

0 commit comments

Comments
 (0)