Make a Code Book with Markdown
English | July 4, 2024 | ASIN: B0D8WWHBH6 | 48 Pages | Epub | 3.26 MB
English | July 4, 2024 | ASIN: B0D8WWHBH6 | 48 Pages | Epub | 3.26 MB
We can make Code Books very easily!
We can put all of scripts in folders in our main project folder.
We format each script with beginning and ending tags and two new lines at the end of each script.
We use one of many ways to combine all scripts into one main.md file.
We find/replace all beginning tags with ```python and all ending tags with ```
Now our Code Book is ready to view in VSCode and/or Github online!