From 3e77e5a0b38c9e118475cc33d28d35e8a02fb6fe Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Sun, 21 Sep 2025 20:54:04 +0000 Subject: [PATCH] Add MF-9: Tasklists --- MF-9%3A Tasklists.-.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 MF-9%3A Tasklists.-.md diff --git a/MF-9%3A Tasklists.-.md b/MF-9%3A Tasklists.-.md new file mode 100644 index 0000000..f7b195a --- /dev/null +++ b/MF-9%3A Tasklists.-.md @@ -0,0 +1,12 @@ +Here is a Markdown example that demonstrates how to create a task list. Task lists are a feature of Extended Markdown, commonly known as GitHub Flavored Markdown (GFM). + +*** + +### To-Do List for MarkiTect +* [x] Establish core project vision +* [x] Define key terminology +* [x] Create a project logo +* [ ] Build the Python library +* [ ] Implement a GraphQL interface +* [ ] Write documentation +* [ ] Release the first version \ No newline at end of file