Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed May 9, 2024
1 parent 2c28b91 commit 7ab4426
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 11 additions & 7 deletions docs/tables.md
Expand Up @@ -6,11 +6,13 @@ hidden: false

## Syntax

| Left | Center | Right |
|:-----|:--------:|------:|
| L0 | **bold** | $1600 |
| L1 | `code` | $12 |
| L2 | _italic_ | $1 |
```
| Left | Center | Right |
|:-----|:--------:|------:|
| L0 | **bold** | $1600 |
| L1 | `code` | $12 |
| L2 | _italic_ | $1 |
```

### Examples

Expand Down Expand Up @@ -48,9 +50,11 @@ Tables have been simplified to mirror a more standard implementation. We've also
.markdown-body .rdmd-table tr {
}
.markdown-body .rdmd-table thead tr {
} /* header row's background */
}
/* header row's background */
.markdown-body .rdmd-table tr:nth-child(2n) {
} /* striped rows' background */
}
/* striped rows' background */

/* Cells
*/
Expand Down

0 comments on commit 7ab4426

Please sign in to comment.