add markdown parsing

This commit is contained in:
Daniel Fichtinger 2025-06-20 21:57:21 -04:00
parent 3c14be416a
commit 46f7bc451d
3 changed files with 43 additions and 0 deletions

View file

@ -39,6 +39,7 @@ executionEnvironments = [
# off | basic | standard | strict | recommended | all
typeCheckingMode = "recommended"
reportExplicitAny = false
reportAny = false
reportUnusedCallResult = false
allowedUntypedLibraries = ["frontmatter"]