added latex support

This commit is contained in:
Daniel Fichtinger 2025-07-06 20:52:37 -04:00
parent 5bd9e26a49
commit 12f4670533
3 changed files with 28 additions and 1 deletions

View file

@ -10,6 +10,7 @@ requires-python = ">=3.12"
dependencies = [
"dacite>=1.9.2",
"jinja2>=3.1.6",
"l2m4m>=1.0.4",
"markdown>=3.8.2",
"pygments>=2.19.1",
"pygments-ashen>=0.1.3",
@ -51,7 +52,7 @@ reportUnusedCallResult = false
reportCallInDefaultInitializer = false
enableTypeIgnoreComments = true
reportIgnoreCommentWithoutRule = false
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx"]
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m"]
[tool.ruff]
line-length = 70