Answers for "how to add code in readme.md"

5

text bold in .md file

**My Bold Text**
Posted by: Guest on September-02-2020
2

code blocks md

```
function test() {
  console.log("notice the blank line before this function?");
}
```
Posted by: Guest on September-30-2020
4

markdown image

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Posted by: Guest on August-18-2020

Browse Popular Code Answers by Language