github markdown table code example
Example 1: 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
Example 2: table markdown github
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
Example 3: how to draw table in readme file
Attempt | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | #9 | #10 | #11
--- | --- | --- | --- |--- |--- |--- |--- |--- |--- |--- |---
Seconds | 301 | 283 | 290 | 286 | 289 | 285 | 287 | 287 | 272 | 276 | 269
Example 4: md strikethrough
~~This text is struckthrough.~~ This one isn’t.mixed
Example 5: github markdown table of contents example
- [Example Table of Contents Item](#Example-Table-of-Contents-Item)
# Shanah Capstone Project Description
- [OneWord](#OneWord)
# Shanah Capstone Project Description