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

2

code blocks md

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

markdown hyperlink syntax

[Link to Google](https://www.google.com)
Posted by: Guest on July-08-2020

Browse Popular Code Answers by Language