Add Markdown recheck command

This commit is contained in:
NINI
2026-05-11 01:00:26 +09:00
parent b69c03c206
commit 03927a26a1
9 changed files with 276 additions and 11 deletions
+1
View File
@@ -6,3 +6,4 @@ import pdf2md
def test_package_imports() -> None:
assert pdf2md.__version__ == "0.1.0"
assert callable(pdf2md.convert_pdf)
assert callable(pdf2md.recheck_markdown)