docs: 📝 switch readme to markdown

This commit is contained in:
2024-10-31 16:57:54 +01:00
parent 5c81838379
commit d1fc9b0c71

View File

@ -2,6 +2,9 @@ Please add your content into the section folder. It should have the following st
(obviously, you should replase sections and subsectionX with the section name and the subsection name) (obviously, you should replase sections and subsectionX with the section name and the subsection name)
```bash
$ tree OCRudoku-first-defense/
OCRudoku-first-defense/ OCRudoku-first-defense/
├── main.txt ├── main.txt
├── README.txt ├── README.txt
@ -12,4 +15,5 @@ OCRudoku-first-defense/
├── subsection1 ├── subsection1
│   └── subsection2.tex │   └── subsection2.tex
└── subsection2 └── subsection2
└── subsection2.tex └── subsection2.tex
```