Add MF-9: Tasklists

2025-09-21 20:54:04 +00:00
parent 077d596f39
commit 3e77e5a0b3

12
MF-9%3A Tasklists.-.md Normal file

@@ -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