Skip to content

Commit d4fd9ba

Browse files
committed
Update sample to include table styles
1 parent 0151e03 commit d4fd9ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/components/MarkdownSample.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,16 @@ And finally a sentence to close off this section.
169169

170170
I almost forgot to mention links, like [this link to the Tailwind CSS website](https://tailwindcss.com). We almost made them blue but that's so yesterday, so we went with dark gray, feels edgier.
171171

172+
We even included table styles, check it out:
173+
174+
| Wrestler | Origin | Finisher | Championships |
175+
| ----------------------- | ------------ | ------------------ | ------------: |
176+
| Bret "The Hitman" Hart | Calgary, AB | Sharpshooter | 32 |
177+
| Stone Cold Steve Austin | Austin, TX | Stone Cold Stunner | 19 |
178+
| Randy Savage | Sarasota, FL | Elbow Drop | 29 |
179+
| Vader | Boulder, CO | Vader Bomb | 6 |
180+
| Razor Ramon | Chuluota, FL | Razor's Edge | 18 |
181+
172182
We also need to make sure inline code looks good, like if I wanted to talk about `<span>` elements or tell you the good news about `@tailwindcss/typography`.
173183

174184
### Sometimes I even use `code` in headings

0 commit comments

Comments
 (0)