feat(markdown-normalizer): release v1.2.3 with bug fixes and test suite

This commit is contained in:
fujie
2026-01-18 01:14:17 +08:00
parent 827204e082
commit f304eb7633
15 changed files with 447 additions and 12 deletions

6
pytest.ini Normal file
View File

@@ -0,0 +1,6 @@
[pytest]
testpaths = plugins
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short