From 34d2d054afff9f679468f2d662bf9b8eb9754b82 Mon Sep 17 00:00:00 2001 From: Test User Date: Thu, 23 Oct 2025 17:27:16 +0200 Subject: [PATCH] Initial commit with test files --- .gitignore | 5 +++++ sample.md | 5 +++++ test.md | 10 ++++++++++ 3 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 sample.md create mode 100644 test.md 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.