Month: February 2023
Simplify markdown with Python
Markdown files are a popular format for documentation and other text-based content, but as the amount of information grows, the files can become long and difficult to manage.
In this article, I will show you how you can simplify and organize your markdown files by compiling them into a single README with Python script.
Published on February 7, 2023
Posted in PythonLeave a Comment on Simplify markdown with Python