Answers for "link readme.md"

25

markdown table

Layout:
| Tables   |      Are      |  Cool |
|----------|:-------------:|------:|
| col 1 is |  left-aligned | $1600 |
| col 2 is |    centered   |   $12 |
| col 3 is | right-aligned |    $1 |
  
An amazing website for building a table in markdown:
https://www.tablesgenerator.com/markdown_tables
Posted by: Guest on December-07-2020
0

readme link

[Click me to go to Google!](https://www.google.com)
Posted by: Guest on February-11-2021
7

how to create link in readme.md

[a link] (https://github.com/user/repo/blob/branch/other_file.md)
Posted by: Guest on August-30-2020

Browse Popular Code Answers by Language