Markdown (.md) CheatSheet
I asked ChatGPT if it could quickly write me something so I can reference for Markdown styles to implement. The official guide is available here: def greet(name):print(“Hello, ” + name + “!”) I haven’t quite figured out how to display this in Markdown officially on this blog but once I do, I’ll be sure to …