Tables
Markdown table examples including inline code.
1 minute read
| Artist | Album | Year |
|---|---|---|
| Michael Jackson | Thriller | 1982 |
| Prince | Purple Rain | 1984 |
| Beastie Boys | License to Ill | 1986 |
Inline code inside table cells:
| Language | Code |
|---|---|
| JavaScript | var foo = "bar"; |
| Ruby | foo = "bar" |