commit 34d2d054afff9f679468f2d662bf9b8eb9754b82 Author: Test User Date: Thu Oct 23 17:27:16 2025 +0200 Initial commit with test files diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..647ca5f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.venv/ +madomeda.db +.env +__pycache__/ +*.pyc diff --git a/sample.md b/sample.md new file mode 100644 index 0000000..480f908 --- /dev/null +++ b/sample.md @@ -0,0 +1,5 @@ +# Sample Document + +This document has no frontmatter but should get one added. + +Some content here about various topics. diff --git a/test.md b/test.md new file mode 100644 index 0000000..5350cbf --- /dev/null +++ b/test.md @@ -0,0 +1,10 @@ +--- +Title: Test Document +Tag: Python, Machine-Learning, Data Science +--- + +# Test Document + +This is a test markdown document with some content. + +It has multiple paragraphs and should be processed correctly.