Answers for "how to format line of code in md file"

0

how to format line of code in md file

use backticks to signify a code block

example:
## how to print hello world in python
* use the print function like so ```print("Hello world")```
Posted by: Guest on July-07-2021

Browse Popular Code Answers by Language